summaryrefslogtreecommitdiff
path: root/src/urweb.grm
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-12-28 18:05:27 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-12-28 18:05:27 -0500
commita0192f82b6a2a5e3983766ca32a94f51be5d6104 (patch)
tree105850027486f19df08828bcff6f848427666f1b /src/urweb.grm
parent0e70fc8cba07d665c9e2f9a5d09cc7acd7cc3e2d (diff)
Get a few more source files up-to-date with change to [tag] type
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