remove End type

This commit is contained in:
2025-09-12 10:42:06 +02:00
parent 9ed99e0de4
commit 7a83cc1272

View File

@@ -10,7 +10,6 @@ Most important ones:
- `List[T]`: (linked-) list of `T` - `List[T]`: (linked-) list of `T`
- `Char`: unicode codepoint - `Char`: unicode codepoint
- `Unit`: nothing - `Unit`: nothing
- `End`: unreachable
- `Cell[T]`: mutable cell of `T` - `Cell[T]`: mutable cell of `T`
Advanced (uncommon) types: Advanced (uncommon) types: