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

tcfail134.hs:5:33: error:
    • 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’