summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard/guard02.reject.out
blob: 8b40594bccaf7003f64af1b0daeebc0d06fceecd (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
  String
with
  ()
in ./testdata/language-features/guard/guard02.reject.lc:2:12:
  | True = ()
           ^^
------------ trace
!type error: can not unify
  String
with
  ()
in ./testdata/language-features/guard/guard02.reject.lc:2:12:
  | True = ()
           ^^
------------ tooltips
2:12-2:14
    ()
3:5-3:10
    Bool
3:5-3:15
    String
3:13-3:15
    String