add refactored message types to temp folder

This commit is contained in:
2025-07-06 02:30:15 +01:00
parent 441e5fdd69
commit e8e090a19d
13 changed files with 67 additions and 65 deletions

View File

@@ -1,14 +1,4 @@
signature FILE_MESSAGE =
sig
datatype t =
SAVE_TRIANGLES of AppType.triangle list
| LOAD_TRIANGLES
| EXPORT_TRIANGLES of AppType.triangle list
| LOAD_FILES of string
| SELECT_PATH of string
end
structure FileMessage :> FILE_MESSAGE =
structure FileMessage =
struct
datatype t =
SAVE_TRIANGLES of AppType.triangle list