summaryrefslogtreecommitdiff
path: root/src/mono_fooify.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_fooify.sml')
-rw-r--r--src/mono_fooify.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_fooify.sml b/src/mono_fooify.sml
index 9bf357fb..b7d0b6c6 100644
--- a/src/mono_fooify.sml
+++ b/src/mono_fooify.sml
@@ -328,7 +328,7 @@ fun getNewFmDecls () =
let
val fm = !canonicalFm
in
- (* canonicalFm := Fm.enter fm; *)
+ canonicalFm := Fm.enter fm;
Fm.decls fm
end