X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Findexing.mli;h=7caaa78f47974b9d8b5f01b0d0d71d3c85ec532b;hb=1238c59b078908f3923aa2e03adee7fe7a291027;hp=a446747e5c53ff3a10c3940103c5173e84dc46a0;hpb=fb99d31806e06e29bed90f08f132d6e8fb758bd8;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/indexing.mli b/helm/software/components/tactics/paramodulation/indexing.mli index a446747e5..7caaa78f4 100644 --- a/helm/software/components/tactics/paramodulation/indexing.mli +++ b/helm/software/components/tactics/paramodulation/indexing.mli @@ -59,6 +59,7 @@ val superposition_left : val superposition_right : ?subterms_only:bool -> + UriManager.uri -> int -> 'a * Cic.context * CicUniv.universe_graph -> Index.t -> @@ -67,6 +68,7 @@ val superposition_right : val demodulation_equality : ?from:string -> + UriManager.uri -> int -> Cic.metasenv * Cic.context * CicUniv.universe_graph -> Index.t ->