From 20a5fbfa1207f2aaf79fc3547e424231aedf27c8 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 28 Dec 2011 18:05:27 -0500 Subject: Get a few more source files up-to-date with change to [tag] type --- src/urweb.grm | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/urweb.grm') 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 -- cgit v1.2.3