]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/discrimination_tree.ml
Bux fixed: matita did not save the .lexicon files! (only matitac did)
[helm.git] / helm / ocaml / cic / discrimination_tree.ml
index fd234df98980a8c912d66fdb2d59f69044121921..0bef85a8cc4e7ea1d89c3f708c025c0c998cb545 100644 (file)
@@ -23,7 +23,9 @@
  * http://cs.unibo.it/helm/.
  *)
 
-module DiscriminationTreeIndexing =
+(* $Id$ *)
+
+module DiscriminationTreeIndexing =  
   functor (A:Set.S) -> 
     struct
 
@@ -59,7 +61,6 @@ module DiscriminationTreeIndexing =
       module DiscriminationTree = Trie.Make(PSMap);;
 
       type t = A.t DiscriminationTree.t
-      type elt = A.elt
       let empty = DiscriminationTree.empty
 
 (*