aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-08-16 17:18:00 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-08-16 17:18:00 -0400
commitfbebdf5fa84afd716dea471e3995b6d3a7878e37 (patch)
treebd9b2473290374cffe4d949abc3c7ed936b464e6 /src/source_print.sml
parent7910af6db28602b2fb5d3c9c5227bcc3c076acdc (diff)
SQL comparison operators
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index 6aaeb402..08231ab5 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -286,7 +286,7 @@ fun p_exp' par (e, _) =
space,
p_exp e]) pes])
- | ESqlInfer => string "<sql-infer>"
+ | EWild => string "_"
and p_exp e = p_exp' false e