summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/listcomp08.reject.out
blob: 5cbde7ed52eaa64f9171976e9d84d582790b9bf6 (plain)
1
2
3
4
5
6
7
8
type error: can not unify
'Bool
with
'String

in "testdata/language-features/basic-list/listcomp08.reject.lc" (line 1, column 23):
value = [x | x <- [], "not Bool"]
                      ^^^^^^^^^^