]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nDiscriminationTree.mli
In line with the ml.
[helm.git] / helm / software / components / ng_refiner / nDiscriminationTree.mli
index 29fdbb68eb4b5c2462206060d1fda7628e2e60fd..3718114a0b638bd00cb31556ea52908e83817ec5 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(*
 module NCicIndexable : Discrimination_tree.Indexable
-with type input = NCic.term and type constant_name = NUri.uri
+with type input = NCic.term and type constant_name = NReference.reference
 
-module DiscriminationTree : 
-        Discrimination_tree.DiscriminationTreeIndexing(NCicIndexable)
-*)
+module TermSet : Set.S with type elt = NCic.term
+
+module DiscriminationTree : Discrimination_tree.DiscriminationTree 
+with type constant_name = NCicIndexable.constant_name 
+and type input = NCicIndexable.input
+and type data = TermSet.elt and type dataset = TermSet.t