summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr
blob: 603a2f24dff95e279e65c2a7612d152cfd1852f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

UnliftedNewtypesMultiFieldGadt.hs:19:11: error: [GHC-83865]
    • Expected an IntRep type, but ‘Bool’ is a lifted type
    • In the type ‘Bool’
      In the definition of data constructor ‘FooC’
      In the newtype declaration for ‘Foo’

UnliftedNewtypesMultiFieldGadt.hs:19:19: error: [GHC-83865]
    • Expected an IntRep type, but ‘Char’ is a lifted type
    • In the type ‘Char’
      In the definition of data constructor ‘FooC’
      In the newtype declaration for ‘Foo’