summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T21583.stderr
blob: 13ad0f96f3927ce7a90474f3bc80cefccd2bb50a (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
25
26
27

T21583.hs:14:23: error: [GHC-39567] [-Wstar-is-type (in -Wall, -Wcompat), Werror=star-is-type]
    Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.

T21583.hs:14:28: error: [GHC-39567] [-Wstar-is-type (in -Wall, -Wcompat), Werror=star-is-type]
    Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.

T21583.hs:56:10: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        ‘fmap’
    • In the instance declaration for ‘Functor (SplitFunctor g f)’

T21583.hs:58:10: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘foldMap’ or ‘foldr’
    • In the instance declaration for ‘Foldable (SplitFunctor g f)’

T21583.hs:60:10: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘traverse’ or ‘sequenceA’
    • In the instance declaration for ‘Traversable (SplitFunctor g f)’