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

T7368.hs:3:10:
    Kind incompatibility when matching types:
      c0 :: (* -> *) -> *
      (->) a0 :: * -> *
    Expected type: a0 -> b0
      Actual type: c0 Maybe
    In the first argument of ‛b’, namely ‛(l Nothing)’
    In the expression: b (l Nothing)