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

T13446.hs:34:17: error: [GHC-83865]
    • Couldn't match expected type ‘Dict (JReference (JComparable a))’
                  with actual type ‘Char’
    • In the first argument of ‘Sub’, namely ‘'a'’
      In the expression: Sub 'a'
      In an equation for ‘lifting’: lifting = Sub 'a'
    • Relevant bindings include
        lifting :: JReference a :- JReference (JComparable a)
          (bound at T13446.hs:34:3)