summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard/guard05.reject.out
blob: 3b4ddaa25efce6a5b4a3cbe34de09f8b40ab082c (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
  <<installed-prelude-path>>/Internals.lc:63:6:
  data Bool = False | True
       ^^^^
with
  ()
in testdata/language-features/guard/guard05.reject.lc:1:9:
value | () = "wrong"
        ^^
------------ trace
!type error: can not unify
  <<installed-prelude-path>>/Internals.lc:63:6:
  data Bool = False | True
       ^^^^
with
  ()
in testdata/language-features/guard/guard05.reject.lc:1:9:
value | () = "wrong"
        ^^
------------ tooltips
1:9-1:11
    ()
1:14-1:21
    String