X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FproofEngineHelpers.mli;h=650271d5e6d7ecb515159619f85830b11ff9aa07;hb=2951babfd31047ac057714130157da2bc36e906e;hp=0b5db790dce1aa66cf9c0c5edc877c355f83eefa;hpb=f68f452173a5077c58f93587faad65fcced77223;p=helm.git diff --git a/components/tactics/proofEngineHelpers.mli b/components/tactics/proofEngineHelpers.mli index 0b5db790d..650271d5e 100644 --- a/components/tactics/proofEngineHelpers.mli +++ b/components/tactics/proofEngineHelpers.mli @@ -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