]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_proof_checking/cicReduction.mli
now we try two distinct depend files for compilation in byte and native code
[helm.git] / helm / software / components / cic_proof_checking / cicReduction.mli
index e3619053d0d2163add738b5ebe8039f0cc9b1fbe..bee4607d509d240e0e8453c8e243f51ffa209dcf 100644 (file)
@@ -38,5 +38,6 @@ 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
+(* performs an head beta/cast reduction; the default is to not perform
+   delta reduction *)
+val head_beta_reduce: ?delta:bool -> Cic.term -> Cic.term