diff options
-rw-r--r-- | src/tag.sml | 3 |
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) |