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

3 lines
109 B
Standard ML

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