]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUtils.mli
...
[helm.git] / helm / software / components / ng_kernel / nCicUtils.mli
index 1560094dcfee904df4e13412aae7bbfb841e903c..c87dd6638b72b4bfa7211fc83a6ec21b6004ee4c 100644 (file)
@@ -27,6 +27,3 @@ val fold:
 val map:
  (NCic.hypothesis -> 'k -> 'k) -> 'k ->
  ('k -> NCic.term -> NCic.term) -> NCic.term -> NCic.term
-val map_term_fold_a:
- (NCic.hypothesis -> 'k -> 'k) -> 'k ->
- ('k -> 'a -> NCic.term -> 'a * NCic.term) -> 'a -> NCic.term -> 'a * NCic.term