X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnDiscriminationTree.mli;h=b008277167caf2973879b91618d91b64118711ae;hb=a90c31c1b53222bd6d57360c5ba5c2d0fe7d5207;hp=ef977667592db10243e51e6320d6a241e4a4c3d3;hpb=4377e950998c9c63937582952a79975947aa9a45;p=helm.git diff --git a/helm/software/components/ng_refiner/nDiscriminationTree.mli b/helm/software/components/ng_refiner/nDiscriminationTree.mli index ef9776675..b00827716 100644 --- a/helm/software/components/ng_refiner/nDiscriminationTree.mli +++ b/helm/software/components/ng_refiner/nDiscriminationTree.mli @@ -24,10 +24,9 @@ *) 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