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

3 lines
97 B
Standard ML

structure MailboxType =
struct datatype t = DRAW of DrawMsg.t | SEARCH of LineGap.t * string end