Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-08-09 09:50:05 -0700 (Thu, 09 Aug 2007)
Revision: 11943
Log message:

      Curried functions are defined with the "curry" qualifier.
     
     curry.f() =
        ...
     
     Added some tests.

Changes  Path(relative to omake-branches/jumbo/curry)
+2 -1 src/env/omake_command_digest.ml
+27 -11 src/env/omake_ir_ast.ml
+2 -2 src/env/omake_ir_semant.ml
+23 -13 src/eval/omake_eval.ml
+3 -1 src/ir/omake_ir.ml
+1 -1 src/ir/omake_ir_free_vars.ml
+6 -2 src/ir/omake_ir_print.ml
+1 -1 src/ir/omake_ir_util.ml
+1 -0 src/ir/omake_symbol.ml
Properties test/curry/
Added test/curry/Test1
Added test/curry/Test2
Added test/curry/Test3
Added test/curry/Test4