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

<interactive>:6:49:
    Couldn't match expected type `a'
                with actual type `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]