diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 14:49:25 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 14:49:25 -0400 |
commit | 03deca916331e44c37a0ba46d4bbae6a12b54385 (patch) | |
tree | 1560f6013ce6de0388180550168c20e9756eaa2c /src/tag.sml | |
parent | 59809464cf40942ec6d1787eeb5d3080e2b074f9 (diff) |
Label exported symbols by effect-ness; factor out some common datatypes
Diffstat (limited to 'src/tag.sml')
-rw-r--r-- | src/tag.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.sml b/src/tag.sml index 7a8fe128..78a4609b 100644 --- a/src/tag.sml +++ b/src/tag.sml @@ -118,7 +118,7 @@ fun exp env (e, s) = in case x of (CName "Link", _) => tagIt (Link, "Href") - | (CName "Action", _) => tagIt (Action, "Action") + | (CName "Action", _) => tagIt (Action ReadWrite, "Action") | _ => ((x, e, t), (count, tags, byTag, newTags)) end) s xets |