# HG changeset patch # User Adam Chlipala # Date 1331654343 14400 # Node ID aaae710417dfdf3c18799f3b442b7f852f65b29d # Parent cb0f05bdc183e90873e28df949b8428898dd61d3 Remove seemingly inaccurate part of comment (perhaps clarified version can be added back in later) diff -r cb0f05bdc183 -r aaae710417df src/mono.sml --- 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