[Merged by Bors] - chore: Restore most of the mono attribute#2491
[Merged by Bors] - chore: Restore most of the mono attribute#2491
Conversation
I made some other changes at these 2 places (I don't know if that's a good change or not)... |
|
Oh, so the syntax is probably then |
jcommelin
left a comment
There was a problem hiding this comment.
I think you don't need to manually add the mono attribute to additive versions if you pass mono via attr := to to_additive.
@fpvandoorn can you confirm this?
|
|
||
| -- Porting note: commented out the next line since tactic `mono` does not yet exist | ||
| -- attribute [mono] sum_mono | ||
| attribute [mono] sum_mono |
There was a problem hiding this comment.
I conjecture that this is not needed if you have the attr := mono on L680.
|
|
||
| -- Porting note: removed `mono` attribute, not implemented yet. | ||
| -- attribute [mono] nsmul_le_nsmul_of_le_right | ||
| attribute [mono] nsmul_le_nsmul_of_le_right |
| #align set.mul_subset_mul Set.mul_subset_mul | ||
| #align set.add_subset_add Set.add_subset_add | ||
|
|
||
| attribute [mono] add_subset_add |
|
|
Restore most of the `mono` attribute now that #1740 is merged. I think I got all of the `mono`s.
|
Pull request successfully merged into master. Build succeeded: |
Restore most of the
monoattribute now that #1740 is merged.I think I got all of the
monos.Restore
monoso that when porting,monotactic has a better chance to just work.