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

<interactive>:6:9: error:
    Couldn't match type ‘T’
                   with ‘Ghci1.T’
    NB: ‘Ghci1.T’ is defined at <interactive>:2:1-14
        ‘T’ is defined at <interactive>:5:1-16
    Expected type: T'
      Actual type: T
    In the expression: C :: T'
    In an equation for ‘c’: c = C :: T'