summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10828b.stderr
blob: bbc57dd3ab40ee19760fcce7208eb403f05f260e (plain)
1
2
3
4
5
6
7

T10828b.hs:9:4:
    Cannot mix GADT constructors with Haskell 98 constructors
    When splicing a TH declaration:
      data T a :: *
    = MkT a a
    | MkC :: forall a . a ~ Int => {foo :: a, bar :: b} -> T Int