X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicReduction.ml;h=b7592f0fa30ae022bcdf62e9155beeadebb1d44b;hb=63b0d7b57e1c0b85c8e38fadf1d24411fa9b4897;hp=7ba2cffbcfaa76298770ed8c19c5a5c369badadc;hpb=afa05d30f20de12e031c3e5c3e5c33c19c42a7d8;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicReduction.ml b/helm/ocaml/cic_proof_checking/cicReduction.ml index 7ba2cffbc..b7592f0fa 100644 --- a/helm/ocaml/cic_proof_checking/cicReduction.ml +++ b/helm/ocaml/cic_proof_checking/cicReduction.ml @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +(* $Id$ *) + (* TODO unify exceptions *) exception CicReductionInternalError;; @@ -1077,7 +1079,6 @@ let rec normalize ?(delta=true) ?(subst=[]) ctx term = let t = whd ~delta ~subst ctx term in let aux = normalize ~delta ~subst in let decl name t = Some (name, C.Decl t) in - let def name t = Some (name, C.Def (t,None)) in match t with | C.Rel n -> t | C.Var (uri,exp_named_subst) ->