cotton icon indicating copy to clipboard operation
cotton copied to clipboard

Implement `|` pattern

Open nanikamado opened this issue 2 years ago • 0 comments

example:

test =
    | 0 | 1 => "is 0 or 1"
    | _ => "other"

main = | _ => do
    0.test.println

nanikamado avatar Feb 02 '23 04:02 nanikamado