X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_refiner%2FnCicUnification.mli;h=1cba191835390e44fc0bedf991a8abaa636ed888;hb=df0dc72bccac82b3dd69108b5996d7008d007601;hp=510a31136a983e3eb9d9c9b6f8e9d028569d499e;hpb=46ee64f692a1e5e65864ebb82ec875e8d115843c;p=helm.git diff --git a/matita/components/ng_refiner/nCicUnification.mli b/matita/components/ng_refiner/nCicUnification.mli index 510a31136..1cba19183 100644 --- a/matita/components/ng_refiner/nCicUnification.mli +++ b/matita/components/ng_refiner/nCicUnification.mli @@ -30,7 +30,7 @@ val fix_sorts: (* this should be moved elsewhere *) (* The term must be in whd *) -val could_reduce: NCic.term -> bool +val could_reduce: #NCicCoercion.status -> subst:NCic.substitution -> NCic.context -> NCic.term -> bool (* delift_type_wrt_terms st m s c t args * lift t (length args) @@ -46,4 +46,8 @@ val sortfy :# NCic.status -> exn -> NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.metasenv * NCic.substitution * NCic.term +val indfy :# + NCic.status -> exn -> NCic.metasenv -> NCic.substitution -> NCic.context -> + NCic.term -> NCic.metasenv * NCic.substitution * NCic.term + val debug : bool ref