Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting note: removed @[pp_nodot] #11180

Closed
pitmonticone opened this issue Mar 5, 2024 · 0 comments
Closed

Porting note: removed @[pp_nodot] #11180

pitmonticone opened this issue Mar 5, 2024 · 0 comments
Labels
porting-notes Mathlib3 to Mathlib4 porting notes.

Comments

@pitmonticone
Copy link
Collaborator

pitmonticone commented Mar 5, 2024

Classifies porting notes claiming:

removed @[pp_nodot]

Examples

/-- 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 : αˢʸᵐ ≃ α :=

@pitmonticone pitmonticone added the porting-notes Mathlib3 to Mathlib4 porting notes. label Mar 5, 2024
mathlib-bors bot pushed a commit that referenced this issue Mar 5, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
kbuzzard pushed a commit that referenced this issue Mar 12, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
mathlib-bors bot pushed a commit that referenced this issue Mar 17, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
dagurtomas pushed a commit that referenced this issue Mar 22, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
dagurtomas pushed a commit that referenced this issue Mar 22, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
utensil pushed a commit that referenced this issue Mar 26, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
utensil pushed a commit that referenced this issue Mar 26, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
Louddy pushed a commit that referenced this issue Apr 15, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
Louddy pushed a commit that referenced this issue Apr 15, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
atarnoam pushed a commit that referenced this issue Apr 16, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
uniwuni pushed a commit that referenced this issue Apr 19, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
callesonne pushed a commit that referenced this issue Apr 22, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
callesonne pushed a commit that referenced this issue Apr 22, 2024
Classifies by adding issue number #11180 to porting notes claiming: 

> removed `@[pp_nodot]`
kmill added a commit that referenced this issue Jun 12, 2024
mathlib-bors bot pushed a commit that referenced this issue Jun 24, 2024
Adds in `@[pp_nodot]` wherever there was a porting note, except in some cases where by principle it can never have an affect (such as for `MulOpposite.op` or `SymAlg.sym`).

closes #11180
@mathlib-bors mathlib-bors bot closed this as completed in 669326e Jun 24, 2024
kbuzzard pushed a commit that referenced this issue Jun 26, 2024
Adds in `@[pp_nodot]` wherever there was a porting note, except in some cases where by principle it can never have an affect (such as for `MulOpposite.op` or `SymAlg.sym`).

closes #11180
dagurtomas pushed a commit that referenced this issue Jul 2, 2024
Adds in `@[pp_nodot]` wherever there was a porting note, except in some cases where by principle it can never have an affect (such as for `MulOpposite.op` or `SymAlg.sym`).

closes #11180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
porting-notes Mathlib3 to Mathlib4 porting notes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant