summaryrefslogtreecommitdiff
path: root/src/tag.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-06-01 15:46:24 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-06-01 15:46:24 -0400
commit4c67cd1d61cb79224bbe90dbdb229e0d9b58d3c9 (patch)
tree7a2fc6492a3f2f564326a28fdc3191876a172098 /src/tag.sml
parent2d5edd42a4251c00fa599e1a9cde510bec092b8a (diff)
Allow complex attribute records in Tag
Diffstat (limited to 'src/tag.sml')
-rw-r--r--src/tag.sml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tag.sml b/src/tag.sml
index fdc04c81..c9d3cbb8 100644
--- a/src/tag.sml
+++ b/src/tag.sml
@@ -160,8 +160,7 @@ fun exp env (e, s) =
tag), loc),
xml), s)
end
- | _ => (ErrorMsg.errorAt loc "Attribute record is too complex";
- (e, s)))
+ | _ => (e, s))
| EFfiApp ("Basis", "url", [(ERel 0, _)]) => (e, s)