]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nDiscriminationTree.mli
Bug fixed: the debrujinate function (hence the one to compute objects height)
[helm.git] / helm / software / components / ng_refiner / nDiscriminationTree.mli
index 29fdbb68eb4b5c2462206060d1fda7628e2e60fd..b008277167caf2973879b91618d91b64118711ae 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(*
 module NCicIndexable : Discrimination_tree.Indexable
 with type input = NCic.term and type constant_name = NUri.uri
 
-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