Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-08-06 14:20:46 -0700 (Wed, 06 Aug 2003)
Revision: 139
Log message:
Added some support for sequent operations.
subC now works correctly for sequents, but the sequent test is in the
inner loop, so it will be a little slower.
Haven't changed higherC yet.
Added sequent support in Term_op_ds.{map_up,map_down}.
Changes | Path |
+1 -0 | libmojave/stdlib/lm_array_linear_set.ml |
+2 -1 | libmojave/stdlib/lm_linear_set_sig.mlz |
+9 -0 | libmojave/stdlib/lm_splay_linear_set.ml |