Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-07-18 22:57:38 -0700 (Mon, 18 Jul 2005)
Revision: 7640
Log message:
Jprover used to replace original free variables with ground terms
and then restore them at the end.
I'm working on eliminating such behavior.
There is a potential for clashes between metaprl and jprover variables
but I haven't seen any yet. And there is always a treatment against
clashes - Lm_symbol.new_number though it might make jprover a bit slower.
Changes | Path |
+23 -30 | metaprl/refiner/reflib/jall.ml |
+0 -1 | metaprl/refiner/reflib/jtypes.ml |