summaryrefslogtreecommitdiff
path: root/src/urweb.grm
diff options
context:
space:
mode:
Diffstat (limited to 'src/urweb.grm')
-rw-r--r--src/urweb.grm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index 16a77150..50fb6cb3 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -523,6 +523,7 @@ cst : UNIQUE tnames (let
val e = (ECApp (e, nm2), loc)
val e = (EDisjointApp e, loc)
val e = (EDisjointApp e, loc)
+ val e = (EApp (e, (EWild, loc)), loc)
in
(EApp (e, mat), loc)
end)