blob: 689aa54821b95484338a6896eef8e41e7fa6f1f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
T10930b.hs:6:6: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
Literal -10 is negative but Natural only supports positive numbers
T10930b.hs:6:13: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
Literal -3 is negative but Natural only supports positive numbers
T10930b.hs:7:5: warning: [GHC-10190] [-Wempty-enumerations (in -Wdefault)]
Enumeration is empty
T10930b.hs:7:6: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
Literal -3 is negative but Natural only supports positive numbers
T10930b.hs:7:12: warning: [GHC-97441] [-Woverflowed-literals (in -Wdefault)]
Literal -10 is negative but Natural only supports positive numbers
|