]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
patches for hints & unification:
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index 702f8fc19fe5d0f31f7738b2d31aaeb306e607b8..7ff7f9335b6c2b5561171907fae35e12811ed73a 100644 (file)
@@ -43,3 +43,5 @@ val apply_subst_metasenv : NCic.substitution -> NCic.metasenv -> NCic.metasenv
 
 val count_occurrences :
     subst:NCic.substitution -> int -> NCic.term -> int
+(* quick, but with false negatives (since no ~subst), check for closed terms *)
+val looks_closed : NCic.term -> bool