Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-08-12 11:44:27 -0700 (Tue, 12 Aug 2003)
Revision: 4826
Log message:

      Made some progress on unification.
      
      NOTE: Aleksey, there are various problems with sequents in
      Rewrite.extract_redex_values.  I've marked them with a BUG
      comment, and you should look when you get a chance.
      

Changes  Path
+35 -38 metaprl/refiner/reflib/dform.ml
+58 -0 metaprl/refiner/reflib/unify_mm.ml
+20 -6 metaprl/refiner/rewrite/rewrite.ml
+48 -10 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_ast.ml
+7 -0 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_ast.mli
+45 -9 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_tast.ml