]> matita.cs.unibo.it Git - helm.git/commitdiff
Bad patch reverted (in error message).
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 31 Jul 2009 13:15:07 +0000 (13:15 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 31 Jul 2009 13:15:07 +0000 (13:15 +0000)
helm/software/components/ng_refiner/nCicRefiner.ml

index 0926db84081896b0717d086e5d2814857c4a4fb9..26fc593b7dde5ab15ac86a6e6b401d2c84cc380b 100644 (file)
@@ -510,8 +510,7 @@ and eat_prods rdb ~localise force_ty metasenv subst context expty orig_t orig_he
           raise (Uncertain (lazy (localise orig_he, Printf.sprintf
             ("The term %s is here applied to %d arguments but expects " ^^
             "only %d arguments") (NCicPp.ppterm ~metasenv ~subst ~context he)
-            (List.length args + List.length args_so_far)
-            (List.length args_so_far))))
+            (List.length args) (List.length args_so_far))))
       | ty ->
           let metasenv, subst, newhead, newheadty = 
             too_many_args := true;