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

T21447.hs:8:3: error: [GHC-89498]
    • A newtype must not be a GADT
      H :: forall a. a -> H @GHC.Types.LiftedRep a
    • In the definition of data constructor ‘H’
      In the newtype declaration for ‘H’