summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T21871.stderr
blob: 3ec33ef61bae590f72ed284358f2d79ebf2e57e6 (plain)
1
2
3
4
5
6
7
8
9

T21871.hs:13:36: error: [GHC-25897]
    • Couldn't match kind ‘k’ with ‘*’
      Expected kind ‘* -> *’, but ‘m’ has kind ‘k -> *’
      ‘k’ is a rigid type variable bound by
        the newtype declaration for ‘FooT’
        at T21871.hs:(10,1)-(13,36)
    • In the second argument of ‘ReaderT’, namely ‘m’
      In the newtype declaration for ‘FooT’