X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FcicReduction.mli;h=bee4607d509d240e0e8453c8e243f51ffa209dcf;hb=2bc5d5bfa8278945527b3f36ffd467802899b148;hp=e3619053d0d2163add738b5ebe8039f0cc9b1fbe;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/cic_proof_checking/cicReduction.mli b/helm/software/components/cic_proof_checking/cicReduction.mli index e3619053d..bee4607d5 100644 --- a/helm/software/components/cic_proof_checking/cicReduction.mli +++ b/helm/software/components/cic_proof_checking/cicReduction.mli @@ -38,5 +38,6 @@ val are_convertible : val normalize: ?delta:bool -> ?subst:Cic.substitution -> Cic.context -> Cic.term -> Cic.term -(* performs an head beta/cast reduction *) -val head_beta_reduce: Cic.term -> Cic.term +(* performs an head beta/cast reduction; the default is to not perform + delta reduction *) +val head_beta_reduce: ?delta:bool -> Cic.term -> Cic.term