Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-03-17 23:16:41 -0800 (Wed, 17 Mar 2004)
Revision: 5480
Log message:

      This is a first draft of the new implementation for the Term_match_table module.
      
      TODO:
      - Update all clients of the module to use the new interface (dforms are
      probably going to be the trickiest one).
      - Add the sequent matching to the new implementation (for now it does not
      handle sequents).
      

Changes  Path
+1 -0 metaprl-branches/new_match_table/refiner/reflib/Makefile
+1 -0 metaprl-branches/new_match_table/refiner/reflib/OMakefile
+160 -517 metaprl-branches/new_match_table/refiner/reflib/term_match_table.ml
+32 -29 metaprl-branches/new_match_table/refiner/reflib/term_match_table.mli
+2 -0 metaprl-branches/new_match_table/refiner/refsig/term_shape_sig.ml