aboutsummaryrefslogtreecommitdiffhomepage
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
commit20a5fbfa1207f2aaf79fc3547e424231aedf27c8 (patch)
tree105850027486f19df08828bcff6f848427666f1b /src/urweb.grm
parent60641180b57089c353d52e3d9f9ff8769a483ff3 (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