cotton
cotton copied to clipboard
Implement `|` pattern
example:
test =
| 0 | 1 => "is 0 or 1"
| _ => "other"
main = | _ => do
0.test.println