summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15796.stderr
blob: 3aa7ae8d656345970b6585509da1333f1d453a43 (plain)
1
2
3
4
5
6

T15796.hs:6:3: error:
    • A newtype constructor cannot have a context in its type
      MkN :: forall a. Show a => a -> N a
    • In the definition of data constructor ‘MkN’
      In the newtype declaration for ‘N’