3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
data Bool = { True, False }
|
||
|
defn main = { 3 + True }
|