X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicParamod.mli;h=0572f8c64ea74ddf6bf15b7813e901f5e6648d32;hb=e588f626df2898792cc9c0372f6d67602ca720fc;hp=d24e5b57f0ee94abf77f2346647d1987a08bb534;hpb=d268de514258947484a22a106c220b102c611cc3;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicParamod.mli b/helm/software/components/ng_paramodulation/nCicParamod.mli index d24e5b57f..0572f8c64 100644 --- a/helm/software/components/ng_paramodulation/nCicParamod.mli +++ b/helm/software/components/ng_paramodulation/nCicParamod.mli @@ -16,3 +16,14 @@ val nparamod : NCic.metasenv -> NCic.substitution -> NCic.context -> (NCic.term * NCic.term) -> (NCic.term * NCic.term) list -> (NCic.term * NCic.metasenv * NCic.substitution) list + +type state +val empty_state: state +val forward_infer_step: state -> NCic.term -> NCic.term -> state +val index_obj: state -> NUri.uri -> state +val fast_eq_check : + #NRstatus.status -> + NCic.metasenv -> NCic.substitution -> NCic.context -> + state -> + (NCic.term * NCic.term) -> + (NCic.term * NCic.metasenv * NCic.substitution) list