]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/proofEngineHelpers.mli
- "linear" flag added to lapply (automatic clearing)
[helm.git] / components / tactics / proofEngineHelpers.mli
index a7c0e5b543cb6fe23f51dd9be8b1f81c39779cab..0b5db790dce1aa66cf9c0c5edc877c355f83eefa 100644 (file)
@@ -116,3 +116,9 @@ val saturate_term:
 (* returns the index and the type of a premise in a context *)
 val lookup_type: Cic.metasenv -> Cic.context -> string -> int * Cic.term
 
+(* FG: some helper functions ************************************************)
+
+val list_rev_map_filter: ('a -> 'b option) -> 'a list -> 'b list
+
+val get_name: Cic.context -> int -> string option
+