summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci051.stderr
blob: 6d28081344bf1c98562e50f5e7ee275caf37ff8c (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'