Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 18:16:58 -0700 (Tue, 18 Mar 2008)
Revision: 12769
Log message:
- Switched the object-foreach to use the new-style foreach implementation.
- (Bug 709) Made sure that documentation uses new-style syntax for foreach and
$(fun ...) everywhere.
Changes | Path(relative to omake-branches/0.9.8.x) |
+1 -1 | doc/src/omake-grammar.tex |
+4 -4 | doc/src/omake-language-examples.tex |
+2 -2 | doc/src/omake-language.tex |
+15 -15 | lib/Pervasives.om |
+1 -1 | src/builtin/omake_builtin_fun.ml |
+4 -4 | src/builtin/omake_builtin_object.ml |