]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
some debug printings
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index 3677944bd6006290e6dcc2ba6bd796f5df65d282..a45d8422f8ead2bced870fb2a61f331803806233 100644 (file)
@@ -28,10 +28,9 @@ exception ReferenceToConstant
 exception ReferenceToVariable
 exception ReferenceToCurrentProof
 exception ReferenceToInductiveDefinition
-(*
-val fdebug : int ref
+
 val whd : 
-  ?delta:bool -> ?subst:NCic.substitution -> 
+  ?delta:int -> ?subst:NCic.substitution -> 
   NCic.context -> NCic.term -> 
     NCic.term
 
@@ -39,11 +38,8 @@ val are_convertible :
   ?subst:NCic.substitution -> ?metasenv:NCic.metasenv -> 
   NCic.context -> NCic.term -> NCic.term -> 
   bool
-val normalize:
-  ?delta:bool -> ?subst:Cic.substitution -> Cic.context -> Cic.term -> Cic.term
+
 (* performs head beta/(delta)/cast reduction; the default is to not perform
    delta reduction; if provided, ~upto is the maximum number of beta redexes
    reduced *)
-val head_beta_reduce: ?delta:bool -> ?upto:int -> Cic.term -> Cic.term
-*)
+val head_beta_reduce: ?delta:int -> ?upto:int -> NCic.term -> NCic.term