summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail032.stderr
blob: 7cd106d69acdb6b15e29de78a23003b11e22c7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11

readFail032.hs:25:38:
     Couldn't match type ‘Char’ with ‘[Char]’
      Expected type: [[Char]]
        Actual type: [Char]
     In the second argument of ‘(:)’, namely ‘"Type error on line 25"’
      In the expression:
          "Type error on line 25" : "Type error on line 25"
      In an equation for ‘type_error’:
          type_error = "Type error on line 25" : "Type error on line 25"