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

6 lines
72 B
Standard ML
Raw Normal View History

2024-10-06 09:32:56 +01:00
structure MailboxType =
struct
datatype t =
DRAW of DrawMsg.t
end