We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c106469 commit c44d6c6Copy full SHA for c44d6c6
Mathlib/Tactic/FunProp/Elab.lean
@@ -36,6 +36,7 @@ documentation for `Mathlib/Tactic/FunProp.lean` for a detailed explanation.
36
* `fun_prop [c, ...]` will unfold the constant(s) `c`, ... before decomposing `f`.
37
* `fun_prop (config := cfg)` sets advanced configuration options using `cfg : FunProp.Config`
38
(see `FunProp.Config` for details).
39
+ These options can be combined: `fun_prop (config := cfg) (disch := tac) [c]`
40
41
Examples:
42
0 commit comments