summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail025.stderr
blob: 5641642c99c6bb28bbce4ddcd2d881a2f437095f (plain)
1
2
3
4
5
6

readFail025.hs:5:8:
    Unexpected type ‘String’
    In the data declaration for ‘T’
    A data declaration should have form
      data T a = ...