]> matita.cs.unibo.it Git - helm.git/commitdiff
does_not_occur documented
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 13 Jun 2016 16:27:50 +0000 (16:27 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 13 Jun 2016 16:27:50 +0000 (16:27 +0000)
matita/components/ng_kernel/nCicTypeChecker.mli

index 6ca329fbff1c9f97e81dedec445080fae5db5d5b..34abacfde29654e602c12262fc2b046ef30dec65 100644 (file)
@@ -64,6 +64,10 @@ val are_all_occurrences_positive:
  #NCic.status -> subst:NCic.substitution -> NCic.context -> NUri.uri -> int ->
   int -> int -> int -> NCic.term -> bool
 
+(* does_not_occur ... n nn t
+ * detects the Rels m of t in the range n < m <= nn
+ * recursively delta-expanding the Rels m of t in the range 0 < m <= n
+ *)
 val does_not_occur :
  #NCic.status -> subst:NCic.substitution -> NCic.context -> int -> int ->
   NCic.term -> bool