Files
sml-projects/dotscape/message-types/update-msg.sml

3 lines
96 B
Standard ML
Raw Normal View History

2025-07-06 02:49:38 +01:00
structure UpdateMessage =
struct datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t end