summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci050.stderr
blob: 6f0e2c2ff2bd78a4dd797eb578e6c952db22a1df (plain)
1
2
3
4
5
6
7
8

<interactive>:6:49:
    Couldn't match type `a' with `ListableElem (a, a)'
      `a' is a rigid type variable bound by
          the instance declaration at <interactive>:6:20
    In the expression: a
    In the expression: [a, b]
    In an equation for `asList': asList (a, b) = [a, b]