summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard/guard02.reject.out
blob: cd5b17c10aaab26a329fb19f14a44602d9e4a9ac (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
'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
testdata/language-features/guard/guard02.reject.lc 2:12-2:14  ()
testdata/language-features/guard/guard02.reject.lc 3:5-3:10  Bool
testdata/language-features/guard/guard02.reject.lc 3:5-3:15  String
testdata/language-features/guard/guard02.reject.lc 3:13-3:15  String