blob: 1f814797beaafe746a5da48485b7f994b58ec8df (
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: [-Wunticked-promoted-constructors]
Unticked promoted constructor: :
Suggested fix: Use ': instead of :
T19984.hs:11:11: warning: [-Wunticked-promoted-constructors]
Unticked promoted list.
Suggested fix: Add a promotion tick, e.g. '[x,y,z].
T19984.hs:12:11: warning: [-Wunticked-promoted-constructors]
Unticked promoted constructor: (:).
Suggested fix: Use '(:) instead of (:).
T19984.hs:13:15: warning: [-Wunticked-promoted-constructors]
Unticked promoted constructor: :-
Suggested fix: Use ':- instead of :-
T19984.hs:14:11: warning: [-Wunticked-promoted-constructors]
Unticked promoted constructor: (:-).
Suggested fix: Use '(:-) instead of (:-).
|