begin refactoring AppUpdate structure

This commit is contained in:
2025-07-06 02:49:38 +01:00
parent e8e090a19d
commit df5f326e36
6 changed files with 113 additions and 9 deletions

View File

@@ -1,7 +1,2 @@
signature UPDATE_MESSAGE =
sig
datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t
end
structure UpdateMessage :> UPDATE_MESSAGE =
structure UpdateMessage =
struct datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t end