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

<interactive>:1: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"])