2 lines
33 B
Haskell
2 lines
33 B
Haskell
|
|
data Maybe a = Nothing | Just a
|
|
|
data Maybe a = Nothing | Just a
|