remove some opaque signature ascriptions
This commit is contained in:
@@ -1,7 +1 @@
|
||||
signature MAILBOX_TYPE =
|
||||
sig
|
||||
datatype t = DRAW of DrawMsg.t
|
||||
end
|
||||
|
||||
structure MailboxType :> MAILBOX_TYPE =
|
||||
struct datatype t = DRAW of DrawMsg.t end
|
||||
structure MailboxType = struct datatype t = DRAW of DrawMsg.t end
|
||||
|
||||
Reference in New Issue
Block a user