summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T9071.stderr
blob: c6cc95461ba61a03b491549da9f4fa36d713296a (plain)
1
2
3
4
5
6
7
[1 of 2] Compiling T9071a           ( T9071a.hs, T9071a.o )
[2 of 2] Compiling T9071            ( T9071.hs, T9071.o )

T9071.hs:7:37: error: [GHC-18872]
    • Couldn't match kind ‘* -> *’ with ‘*’
        arising from the first field of ‘F’ (type ‘Mu (K a)’)
    • When deriving the instance for (Functor F)