summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail134.stderr
blob: 9fc8842d520a973fc4278b17996460c3e0ff2e90 (plain)
1
2
3
4
5
6

tcfail134.hs:5:33: error: [GHC-83865]
    • Expecting one more argument to ‘XML’
      Expected a type, but ‘XML’ has kind ‘* -> Constraint’
    • In the type signature: toXML :: a -> XML
      In the class declaration for ‘XML’