diff options
-rw-r--r-- | src/mono.sml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mono.sml b/src/mono.sml index 65dc9abc..4a0278fd 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -105,8 +105,7 @@ datatype exp' = | EQuery of { exps : (string * typ) list, (* name of computed field, type of field*) tables : (string * (string * typ) list) list, state : typ, - query : exp, (* exp of string type containing sql query - (after mono opt) *) + query : exp, (* exp of string type containing sql query *) body : exp, initial : exp } | EDml of exp * failure_mode |