Skip to content

Commit

Permalink
chore: pp_dot on Finset.card (#9560)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Jan 9, 2024
1 parent 2b75532 commit aa782a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Data/Finset/Card.lean
Expand Up @@ -40,7 +40,7 @@ namespace Finset
variable {s t : Finset α} {a b : α}

/-- `s.card` is the number of elements of `s`, aka its cardinality. -/
def card (s : Finset α) : ℕ :=
@[pp_dot] def card (s : Finset α) : ℕ :=
Multiset.card s.1
#align finset.card Finset.card

Expand Down

0 comments on commit aa782a7

Please sign in to comment.