Skip to content

Commit

Permalink
doc(data/nat/{part_enat, lattice}): update doc string (#16345)
Browse files Browse the repository at this point in the history
  • Loading branch information
negiizhao committed Sep 4, 2022
1 parent a3e847c commit 075b0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/data/nat/lattice.lean
Expand Up @@ -11,7 +11,6 @@ import order.conditionally_complete_lattice
In this file we
* define a `conditionally_complete_linear_order_bot` structure on `ℕ`;
* define a `complete_linear_order` structure on `part_enat`;
* prove a few lemmas about `supr`/`infi`/`set.Union`/`set.Inter` and natural numbers.
-/

Expand Down
1 change: 1 addition & 0 deletions src/data/nat/part_enat.lean
Expand Up @@ -20,6 +20,7 @@ The following instances are defined:
* `ordered_add_comm_monoid part_enat`
* `canonically_ordered_add_monoid part_enat`
* `complete_linear_order part_enat`
There is no additive analogue of `monoid_with_zero`; if there were then `part_enat` could
be an `add_monoid_with_top`.
Expand Down

0 comments on commit 075b0d2

Please sign in to comment.