summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci050.stderr
blob: f31b5c425c3a5e70afedfb933303f70a4ff1f426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

<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:10
    Relevant bindings include
      asList :: (a, a) -> [ListableElem (a, a)]
        (bound at <interactive>:6:33)
      a :: a (bound at <interactive>:6:41)
      b :: a (bound at <interactive>:6:43)
    In the expression: a
    In the expression: [a, b]
    In an equation for `asList': asList (a, b) = [a, b]