summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11145.stderr
blob: 731349d908084a296c5044969d8102ec69c8454d (plain)
1
2
3
4
5
6
7
8

T11145.hs:8:1: error:
    • Data constructor ‘MkFuggle’ returns type ‘Fuggle
                                                  Int (Maybe Bool)’
        instead of an instance of its parent type ‘Fuggle
                                                     Int (Maybe (a, b))’
    • In the definition of data constructor ‘MkFuggle’
      In the data instance declaration for ‘Fuggle’