Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-04-11 16:58:42 -0700 (Mon, 11 Apr 2005)
Revision: 7205
Log message:

      Fixing bug 440 (type inference for tuples). Turned out that this was a very
      easy fix, so I decided to do it now and not leave it for later.
      
      I've also added a "XXX: BUG BUG BUG" on specialize because I realized that
      specialize would throw away any subtyping bounds that might have existed on
      the universal quantifier we are specializing...
      

Changes  Path
+32 -24 mpcompiler/mmc/core/mmc_core_type_infer.ml
+2 -2 mpcompiler/mmc/core/mmc_core_type_infer.mli
+1 -1 mpcompiler/mmc/extensions/callcc/mmc_ext_callcc.ml
+17 -7 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.ml
+141 -72 mpcompiler/mmc/test/mmc_tests_out.previous