2 lines
66 B
Standard ML
2 lines
66 B
Standard ML
structure MailboxType = struct datatype t = DRAW of DrawMsg.t end
|
structure MailboxType = struct datatype t = DRAW of DrawMsg.t end
|