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

tcfail171.hs:9:10:
    No instances for (PrintfType b, PrintfArg a)
      arising from a use of `printf'
    In the expression: printf "0x%x" x
    In an equation for `phex': phex x = printf "0x%x" x