Files

3 lines
96 B
Standard ML
Raw Permalink 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