]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
Added a count_occurrences function.
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index 01c522ba0a557eb496c70ed1433331e4a2c025f4..702f8fc19fe5d0f31f7738b2d31aaeb306e607b8 100644 (file)
@@ -42,4 +42,4 @@ val apply_subst_context : fix_projections:bool ->
 val apply_subst_metasenv : NCic.substitution -> NCic.metasenv -> NCic.metasenv
 
 val count_occurrences :
-    subst:NCic.substitution -> NCic.context -> int -> NCic.term -> int
+    subst:NCic.substitution -> int -> NCic.term -> int