X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FnCicTypeChecker.ml;h=e334861cbf9c0482f02e8e7401f6fb24e8b7f4c6;hb=c2a0823b4837cfe8ca7f89e68f58cd97efacf367;hp=343be2607277b7bbab8e4bd0523fc35d9d7d0069;hpb=8c8ee30d3de315e954a59b3e802748099a32b54c;p=helm.git diff --git a/matita/components/ng_kernel/nCicTypeChecker.ml b/matita/components/ng_kernel/nCicTypeChecker.ml index 343be2607..e334861cb 100644 --- a/matita/components/ng_kernel/nCicTypeChecker.ml +++ b/matita/components/ng_kernel/nCicTypeChecker.ml @@ -1131,7 +1131,7 @@ and get_relevance status ~metasenv ~subst context t args = | C.Sort C.Prop -> false::(aux context new_ty tl) | C.Sort _ - | C.Meta _ -> true::(aux context new_ty tl) + | C.Meta _ -> true::(aux context new_ty tl) | _ -> raise (TypeCheckerFailure (lazy (Printf.sprintf "Prod: the type %s of the source of %s is not a sort" (status#ppterm ~subst ~metasenv ~context sort)