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