Files
sml-projects/message-types/mailbox-type.sml

2 lines
66 B
Standard ML

structure MailboxType = struct datatype t = DRAW of DrawMsg.t end