diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-03-13 11:59:03 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-03-13 11:59:03 -0400 |
commit | 07409d413aa6ad34939a1594de721ff1735b99d3 (patch) | |
tree | 61a01de127990ff9ef6c4b218b1e72a066cfdf6e /src/mono.sml | |
parent | 5613f87f2a2824557eff2d3e300545ffa226bbf2 (diff) |
Remove seemingly inaccurate part of comment (perhaps clarified version can be added back in later)
Diffstat (limited to 'src/mono.sml')
-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 |