aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tag.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 12:06:47 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 12:06:47 -0400
commitb3379c2a4d9b23c49c286b31ab24850129b5bb1e (patch)
tree20b0b499f8ea47e7b6d8f7fad4ac05d24fc4cad3 /src/tag.sml
parent95d278b9b8e9c314541b8251a34a32fe6deeb896 (diff)
Closure code generation almost there
Diffstat (limited to 'src/tag.sml')
-rw-r--r--src/tag.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.sml b/src/tag.sml
index a244c294..038572b6 100644
--- a/src/tag.sml
+++ b/src/tag.sml
@@ -166,7 +166,7 @@ fun tag file =
(newDs @ [d], (env, count, tags))
end
- val (file, _) = ListUtil.foldlMapConcat doDecl (CoreEnv.empty, count, IM.empty) file
+ val (file, _) = ListUtil.foldlMapConcat doDecl (CoreEnv.empty, count+1, IM.empty) file
in
file
end