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

2 lines
66 B
Standard ML
Raw Normal View History

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