Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2005-03-15 20:00:15 -0800 (Tue, 15 Mar 2005)
Revision: 6939
Log message:

      Finished the value judgment except for the existential extension.  It doesn't
      use the parser at the moment.  I can fix that tomorrow once I've asked some
      questions.  Everything seems to work for the test cases I've tried, but that's
      no guarantee, of course.  ;^)
      

Changes  Path
+44 -28 mpcompiler/mmc/core/mmc_core_type_check.ml
+6 -2 mpcompiler/mmc/core/mmc_core_type_check_grammar.ml
+4 -3 mpcompiler/mmc/core/mmc_core_type_check_grammar.mli
+2 -2 mpcompiler/mmc/extensions/bool/mmc_ext_bool.ml
+1 -1 mpcompiler/mmc/extensions/int/mmc_ext_int.ml
+1 -1 mpcompiler/mmc/extensions/string/mmc_ext_string.ml
+4 -8 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.ml
+1 -1 mpcompiler/mmc/extensions/unit/mmc_ext_unit.ml