X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicReductionNaif.mli;h=624eebf5d628d737adebc408447c9117f1593d86;hb=6912a028bef118d8e9d7c2847200510a9b055c6a;hp=d61bc72511b56e69f4f2e8e56ebd505a22c908cb;hpb=0054d117ebed7924a96bcaadc9bcbbef9d372938;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicReductionNaif.mli b/helm/ocaml/cic_proof_checking/cicReductionNaif.mli index d61bc7251..624eebf5d 100644 --- a/helm/ocaml/cic_proof_checking/cicReductionNaif.mli +++ b/helm/ocaml/cic_proof_checking/cicReductionNaif.mli @@ -24,11 +24,12 @@ *) 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 -> + CicUniv.universe_graph -> bool * CicUniv.universe_graph