Kind/book/Maybe.kind2
2024-03-15 22:07:01 -03:00

4 lines
38 B
Plaintext

data Maybe T
| some (value: T)
| none