summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail211.stderr
blob: fb1192b0caaa8e0b3f62b905f90ff2e082d55287 (plain)
1
2
3
4
5
6
7
8
9
10

tcfail211.hs:5:1: error:
    • Illegal implicit parameter ‘?imp::Int’
    • In the context: ?imp::Int
      While checking the super-classes of class ‘D’
      In the class declaration for ‘D’

tcfail211.hs:8:10: error:
    • Illegal implicit parameter ‘?imp::Int’
    • In the instance declaration for ‘D Int’