summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T4488.stderr
blob: f8c20a5de0896d4b815b9f0328e753031cbcb16e (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 messsage))

T4488.hs:17:11:
    Warning: Call of toInteger :: Integer -> Integer
               can probably be omitted
             (Use -fno-warn-identities to suppress this messsage))

T4488.hs:23:11:
    Warning: Call of toRational :: Rational -> Rational
               can probably be omitted
             (Use -fno-warn-identities to suppress this messsage))

T4488.hs:29:11:
    Warning: Call of realToFrac :: Float -> Float
               can probably be omitted
             (Use -fno-warn-identities to suppress this messsage))