summaryrefslogtreecommitdiff
path: root/src/mono_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r--src/mono_print.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml
index 0ff51f37..3e498d2c 100644
--- a/src/mono_print.sml
+++ b/src/mono_print.sml
@@ -310,7 +310,7 @@ fun p_exp' par env (e, _) =
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 "] [",