summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list16.reject.out
blob: ce1546ae2640db85887d58635df7953926f62da0 (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
  [Char]
with
  Char
in testdata/language-features/basic-list/list16.reject.lc:1:13:
value = 'h':'i'
            ^^^
------------ trace
!type error: can not unify
  [Char]
with
  Char
in testdata/language-features/basic-list/list16.reject.lc:1:13:
value = 'h':'i'
            ^^^
------------ tooltips
1:9-1:12
    Char
1:9-1:13
    [Char] -> [Char]
1:12-1:13
    forall a . a -> [a] -> [a]
1:13-1:16
    Char