blob: fee802e2139f3fcff368b0c3a8c3320ac180d77d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
T4488.hs:11:11:
Warning: Call of fromIntegral :: Int -> Int
can probably be omitted
(Use -fno-warn-identities to suppress this message)
T4488.hs:17:11:
Warning: Call of toInteger :: Integer -> Integer
can probably be omitted
(Use -fno-warn-identities to suppress this message)
T4488.hs:23:11:
Warning: Call of toRational :: Rational -> Rational
can probably be omitted
(Use -fno-warn-identities to suppress this message)
T4488.hs:29:11:
Warning: Call of realToFrac :: Float -> Float
can probably be omitted
(Use -fno-warn-identities to suppress this message)
|