Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-08-04 09:49:19 -0700 (Tue, 04 Aug 1998)
Revision: 2401
Log message:

      Added somewhat functional splay sets.
      

Changes  Path
+2 -0 metaprl/mllib/Makefile
Added metaprl/mllib/fun_splay_set.ml
Properties metaprl/mllib/fun_splay_set.ml
Added metaprl/mllib/fun_splay_set.mli
Properties metaprl/mllib/fun_splay_set.mli
+8 -0 metaprl/mllib/list_util.ml
+1 -0 metaprl/mllib/list_util.mli
Added metaprl/mllib/small_set.ml
Properties metaprl/mllib/small_set.ml
Added metaprl/mllib/small_set.mli
Properties metaprl/mllib/small_set.mli
+42 -1 metaprl/mllib/splay_set.ml
+1 -0 metaprl/mllib/splay_set.mli
+1 -1 metaprl/refiner/term_ds/term_ds.ml
+1 -1 metaprl/theories/tactic/tactic_type.ml
+45 -12 metaprl/theories/tptp/tptp_prove.ml