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

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 context: (?imp::Int)
      While checking an instance declaration
      In the instance declaration for ‘D Int’