]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_kernel/nCicUtils.mli
HUGE COMMIT:
[helm.git] / matita / components / ng_kernel / nCicUtils.mli
index 6baaeda03c61abcaeacfdd8673b6a0440ddbfe5e..6697e31b5fd402ecbeefd671ff1db47f0d74c576 100644 (file)
@@ -25,8 +25,9 @@ val fold:
   (NCic.hypothesis -> 'k -> 'k) -> 'k ->
   ('k -> 'a -> NCic.term -> 'a) -> 'a -> NCic.term -> 'a
 val map:
+ #NCic.status ->
  (NCic.hypothesis -> 'k -> 'k) -> 'k ->
  ('k -> NCic.term -> NCic.term) -> NCic.term -> NCic.term
 
-val set_head_beta_reduce: (upto:int -> NCic.term -> NCic.term) -> unit
+val set_head_beta_reduce: (NCic.status -> upto:int -> NCic.term -> NCic.term) -> unit