7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
defn main = {
|
|
case True of {
|
|
n -> { 2 }
|
|
n -> { 1 }
|
|
}
|
|
}
|