summaryrefslogtreecommitdiff
path: root/src/mono_fooify.sml
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2015-09-30 00:33:52 -0400
committerGravatar Ziv Scully <ziv@mit.edu>2015-09-30 00:33:52 -0400
commit36cb6a55281f753774e491cce3178eb8c927983e (patch)
treee6b85d904b4e70406e2e2c2deab62ddd527a1bfe /src/mono_fooify.sml
parent3c2143723af4a52064386104d2105137a77bd761 (diff)
Fix SQL-parsing and declaration-ordering bugs.
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