summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T4488.stderr
blob: 3a21862000961171a0d337fffdd34e2f3b750b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

T4488.hs:11:11: warning: [GHC-04214] [-Widentities]
    Call of fromIntegral :: Int -> Int
      can probably be omitted

T4488.hs:17:11: warning: [GHC-04214] [-Widentities]
    Call of toInteger :: Integer -> Integer
      can probably be omitted

T4488.hs:23:11: warning: [GHC-04214] [-Widentities]
    Call of toRational :: Rational -> Rational
      can probably be omitted

T4488.hs:29:11: warning: [GHC-04214] [-Widentities]
    Call of realToFrac :: Float -> Float
      can probably be omitted