Kind/book/Maybe.kind2

4 lines
38 B
Plaintext
Raw Normal View History

2024-03-16 04:07:01 +03:00
data Maybe T
| some (value: T)
| none