Files
sml-projects/message-types/input-msg.sml

6 lines
81 B
Standard ML

structure InputMsg =
struct
datatype t =
RESIZE_EVENT of int * int
end