-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Porting note: removed @[pp_nodot] #11180
Copy link
Copy link
Closed
Labels
porting-notesMathlib3 to Mathlib4 porting notes.Mathlib3 to Mathlib4 porting notes.
Description
Classifies porting notes claiming:
removed
@[pp_nodot]
Examples
mathlib4/Mathlib/Algebra/Symmetrized.lean
Lines 48 to 57 in 2a65c8d
| /-- The element of `SymAlg α` that represents `a : α`. -/ | |
| @[match_pattern] | |
| -- Porting note: removed @[pp_nodot] | |
| def sym : α ≃ αˢʸᵐ := | |
| Equiv.refl _ | |
| #align sym_alg.sym SymAlg.sym | |
| /-- The element of `α` represented by `x : αˢʸᵐ`. -/ | |
| -- Porting note: removed @[pp_nodot] | |
| def unsym : αˢʸᵐ ≃ α := |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
porting-notesMathlib3 to Mathlib4 porting notes.Mathlib3 to Mathlib4 porting notes.