From e3313edc92a73932ff57b1c803fe7e408283406f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 17 Jul 2008 10:23:04 -0400 Subject: Corifying (non-mutual) 'val rec' --- src/tag.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tag.sml') diff --git a/src/tag.sml b/src/tag.sml index e451281a..301e0977 100644 --- a/src/tag.sml +++ b/src/tag.sml @@ -132,6 +132,7 @@ fun tag file = case d of DCon (_, n, _, _) => Int.max (n, count) | DVal (_, n, _, _, _) => Int.max (n, count) + | DValRec vis => foldl (fn ((_, n, _, _, _), count) => Int.max (n, count)) count vis | DExport _ => count) 0 file fun doDecl (d as (d', loc), (env, count, tags, byTag)) = -- cgit v1.2.3