X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicParamod.mli;h=96eeb71aeda6d8eb2fbfb13e8c1fc017c044702e;hb=277fc8ff21ce3dbd6893b1994c55cf5c06a98355;hp=3c813a075f7eb4d8d276eed85ecdbddade6ceca0;hpb=9b6600b6ebde837548d46c6c1879ff9d37f56194;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicParamod.mli b/helm/software/components/ng_paramodulation/nCicParamod.mli index 3c813a075..96eeb71ae 100644 --- a/helm/software/components/ng_paramodulation/nCicParamod.mli +++ b/helm/software/components/ng_paramodulation/nCicParamod.mli @@ -35,3 +35,9 @@ val fast_eq_check : state -> (NCic.term * NCic.term) -> (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list +val demod : + #NRstatus.status -> + NCic.metasenv -> NCic.substitution -> NCic.context -> + state -> + (NCic.term * NCic.term) -> + (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list