aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/urweb.grm
diff options
context:
space:
mode:
Diffstat (limited to 'src/urweb.grm')
-rw-r--r--src/urweb.grm3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index 167e841d..7ec580f3 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -1461,9 +1461,6 @@ xmlOne : NOTAGS (EApp ((EVar (["Basis"], "cdata", Infer)
val e = (EApp (e, case #2 tag of
NONE => (EVar (["Basis"], "None", Infer), pos)
| SOME c => (EApp ((EVar (["Basis"], "Some", Infer), pos), c), pos)), pos)
- val e = (EApp (e, case #3 tag of
- NONE => (EVar (["Basis"], "None", Infer), pos)
- | SOME c => (EApp ((EVar (["Basis"], "Some", Infer), pos), c), pos)), pos)
in
(EApp (e, xmlOpt), pos)
end