]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
added mk_rel
[helm.git] / helm / ocaml / cic / cicUtil.mli
index 650758eede7d294576a1df5c33c6c77c94c8694b..0bf193e7d6e21bbf4c2ff486b623e7333d0eac43 100644 (file)
@@ -68,3 +68,7 @@ val context_of:
 * rooted at context's holes *)
 val select: term:Cic.term -> context:Cic.term -> Cic.term list
 
+(** mk_rels [howmany] [from] 
+ * creates a list of [howmany] rels starting from [from] in decreasing order *)
+val mk_rels : int -> int -> Cic.term list
+