X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicReductionNaif.mli;h=624eebf5d628d737adebc408447c9117f1593d86;hb=353d488657a8c919140bcc4b6951296cc058e964;hp=7a6255003e5368edfff2b98dabc2e8fad078da93;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicReductionNaif.mli b/helm/ocaml/cic_proof_checking/cicReductionNaif.mli index 7a6255003..624eebf5d 100644 --- a/helm/ocaml/cic_proof_checking/cicReductionNaif.mli +++ b/helm/ocaml/cic_proof_checking/cicReductionNaif.mli @@ -30,4 +30,6 @@ exception ReferenceToCurrentProof exception ReferenceToInductiveDefinition val fdebug : int ref val whd : Cic.context -> Cic.term -> Cic.term -val are_convertible : Cic.context -> Cic.term -> Cic.term -> bool +val are_convertible : + Cic.context -> Cic.term -> Cic.term -> + CicUniv.universe_graph -> bool * CicUniv.universe_graph