summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6018failclosed2.stderr
blob: 52d57c01e669af55290dda93beced9467564ae6c (plain)
1
2
3
4
5
6

T6018failclosed2.hs:17:10: error:
    • Couldn't match expected type ‘Char’ with actual type ‘Bar a0’
      The type variable ‘a0’ is ambiguous
    • In the expression: bar 'c'
      In an equation for ‘barapp’: barapp = bar 'c'