Environment extension for the forward-reasoning part of the gcongr
tactic #
Read a gcongr_forward
extension from a declaration of the right type.
Equations
- Mathlib.Tactic.GCongr.mkForwardExt n = do let __discr ← read match __discr with | { env := env, opts := opts } => liftM (IO.ofExcept (Mathlib.Tactic.GCongr.mkForwardExt.impl✝ n env opts))
Instances For
Environment extensions for gcongrForward
declarations