]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_kernel/nCicUtils.mli
This commit patches the environment and the library so that their status is
[helm.git] / matitaB / components / ng_kernel / nCicUtils.mli
index 6697e31b5fd402ecbeefd671ff1db47f0d74c576..de56c4e1f4888140a63a0eb49895bc8705bc1eb8 100644 (file)
@@ -25,9 +25,9 @@ val fold:
   (NCic.hypothesis -> 'k -> 'k) -> 'k ->
   ('k -> 'a -> NCic.term -> 'a) -> 'a -> NCic.term -> 'a
 val map:
- #NCic.status ->
+ #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