]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicTypeChecker.mli
Release 0.5.9.
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.mli
index a0c9272845e9fbd29d58d29e5104a8db5796a556..c57055365dc72def70dcbfd3683e63f32f6d52ca 100644 (file)
@@ -61,4 +61,5 @@ val are_all_occurrences_positive:
   NCic.context -> NUri.uri -> int -> int -> int -> int -> NCic.term -> bool
 
 val does_not_occur :
-    subst:NCic.substitution -> NCic.context -> int -> int -> NCic.term -> bool
+    subst:NCic.substitution ->
+    ('a * NCic.context_entry) list -> int -> int -> NCic.term -> bool