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

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