Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-07-23 14:40:47 -0700 (Wed, 23 Jul 2003)
Revision: 4769
Log message:

      Added sequents code to all the files...
      

Changes  Path
+2 -5 mpcompiler-branches/mojave_sequents/mmc/core/core_sequent.ml
+8 -2 mpcompiler-branches/mojave_sequents/mmc/core/core_test.ml
+14 -3 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_ast.ml
+6 -1 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_ast.mli
+6 -6 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_cps.ml
+2 -2 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_name.ml
+10 -8 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_tast.ml
+3 -4 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_tast.mli
+125 -30 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_type_check.ml
+23 -6 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_type_erase.ml
+67 -30 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_type_infer.ml
+38 -1 mpcompiler-branches/mojave_sequents/mmc/core/mmc_core_type_util.ml