mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 01:35:56 +03:00
25 lines
876 B
Plaintext
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
|