git-subtree-dir: dotscape git-subtree-mainline:6b91d64fc3git-subtree-split:f306501a68
3 lines
96 B
Standard ML
3 lines
96 B
Standard ML
structure UpdateMessage =
|
|
struct datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t end
|