X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnDiscriminationTree.mli;h=3718114a0b638bd00cb31556ea52908e83817ec5;hb=0e49deb1c20717b0a479f0bfc871c0732946ec79;hp=29fdbb68eb4b5c2462206060d1fda7628e2e60fd;hpb=6e785555b301cc1abe1671de3bd970aebebce71a;p=helm.git diff --git a/helm/software/components/ng_refiner/nDiscriminationTree.mli b/helm/software/components/ng_refiner/nDiscriminationTree.mli index 29fdbb68e..3718114a0 100644 --- a/helm/software/components/ng_refiner/nDiscriminationTree.mli +++ b/helm/software/components/ng_refiner/nDiscriminationTree.mli @@ -23,10 +23,12 @@ * 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