I suspect I am stupid again
Norman Ramsey
nr@eecs.harvard.edu
Wed, 19 Sep 2001 17:59:54 -0400
I can't tell if Option is raised in your code or in mine...
mlton -v NW/mltonsrc.sml
MLton starting
Compile SML starting
pre codegen starting
gcc -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
-I/usr/local/lib/mlton/include -o /tmp/file8LGFEz \
/tmp/file8rIvwT.c -L/usr/local/lib/mlton/lib -lmlton -lm -lgmp
/tmp/file8LGFEz /tmp/fileCT65qn
pre codegen raised in 66.32 + 81.49 (55% GC)
Compile SML raised in 66.32 + 81.49 (55% GC)
MLton raised in 66.32 + 81.49 (55% GC)
mlton: unhandled exception: Option
The offending code is at http://www.eecs.harvard.edu/~nr/lrtl.sml
Norman