[Omake] SVN Commit: OMake Build System (Rev. 11945)
Jason J. Hickey
jyh at cs.caltech.edu
Thu Aug 9 12:10:04 PDT 2007
Changed Sequence.foreach to a curried function.
curry.foreach() =
private.THIS = $(this)
g(f) =
export
sequence-map($(f), $(THIS))
The curried functions are working fine. But see that plain
"export"? That means private values are not going to be
exported.
----
Changes in omake-branches/jumbo/curry:
+6 -3 lib/Pervasives.om
+1 -1 src/env/omake_env.ml
+1 -1 src/eval/omake_eval.ml
+9 -4 test/object/Test14
+4 -5 test/object/Test15
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-08.html#07/08/09.12:10:04
More information about the OMake-CVS
mailing list