Mercurial > urweb
changeset 1698:aaae710417df
Remove seemingly inaccurate part of comment (perhaps clarified version can be added back in later)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 13 Mar 2012 11:59:03 -0400 |
parents | cb0f05bdc183 |
children | 3320eba6bad5 |
files | src/mono.sml |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mono.sml Mon Mar 12 12:00:23 2012 -0700 +++ b/src/mono.sml Tue Mar 13 11:59:03 2012 -0400 @@ -105,8 +105,7 @@ | 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