Codebase list coq / upstream/8.4_gamma0+really8.4beta2+dfsg tactics / leminv.mli
upstream/8.4_gamma0+really8.4beta2+dfsg

Tree @upstream/8.4_gamma0+really8.4beta2+dfsg (Download .tar.gz)

leminv.mli @upstream/8.4_gamma0+really8.4beta2+dfsgraw · history · blame

open Util
open Names
open Term
open Glob_term
open Proof_type
open Topconstr

val lemInv_gen : quantified_hypothesis -> constr -> tactic
val lemInvIn_gen : quantified_hypothesis -> constr -> identifier list -> tactic

val lemInv_clause :
  quantified_hypothesis -> constr -> identifier list -> tactic

val inversion_lemma_from_goal :
  int -> identifier -> identifier located -> sorts -> bool ->
    (identifier -> tactic) -> unit
val add_inversion_lemma_exn :
  identifier -> constr_expr -> glob_sort -> bool -> (identifier -> tactic) ->
    unit