X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_refiner%2FnCicUnification.mli;h=159d24c101b324a2e3b2f2d5b50f80af6b78dee2;hb=513c7211bb07abd4c1da842a29c05301890aa73a;hp=4296102184017bff35f9afa84a7ceff5ea97de1c;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_refiner/nCicUnification.mli b/matita/components/ng_refiner/nCicUnification.mli index 429610218..159d24c10 100644 --- a/matita/components/ng_refiner/nCicUnification.mli +++ b/matita/components/ng_refiner/nCicUnification.mli @@ -16,7 +16,7 @@ exception Uncertain of string Lazy.t;; exception AssertFailure of string Lazy.t;; val unify : - #NRstatus.status -> + #NCicCoercion.status -> ?test_eq_only:bool -> (* default: false *) ?swap:bool -> (* default: false *) NCic.metasenv -> NCic.substitution -> NCic.context -> @@ -33,7 +33,7 @@ val fix_sorts: * [ rel 1 ... rel (len args) / lift (length args) (arg_1 .. arg_n) ] *) val delift_type_wrt_terms: - #NRstatus.status -> + #NCicCoercion.status -> NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.term list -> NCic.metasenv * NCic.substitution * NCic.term