X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicReductionNaif.mli;h=7a6255003e5368edfff2b98dabc2e8fad078da93;hb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;hp=d61bc72511b56e69f4f2e8e56ebd505a22c908cb;hpb=2dc0733271cd251aaa3edaece8a883fe691775ab;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicReductionNaif.mli b/helm/ocaml/cic_proof_checking/cicReductionNaif.mli index d61bc7251..7a6255003 100644 --- a/helm/ocaml/cic_proof_checking/cicReductionNaif.mli +++ b/helm/ocaml/cic_proof_checking/cicReductionNaif.mli @@ -24,11 +24,10 @@ *) exception WrongUriToInductiveDefinition -exception ReferenceToDefinition -exception ReferenceToAxiom +exception ReferenceToConstant exception ReferenceToVariable exception ReferenceToCurrentProof exception ReferenceToInductiveDefinition val fdebug : int ref -val whd : Cic.term -> Cic.term -val are_convertible : Cic.term -> Cic.term -> bool +val whd : Cic.context -> Cic.term -> Cic.term +val are_convertible : Cic.context -> Cic.term -> Cic.term -> bool