Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2002-05-16 00:08:09 -0700 (Thu, 16 May 2002)
Revision: 3645
Log message:

      Committing part one of inlining.  This is most of the
      basic terms and rewrites that will be needed.
      
      Remaining: given a inline target (a tailCall term),
      I should generate a rewrite to deal with it.  The
      current scheme in this commit can deal with an
      inline target, but not in a general way.
      (Where by general, I mean a general tailCall term.
      General purpose inlining is ways away still.)
      

Changes  Path
+1 -1 metaprl/theories/mc/Conscript
+1 -0 metaprl/theories/mc/Makefile
Added metaprl/theories/mc/mp_mc_inline.ml
Properties metaprl/theories/mc/mp_mc_inline.ml
Added metaprl/theories/mc/mp_mc_inline.mli
Properties metaprl/theories/mc/mp_mc_inline.mli
+1 -0 metaprl/theories/mc/mp_mc_theory.mlz
+43 -1 metaprl/theories/mc/tests/mp_mc_test.ml