import Mathlib.Tactic everywhere

This commit is contained in:
Jon Eugster
2023-08-04 17:14:49 +02:00
parent 827fe844f4
commit 836f8f6078
11 changed files with 48 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ inductive MyNat where
-- deriving BEq, DecidableEq, Inhabited
@[inherit_doc]
notation "" => MyNat
notation (name := MyNatNotation) (priority := 1000000) "" => MyNat
-- Note: as long as we do not import `Mathlib.Init.Data.Nat.Notation` this is fine.
namespace MyNat