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

readFail048.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"