summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/case04.reject.out
blob: 849980c2f7072009730ce2f6a5d9976b27a8f875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
type error: can not unify
  ()
with
  Char
in ./testdata/language-features/basic-values/case04.reject.lc:2:8:
  1 -> '1'
       ^^^
------------ trace
!type error: can not unify
  ()
with
  Char
in ./testdata/language-features/basic-values/case04.reject.lc:2:8:
  1 -> '1'
       ^^^
------------ tooltips
2:8-2:11
    Char
3:8-3:10
    ()