Mercurial > urweb
diff src/mono_print.sml @ 2255:8428c534913a
Use new refactored urlification in Sqlcache.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 21 Sep 2015 16:45:59 -0400 |
parents | e843a04499d4 |
children |
line wrap: on
line diff
--- a/src/mono_print.sml Mon Sep 21 16:07:35 2015 -0400 +++ b/src/mono_print.sml Mon Sep 21 16:45:59 2015 -0400 @@ -310,7 +310,7 @@ p_exp env e]) es, string ")"] - | EQuery {exps, tables, state, query, body, initial, sqlcacheInfo} => + | EQuery {exps, tables, state, query, body, initial} => box [string "query[", p_list (fn (x, t) => box [string x, space, string ":", space, p_typ env t]) exps, string "] [",