catala/tests/test_enum/missing_case.catala.A.out
2020-12-09 10:36:09 +01:00

11 lines
375 B
Plaintext

[ERROR] The constructor Case3 of enum E is missing from this pattern matching
[ERROR]
[ERROR] --> test_enum/missing_case.catala
[ERROR] |
[ERROR] 14 | def out := match e with
[ERROR] | ^^^^^^^^^^^^
[ERROR] 15 | -- Case1 of i : i = 0
[ERROR] | ^^^^^^^^^^^^^^^^^^^^^
[ERROR] 16 | -- Case2 of b : b
[ERROR] | ^^^^^^^^^^^^^^^^^^