summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list16.reject.out
blob: a409c05b21dc5e5f488881226f65acf312518043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
type error: can not unify
'List 'Char
with
'Char

in testdata/language-features/basic-list/list16.reject.lc:1:13:
value = 'h':'i'
            ^^^

------------ trace
!type error: can not unify
'List 'Char
with
'Char

in testdata/language-features/basic-list/list16.reject.lc:1:13:
value = 'h':'i'
            ^^^

------------ tooltips
testdata/language-features/basic-list/list16.reject.lc 1:9-1:12  Char
testdata/language-features/basic-list/list16.reject.lc 1:9-1:13  List Char -> List Char
testdata/language-features/basic-list/list16.reject.lc 1:12-1:13  {a} -> a -> List a -> List a
testdata/language-features/basic-list/list16.reject.lc 1:13-1:16  Char