]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nDiscriminationTree.mli
Release 0.5.9.
[helm.git] / helm / software / components / ng_refiner / nDiscriminationTree.mli
index ef977667592db10243e51e6320d6a241e4a4c3d3..b008277167caf2973879b91618d91b64118711ae 100644 (file)
  *)
 
 module NCicIndexable : Discrimination_tree.Indexable
-with type input = NCic.term and type constant_name = NReference.reference
+with type input = NCic.term and type constant_name = NUri.uri
 
 module TermSet : Set.S with type elt = NCic.term
-module TermListSet : Set.S with type elt = NCic.term list
 
 module DiscriminationTree : Discrimination_tree.DiscriminationTree 
 with type constant_name = NCicIndexable.constant_name