X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_refiner%2FnCicUnification.mli;h=1cba191835390e44fc0bedf991a8abaa636ed888;hb=e28ddccd4096c80b2090ca78af00e2590f629b71;hp=c7d44e8ab555d1cd7246e7809eb449b702ac6148;hpb=bf4eb0f3a5b5ff262ad32271a8ba6f171e68c1f0;p=helm.git diff --git a/matita/components/ng_refiner/nCicUnification.mli b/matita/components/ng_refiner/nCicUnification.mli index c7d44e8ab..1cba19183 100644 --- a/matita/components/ng_refiner/nCicUnification.mli +++ b/matita/components/ng_refiner/nCicUnification.mli @@ -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