summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2307.stderr
blob: 733320eb12e5199af63ff2a4b066b09962717738 (plain)
1
2
3
4
5
6
7

T2307.hs:11:11: error: [GHC-46208]
    Functional dependencies conflict between instance declarations:
      instance [incoherent] C Int (Maybe String) Float
        -- Defined at T2307.hs:11:11
      instance [incoherent] C Int (Maybe Bool) Double
        -- Defined at T2307.hs:12:11