done with functionality relating to performing file operations on terminal
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
structure FileMessage =
|
||||
struct
|
||||
datatype t =
|
||||
SAVE_SQUARES of string
|
||||
| LOAD_SQUARES
|
||||
| EXPORT_SQUARES of string
|
||||
| EXPORT_COLLISIONS of string
|
||||
SAVE_SQUARES of {output: string, filepath: string}
|
||||
| LOAD_SQUARES of {filepath: string}
|
||||
| EXPORT_SQUARES of {output: string, filepath: string}
|
||||
| EXPORT_COLLISIONS of {output: string, filepath: string}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user