done refactoring functional core (mostly); next, need to move folders in temp-squares directory into main

This commit is contained in:
2025-07-06 14:45:20 +01:00
parent 1c34bd715f
commit 395d6002d8
7 changed files with 485 additions and 299 deletions

View File

@@ -0,0 +1,13 @@
structure CommonUpdate =
struct
(* unimplemented *)
fun getSaveSquaresMsg model = (model, [])
fun getLoadSquaresMsg model = (model, [])
fun getExportSquaresMsg model = (model, [])
fun useSquaresInNormalMode (model, squares) = (model, [])
fun squaresLoadError model = (model, [])
end