summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs
blob: 7584fda32e38f634bcc0c534ef6085cce6ac0b94 (plain)
1
2
3
4
5
ERROR "tcfail102.hs":8 - Cannot justify constraints in explicitly typed binding
*** Expression    : f
*** Type          : Integral a => P (Ratio a) -> P (Ratio a)
*** Given context : Integral a
*** Constraints   : Integral (Ratio a)