]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicReductionNaif.mli
rebuilt against ocaml 3.08.3
[helm.git] / helm / ocaml / cic_proof_checking / cicReductionNaif.mli
index d61bc72511b56e69f4f2e8e56ebd505a22c908cb..624eebf5d628d737adebc408447c9117f1593d86 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 -> 
+       CicUniv.universe_graph -> bool * CicUniv.universe_graph