]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_kernel/nCicUtils.mli
updated probe and matitadep
[helm.git] / matitaB / components / ng_kernel / nCicUtils.mli
index 6697e31b5fd402ecbeefd671ff1db47f0d74c576..91bc2fe759f2c548fc1d6e7b4a891b2db14746ba 100644 (file)
@@ -25,9 +25,10 @@ val fold:
   (NCic.hypothesis -> 'k -> 'k) -> 'k ->
   ('k -> 'a -> NCic.term -> 'a) -> 'a -> NCic.term -> 'a
 val map:
- #NCic.status ->
+ ?hbr:bool ->
+ #NCicEnvironment.status ->
  (NCic.hypothesis -> 'k -> 'k) -> 'k ->
  ('k -> NCic.term -> NCic.term) -> NCic.term -> NCic.term
 
-val set_head_beta_reduce: (NCic.status -> upto:int -> NCic.term -> NCic.term) -> unit
+val set_head_beta_reduce: (NCicEnvironment.status -> upto:int -> NCic.term -> NCic.term) -> unit