summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard/guard05.reject.out
blob: 7b407416b7e349497f8c34af0a51ce4eb7df1021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
type error: can not unify
'Bool
with
()

in testdata/language-features/guard/guard05.reject.lc:1:9:
value | () = "wrong"
        ^^

------------ trace
!type error: can not unify
'Bool
with
()

in testdata/language-features/guard/guard05.reject.lc:1:9:
value | () = "wrong"
        ^^

------------ tooltips
testdata/language-features/guard/guard05.reject.lc 1:9-1:11  ()
testdata/language-features/guard/guard05.reject.lc 1:14-1:21  String