mirror of
https://github.com/anoma/juvix.git
synced 2025-01-06 06:53:33 +03:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
-- no matching case branch
|
|
|
|
constr cons 2;
|
|
|
|
case cons 1 2 of {
|
|
nil -> true
|
|
}
|