Skip to content

Commit

Permalink
fix: remove unintentionally-retained 'planned' label
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Feb 7, 2025
1 parent b3c39de commit cd0db8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Manual/BasicTypes/Empty.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ set_option pp.rawOnError true
tag := "empty"
%%%

:::planned 170
* What is {lean}`Empty`?
* Contrast with {lean}`Unit` and {lean}`False`
* Definitional equality
:::

The empty type {name}`Empty` represents impossible values.
It is an inductive type with no constructors whatsoever.

Expand Down

0 comments on commit cd0db8a

Please sign in to comment.