We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1572925 commit 57ec56dCopy full SHA for 57ec56d
Mathlib/Tactic/FunProp/Decl.lean
@@ -80,7 +80,7 @@ def addFunPropDecl (declName : Name) : MetaM Unit := do
80
81
modifyEnv fun env => funPropDeclsExt.addEntry env decl
82
83
- trace[Meta.Tactic.funProp.attr]
+ trace[Meta.Tactic.fun_prop.attr]
84
"added new function property `{declName}`\nlook up pattern is `{path}`"
85
86
0 commit comments