Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-14 21:17:50 -0800 (Mon, 14 Mar 2005)
Revision: 6927
Log message:

      This is just the first part of closure elimination, where we
      interpret closure tuples as real tuples.
      
      The next part is existentials.
      

Changes  Path
+14 -23 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.ml
+2 -2 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple_grammar.ml
+5 -4 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple_grammar.mli
+23 -174 mpcompiler/mmc/lir/mmc_lir_closure_elim.ml
+0 -2 mpcompiler/mmc/lir/mmc_lir_closure_elim.mli