summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T5130.stderr
blob: b68777e594c7f42256d3bf47375d159087dc6714 (plain)
1
2
3
4
5
6

<interactive>:3:27:
    Couldn't match type `a' with `[Char]'
    In the expression: "hi"
    In the expression: [x, "hi"]
    In the expression: (\ (x :: a, y :: a) -> [x, "hi"])