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

[Merged by Bors] - feat: small_iUnion and small_sUnion #10921

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Add to Mathlib.lean
  • Loading branch information
TwoFX committed Feb 24, 2024
commit 93c33bb685c28baf971b460c8e4e96edbdf6faa6
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2660,6 +2660,7 @@ import Mathlib.Logic.Small.Group
import Mathlib.Logic.Small.List
import Mathlib.Logic.Small.Module
import Mathlib.Logic.Small.Ring
import Mathlib.Logic.Small.Set
import Mathlib.Logic.Unique
import Mathlib.Logic.UnivLE
import Mathlib.Mathport.Attributes
Expand Down
Loading