summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T5385.stderr
blob: dd825c6119489aa1ac6aa5ffdfda615cb789a12b (plain)
1
2
3
4
5
6
7
8

T5385.hs:3:16: error:
    In module ‘T5385a’:
      ‘(:::)’ is a data constructor of ‘T’
    To import it use
      import T5385a( T( (:::) ) )
    or
      import T5385a( T(..) )