blob: 0928274914b25b1a3d1c3481fb42af48a63bd8fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
T10930.hs:6:5: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
Literal -123 is out of the Word range 0..4294967295
T10930.hs:7:5: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
Literal -123 is negative but Natural only supports positive numbers
T10930.hs:9:5: warning: [GHC-10190] [-Wempty-enumerations (in -Wdefault)]
Enumeration is empty
T10930.hs:10:5: warning: [GHC-10190] [-Wempty-enumerations (in -Wdefault)]
Enumeration is empty
|