X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnTacStatus.mli;h=15a78866998e10cb006312ad7be3fe2fef88684d;hb=cf4b0ccb2b5d494f9c7856c7a849ca60ebf857cd;hp=33b01b5753e08d350b3f3a5dbeea4a1c3536882e;hpb=1e7b084682623531f0a4b23618c6614c3a0c0436;p=helm.git diff --git a/helm/software/components/ng_tactics/nTacStatus.mli b/helm/software/components/ng_tactics/nTacStatus.mli index 33b01b575..15a788669 100644 --- a/helm/software/components/ng_tactics/nTacStatus.mli +++ b/helm/software/components/ng_tactics/nTacStatus.mli @@ -93,4 +93,16 @@ class type tac_status = [Continuationals.Stack.t] status type 'status tactic = #tac_status as 'status -> 'status +(* indexing facilities over cic_term based on inverse De Bruijn indexes *) + +module NCicInverseRelIndexable : Discrimination_tree.Indexable +with type input = cic_term and type constant_name = NUri.uri + +module Ncic_termSet : Set.S with type elt = cic_term + +module InvRelDiscriminationTree : Discrimination_tree.DiscriminationTree +with type constant_name = NCicInverseRelIndexable.constant_name +and type input = NCicInverseRelIndexable.input +and type data = Ncic_termSet.elt and type dataset = Ncic_termSet.t + (* end *)