summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesyn04.reject.out
blob: 94fc1e8c2d6e6c56e15a26134700b7f6843930a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
already defined 'MyUnit at testdata/language-features/basic-values/typesyn04.reject.lc:2:6:
type MyUnit = ()
     ^^^^^^
and at testdata/language-features/basic-values/typesyn04.reject.lc:1:6:
type MyUnit = ()
     ^^^^^^
------------ trace
'MyUnit :: Type
'MyUnit :: Type
!already defined 'MyUnit at testdata/language-features/basic-values/typesyn04.reject.lc:2:6:
type MyUnit = ()
     ^^^^^^
and at testdata/language-features/basic-values/typesyn04.reject.lc:1:6:
type MyUnit = ()
     ^^^^^^
------------ tooltips
testdata/language-features/basic-values/typesyn04.reject.lc 1:6-1:12  Type
testdata/language-features/basic-values/typesyn04.reject.lc 1:15-1:17  Type
testdata/language-features/basic-values/typesyn04.reject.lc 2:6-2:12  Type
testdata/language-features/basic-values/typesyn04.reject.lc 2:15-2:17  Type