Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-11 00:35:56 -0800 (Fri, 11 Mar 2005)
Revision: 6898
Log message:

      Added the rule for closure conversion of anonymouns functions.
      I have to add a type substitution operator to finish it.
      

Changes  Path
+15 -33 mpcompiler/mmc/core/mmc_core_closure.ml
+85 -6 mpcompiler/mmc/core/mmc_core_sweep.ml
+8 -1 mpcompiler/mmc/core/mmc_core_sweep.mli
+46 -1 mpcompiler/mmc/core/mmc_core_tast.ml
+101 -15 mpcompiler/mmc/core/mmc_core_tast.mli