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

readFail048.hs:25:38: error:
    • Couldn't match type ‘Char’ with ‘[Char]’
      Expected: [String]
        Actual: String
    • 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"