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

@@ -0,0 +1,2 @@
structure UpdateMessage =
struct datatype t = DRAW of DrawMessage.t | FILE of FileMessage.t end