]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_kernel/nCicUtils.mli
Map in NCicUtils now takes an optional boolea to disable head beta reduction.
[helm.git] / matitaB / components / ng_kernel / nCicUtils.mli
index de56c4e1f4888140a63a0eb49895bc8705bc1eb8..91bc2fe759f2c548fc1d6e7b4a891b2db14746ba 100644 (file)
@@ -25,6 +25,7 @@ val fold:
   (NCic.hypothesis -> 'k -> 'k) -> 'k ->
   ('k -> 'a -> NCic.term -> 'a) -> 'a -> NCic.term -> 'a
 val map:
+ ?hbr:bool ->
  #NCicEnvironment.status ->
  (NCic.hypothesis -> 'k -> 'k) -> 'k ->
  ('k -> NCic.term -> NCic.term) -> NCic.term -> NCic.term