summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T19984.stderr
blob: 3bf2c42e925e397c924326da12cbdb5efe069502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

T19984.hs:10:15: warning: [GHC-49957] [-Wunticked-promoted-constructors]
    Unticked promoted constructor: :
    Suggested fix: Use ': instead of :

T19984.hs:11:11: warning: [GHC-49957] [-Wunticked-promoted-constructors]
    Unticked promoted list.
    Suggested fix: Add a promotion tick, e.g. '[x,y,z].

T19984.hs:12:11: warning: [GHC-49957] [-Wunticked-promoted-constructors]
    Unticked promoted constructor: (:).
    Suggested fix: Use '(:) instead of (:).

T19984.hs:13:15: warning: [GHC-49957] [-Wunticked-promoted-constructors]
    Unticked promoted constructor: :-
    Suggested fix: Use ':- instead of :-

T19984.hs:14:11: warning: [GHC-49957] [-Wunticked-promoted-constructors]
    Unticked promoted constructor: (:-).
    Suggested fix: Use '(:-) instead of (:-).