X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicElim.ml;fp=helm%2Focaml%2Fcic_proof_checking%2FcicElim.ml;h=1864e89b0c202d39217466fe459988270d608ce9;hb=218c0062f93dd3221b0266cfbc26fd9cf787ad18;hp=b46aa0b226516bcc8abab2bb9be679ef3583c435;hpb=72e5ddf0f07b0e692f5e3544438f77f2e346b12a;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicElim.ml b/helm/ocaml/cic_proof_checking/cicElim.ml index b46aa0b22..1864e89b0 100644 --- a/helm/ocaml/cic_proof_checking/cicElim.ml +++ b/helm/ocaml/cic_proof_checking/cicElim.ml @@ -247,7 +247,7 @@ let branch (uri, typeno) insource liftno paramsno t fix head args = branch (uri, typeno) insource paramsno t fix head args let elim_of ?(sort = Cic.Type (CicUniv.fresh ())) uri typeno = - let (obj, univ) = (CicEnvironment.get_obj uri CicUniv.empty_ugraph) in + let (obj, univ) = (CicEnvironment.get_obj CicUniv.empty_ugraph uri) in match obj with | Cic.InductiveDefinition (indTypes, params, leftno) -> let (name, inductive, ty, constructors) =