Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2000-09-18 22:09:30 -0700 (Mon, 18 Sep 2000)
Revision: 3063
Log message:
1) "define" currently can't handle recursive difinitions.
The proper way of doing them is through Y-combinator (a-la-Nuprl),
but for defining factorial in itt_test, a declare+prim_rw is good enough.
2) Traded "nasty" make warnings for a little less nastier ones.
Changes | Path |
+27 -27 | metaprl/Makefile |
+1 -1 | metaprl/mk/rules |
+10 -10 | metaprl/refiner/Makefile |
+2 -1 | metaprl/theories/itt/itt_test.ml |