catala/tests/test_array/fold_error.catala.A.out
Denis Merigoux 4d1d3a2e1c Reset tests
2021-01-20 19:21:02 +01:00

25 lines
876 B
Plaintext

[ERROR] Error during typechecking, incompatible types:
[ERROR] --> money
[ERROR] --> integer
[ERROR]
[ERROR] Error coming from typechecking the following expression:
[ERROR] --> test_array/fold_error.catala
[ERROR] |
[ERROR] 10 | def list_high_count := number for m in list of (m >=$ $7)
[ERROR] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] + Article
[ERROR]
[ERROR] Type money coming from expression:
[ERROR] --> test_array/fold_error.catala
[ERROR] |
[ERROR] 10 | def list_high_count := number for m in list of (m >=$ $7)
[ERROR] | ^^^
[ERROR] + Article
[ERROR]
[ERROR] Type integer coming from expression:
[ERROR] --> test_array/fold_error.catala
[ERROR] |
[ERROR] 5 | param list content set int
[ERROR] | ^^^^^^^
[ERROR] + Article