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 d82ec3a commit 23d76aeCopy full SHA for 23d76ae
Mathlib/Mathport/Syntax.lean
@@ -523,6 +523,9 @@ syntax mono.side := &"left" <|> &"right" <|> &"both"
523
/- E -/ syntax (name := ghostSimp) "ghost_simp" (" [" simpArg,* "]")? : tactic
524
/- E -/ syntax (name := wittTruncateFunTac) "witt_truncate_fun_tac" : tactic
525
526
+/- M -/ @[nolint docBlame] syntax (name := pure_coherence) "pure_coherence" : tactic
527
+/- M -/ @[nolint docBlame] syntax (name := coherence) "coherence" : tactic
528
+
529
namespace Conv
530
531
-- https://github.com/leanprover-community/mathlib/issues/2882
0 commit comments