X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_refiner%2FnCicRefiner.ml;h=563fe392858b4f09ca26158bbcdd1c87e1290085;hb=011cf6478141e69822a5b40933f2444d0522532f;hp=a59a6fd359109202b3c8aed7c39efcaf1c6e3339;hpb=46ee64f692a1e5e65864ebb82ec875e8d115843c;p=helm.git diff --git a/matita/components/ng_refiner/nCicRefiner.ml b/matita/components/ng_refiner/nCicRefiner.ml index a59a6fd35..563fe3928 100644 --- a/matita/components/ng_refiner/nCicRefiner.ml +++ b/matita/components/ng_refiner/nCicRefiner.ml @@ -915,7 +915,7 @@ and force_to_sort status metasenv subst context t orig_t localise ty = " is not a sort: " ^ status#ppterm ~metasenv ~subst ~context ty)) in let ty = NCicReduction.whd status ~subst context ty in let exn = - if NCicUnification.could_reduce ty then + if NCicUnification.could_reduce status ~subst context ty then Uncertain msg else RefineFailure msg