summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/case04.reject.out
blob: 3cb255802d96eda4e1437beb452ee97cebf9bc4a (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
    ()