summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
blob: 07ce81f4abb91034266abdb640871ff938620770 (plain)
1
2
3
4
5

drvfail-functor1.hs:7:14: error:
    • Can't make a derived instance of ‘Functor List’:
        You need DeriveFunctor to derive an instance for this class
    • In the data declaration for ‘List’