aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tag.sml
diff options
context:
space:
mode:
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