a bit of refactoring to allow addition of more tests
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
signature MAILBOX_TYPE =
|
||||
sig
|
||||
datatype t =
|
||||
DRAW of DrawMsg.t
|
||||
datatype t = DRAW of DrawMsg.t
|
||||
end
|
||||
|
||||
structure MailboxType :> MAILBOX_TYPE =
|
||||
struct
|
||||
datatype t =
|
||||
DRAW of DrawMsg.t
|
||||
end
|
||||
struct datatype t = DRAW of DrawMsg.t end
|
||||
|
||||
Reference in New Issue
Block a user