summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list14.reject.out
blob: e2e567e422499e61d811ab6c6a7e5be6915f9a35 (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
25
26
27
28
29
30
type error: can not unify
  [Char]
with
  ()
in testdata/language-features/basic-list/list14.reject.lc:1:17:
value = 'h':'i':()
                ^^
------------ trace
!type error: can not unify
  [Char]
with
  ()
in testdata/language-features/basic-list/list14.reject.lc:1:17:
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
1:13-1:17
    [Char] -> [Char]
1:16-1:17
    forall a . a -> [a] -> [a]
1:17-1:19
    ()