aboutsummaryrefslogtreecommitdiffhomepage
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
commitccc3c126378aaa53765f8d69c267c6ffee666acf (patch)
tree7a2fc6492a3f2f564326a28fdc3191876a172098 /src/tag.sml
parentf97793ed2c5fc4b5cf4ddb2454db1ad4cfe09d7f (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)