summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T10598_fail6.stderr
blob: a80e5bab56322918b5451df9c35a9b72a18f77e2 (plain)
1
2
3
4
5
6

T10598_fail6.hs:5:41: error:
    • Can't make a derived instance of ‘Functor F’
        (even with cunning GeneralizedNewtypeDeriving):
        You need DeriveFunctor to derive an instance for this class
    • In the newtype declaration for ‘F’