summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/LongWayOverlapping.stderr
blob: 7cc45560c96cb7df65b7a99eb3b8e4e3b497c9d6 (plain)
1
2
3
4
5
6
7
8
9

LongWayOverlapping.hs:23:11:
    No instance for (EmbAsChild [Char] Char)
      arising from a use of `emb'
    Possible fix:
      add an instance declaration for (EmbAsChild [Char] Char)
    In the expression: emb 'c'
    In an equation for `emb': emb _ = emb 'c'
    In the instance declaration for `EmbAsChild [Char] Bool'