From: Claudio Sacerdoti Coen Date: Thu, 18 Dec 2008 20:32:15 +0000 (+0000) Subject: Now it compiles again. X-Git-Tag: make_still_working~4370 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=30641ee6278838b8b2a0b567d61f8f143582a217;p=helm.git Now it compiles again. --- diff --git a/helm/software/components/cic_unification/cicRefine.ml b/helm/software/components/cic_unification/cicRefine.ml index ad4d01065..cf7e582e6 100644 --- a/helm/software/components/cic_unification/cicRefine.ml +++ b/helm/software/components/cic_unification/cicRefine.ml @@ -1979,7 +1979,7 @@ let typecheck metasenv uri obj ~localization_tbl = (match CicReduction.whd [] ty' with Cic.Sort _ | Cic.Meta _ -> Cic.Constant (name,None,ty',args,attrs),metasenv,ugraph - | _ -> raise (RefineFailure (lazy "")) + | _ -> raise (RefineFailure (lazy ""))) | Cic.CurrentProof (name,metasenv',bo,ty,args,attrs) -> assert (metasenv' = metasenv); (* Here we do not check the metasenv for correctness *)