diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-08-22 13:43:46 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-08-22 13:43:46 -0400 |
commit | 7765b90d25f98bd9eb0cf2998121e51d4551f733 (patch) | |
tree | d081f569cf52ee803d96962b25ab35f828c696df /src/sources | |
parent | 1bd7feb39add77e14df852d2087902049f2b5df3 (diff) |
Reduce: Inline let-bound variables whose types involve functions
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/sources b/src/sources index 7ccb39db..3efdecb4 100644 --- a/src/sources +++ b/src/sources @@ -107,14 +107,20 @@ core_print.sml corify.sig corify.sml -reduce.sig -reduce.sml +reduce_local.sig +reduce_local.sml shake.sig shake.sml -reduce_local.sig -reduce_local.sml +core_untangle.sig +core_untangle.sml + +especialize.sig +especialize.sml + +reduce.sig +reduce.sml unpoly.sig unpoly.sml @@ -122,12 +128,6 @@ unpoly.sml specialize.sig specialize.sml -core_untangle.sig -core_untangle.sml - -especialize.sig -especialize.sml - rpcify.sig rpcify.sml |