]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicReduction.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_proof_checking / cicReduction.mli
index cd48a025b9b86937fa6f79e2ee4b25e26d103ac4..e3619053d0d2163add738b5ebe8039f0cc9b1fbe 100644 (file)
@@ -38,3 +38,5 @@ val are_convertible :
 val normalize:
   ?delta:bool -> ?subst:Cic.substitution -> Cic.context -> Cic.term -> Cic.term
  
+(* performs an head beta/cast reduction *)
+val head_beta_reduce: Cic.term -> Cic.term