]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicReductionNaif.mli
Merge of the V7_3_new_exportation branch.
[helm.git] / helm / ocaml / cic_proof_checking / cicReductionNaif.mli
index d61bc72511b56e69f4f2e8e56ebd505a22c908cb..7a6255003e5368edfff2b98dabc2e8fad078da93 100644 (file)
  *)
 
 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