]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/path_indexing.ml
reverted to previous version, as it worked better...
[helm.git] / helm / ocaml / paramodulation / path_indexing.ml
index 95d6de9f55d46f5021d2410fcb4ac90d027f0fc8..bc9bc01f1608fa42d36c369a57808496364a6b08 100644 (file)
@@ -49,6 +49,8 @@ end
 
 module PSMap = Map.Make(OrderedPathStringElement);;
 
+(* module PSTrie = Trie.Make(PathStringElementMap);; *)
+
 module OrderedPosEquality = struct
   type t = Utils.pos * Inference.equality
 
@@ -57,9 +59,6 @@ end
 
 module PosEqSet = Set.Make(OrderedPosEquality);;
 
-module PSTrie = Trie.Make(PSMap);;
-
-(*
 (*
  * Trie: maps over lists.
  * Copyright (C) 2000 Jean-Christophe FILLIATRE
@@ -112,7 +111,6 @@ module PSTrie = struct
     traverse [] t acc
 
 end
-*)
 
 
 let index trie equality =