Bend/tests/golden_tests/run_file/match_builtins.bend

5 lines
82 B
Plaintext

Bar [(String/Cons x xs), y] = {xs, y}
Bar * = []
Main = (Bar ["hello", "world"])