Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-06-06 18:08:40 -0700 (Sat, 06 Jun 1998)
Revision: 2221
Log message:
Use the sets implementation based on the splay trees in Term_ds module
This implementation is based on the splay trees code taken from TAL typechecker
Changes | Path |
+2 -1 | metaprl/mllib/Makefile |
Added | metaprl/mllib/splay_set.ml |
Properties | metaprl/mllib/splay_set.ml |
Added | metaprl/mllib/splay_set.mli |
Properties | metaprl/mllib/splay_set.mli |
+10 -10 | metaprl/refiner/term_ds/term_ds.ml |
+1 -1 | metaprl/refiner/term_ds/term_ds.mli |