]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/proofEngineHelpers.mli
- decompose tactic: decomposable constants are now allowed (they are unfolded)
[helm.git] / helm / software / components / tactics / proofEngineHelpers.mli
index 0b5db790dce1aa66cf9c0c5edc877c355f83eefa..650271d5e6d7ecb515159619f85830b11ff9aa07 100644 (file)
@@ -118,7 +118,6 @@ 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
 
+val get_rel: Cic.context -> string -> Cic.term option