X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnDiscriminationTree.mli;h=b008277167caf2973879b91618d91b64118711ae;hb=c22f39a5d5afc0ef55beb221e00e2e6703b13d90;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..b00827716 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 -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