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

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