summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5246.stderr
blob: 3886cdef07e07082c4e2882f393c97a001e6f19a (plain)
1
2
3
4
5
6

T5246.hs:11:10:
    Couldn't match type `Int' with `[Char]'
    In the expression: foo
    In the expression: let ?x = "hello" in foo
    In an equation for `bar': bar = let ?x = "hello" in foo