Displaying 2 results from an estimated 2 matches for "mosml".
Did you mean:
cosml
2004 Nov 03
3
fold right - recursive list (vector) operators
The programming language mosml comes with foldr that 'accumulates' a
function f over a list [x1,x2,...,xn] with initial value b as follows
foldr f b [x1,x2,...,xn] = f(x1,...,f(xn-1,f(xn,b))...)
Observe that "list" should have same elements so in R terminology it would
perhaps be appropriate to say that the...
2003 Apr 07
1
Problems building the java/jdk14 port
...eneric/bin:/cs/system/alsbergt/exec-prefix/i386/freebsd/generic/sbin:/cs/system/alsbergt/prefix/bin:/cs/system/alsbergt/prefix/sbin:/cs/system/alsbergt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/etc:/usr/X11R6/bin:/usr/local/X11R6/bin:/usr/local/pgsql/bin:/usr/local/mosml/bin:/usr/games:/usr/local/mathematica/bin:/SBIN:/cs/system/guest/qmh/bin:/cs/system/register/bin
Build Directives:
USE_ONLY_BOOTDIR_TOOLS =
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
J2RE_ONLY =
NO_DOCS = YES
NO_IMAGES =
TOOLS_ONLY = true
INSANE...