package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type inversion_status =
  1. | Dep of EConstr.constr option
  2. | NoDep
type inversion_kind =
  1. | SimpleInversion
  2. | FullInversion
  3. | FullInversionClear
val inv_tac : Names.Id.t -> unit Proofview.tactic
val inv_clear_tac : Names.Id.t -> unit Proofview.tactic
val dinv_tac : Names.Id.t -> unit Proofview.tactic
val dinv_clear_tac : Names.Id.t -> unit Proofview.tactic