]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
- Grammar for all obj commands ported to NG (let recs and inductives still need
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index 006dba9d4ed7b88615e6bc3a417d977791fc7bf8..691d6605d3875f6e023607f3f0e62390308ef136 100644 (file)
@@ -28,7 +28,8 @@ val are_convertible :
 (* 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:int -> ?upto:int -> NCic.term -> NCic.term
+val head_beta_reduce: 
+  ?delta:int -> ?upto:int -> ?subst:NCic.substitution -> NCic.term -> NCic.term
 
 type stack_item
 type environment_item