]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/doubleTypeInference.mli
- DoubleTypeInference.does_not_occur exposed
[helm.git] / helm / gTopLevel / doubleTypeInference.mli
index aa151988b233875ab4721aa3106b2189a73bd778..d7d06ae42346f96eb3cb89ab0128597b7d0e4d5e 100644 (file)
@@ -17,3 +17,9 @@ module CicHash :
 
 val double_type_of :
  Cic.metasenv -> Cic.context -> Cic.term -> Cic.term option -> types CicHash.t
+
+(** Auxiliary functions **)
+
+(* does_not_occur n te                              *)
+(* returns [true] if [Rel n] does not occur in [te] *)
+val does_not_occur : int -> Cic.term -> bool