]> matita.cs.unibo.it Git - helm.git/commitdiff
Better error message.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 29 Oct 2009 16:53:34 +0000 (16:53 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 29 Oct 2009 16:53:34 +0000 (16:53 +0000)
helm/software/components/ng_refiner/nCicRefiner.ml

index 8c92d3328b8556e9ecb91912e140a6f09dee3736..fdb9c2137332b3c5196b3b10349f1a046b983723 100644 (file)
@@ -74,7 +74,7 @@ let exp_implicit rdb ~localise metasenv subst context with_type t =
             with
               NCicMetaSubst.MetaSubstFailure _
             | NCicMetaSubst.Uncertain _ ->
-               raise (RefineFailure (lazy (localise t,"Trying to create a closed meta with a non closed type")))
+               raise (RefineFailure (lazy (localise t,"Trying to create a closed meta with a non closed type: " ^ NCicPp.ppterm ~metasenv ~subst ~context typ)))
 
            in
             metasenv,subst,Some typ