done coding functionality to create a string suitable for exporting

This commit is contained in:
2025-07-12 19:16:36 +01:00
parent a97f838a64
commit dbb1676fbe
4 changed files with 16 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ struct
datatype t =
SAVE_SQUARES of string
| LOAD_SQUARES
| EXPORT_SQUARES of int vector vector
| EXPORT_SQUARES of string
| LOAD_FILES of string
| SELECT_PATH of string
end