roc/compiler/parse/tests/snapshots/pass/when_with_alternative_patterns.expr.roc
2021-11-14 18:20:21 -08:00

4 lines
54 B
Text

when x is
"blah" | "blop" -> 1
"foo" |
"bar" -> 2