Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-02 03:01:05 -0800 (Wed, 02 Mar 2005)
Revision: 6808
Log message:

      - My previous commit broke the build system, fixing.
      
      - Fixed the "omake mmc_tests" target.
      
      - Fixed type inference for boolean expressions and for applications.
      

Changes  Path
+2 -2 mpcompiler/mmc/OMakefile
+1 -1 mpcompiler/mmc/core/mmc_core_type_erase.ml
+20 -28 mpcompiler/mmc/core/mmc_core_type_infer.ml
+6 -6 mpcompiler/mmc/extensions/bool/mmc_ext_bool.ml
+1 -1 mpcompiler/mmc/main/OMakefile
+1 -1 mpcompiler/mmc/test/OMakefile
+14 -8 mpcompiler/mmc/test/mmc