diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-02-20 10:27:15 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-02-20 10:27:15 -0500 |
commit | e76ee80695acce02b283d12eedc26477ace15b1f (patch) | |
tree | 42e00b6f554fae7021de8f1f5b912048114253df /src/sources | |
parent | a5299611e8a126a86a7f2121aa339d69a9fa5895 (diff) |
Some more nested functor bug-fixing, including generating fresh internal names at applications; still need to debug issues with datatype constructors
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sources b/src/sources index 7ce9a7a0..f75803a3 100644 --- a/src/sources +++ b/src/sources @@ -115,6 +115,9 @@ $(SRC)/core_env.sml $(SRC)/core_print.sig $(SRC)/core_print.sml +$(SRC)/expl_rename.sig +$(SRC)/expl_rename.sml + $(SRC)/corify.sig $(SRC)/corify.sml |