From: Claudio Sacerdoti Coen Date: Fri, 31 Jul 2009 13:15:07 +0000 (+0000) Subject: Bad patch reverted (in error message). X-Git-Tag: make_still_working~3582 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5bc1672a263663a241ba8b0efde692b246761b6a;p=helm.git Bad patch reverted (in error message). --- diff --git a/helm/software/components/ng_refiner/nCicRefiner.ml b/helm/software/components/ng_refiner/nCicRefiner.ml index 0926db840..26fc593b7 100644 --- a/helm/software/components/ng_refiner/nCicRefiner.ml +++ b/helm/software/components/ng_refiner/nCicRefiner.ml @@ -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;