slight renaming of constructors in FileMessage.t datatype, to provide more clarity (SAVE_TRIANGLES is for saving to a custom format, LOAD_TRIANGLES is for loading from a file in that custom format, and export is for generating code from custom format)

This commit is contained in:
2024-08-28 20:47:40 +01:00
parent 48c721e29b
commit c40e8b98e0
3 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ struct
val _ =
case Mailbox.recv fileMailbox of
SAVE_TRIANGLES triangles => ()
| LOAD_TRIANGLES triangles => ()
| EXPORT_TRIANGLES triangles => ()
| IMPORT_TRIANGLES => ()
in
run fileMailbox
end