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

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