summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/tcrun045.stderr
blob: 19fca1096feddf93d751f46772e86fe30168fd8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

tcrun045.hs:11:10: error:
    • Illegal implicit parameter ‘?imp::Int’
    • In the context: (?imp::Int)
      While checking an instance declaration
      In the instance declaration for ‘C Int’

tcrun045.hs:24: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’

tcrun045.hs:27:10: error:
    • Illegal implicit parameter ‘?imp::Int’
    • In the context: (?imp::Int)
      While checking an instance declaration
      In the instance declaration for ‘D Int’