7fa997cdc88a8b6890b7152b85319b71cfc247f9
[ghc-hetmet.git] / ghc / tests / codeGen / cg024.hs
1 --!!! test super-dictionary grabification
2 --
3
4 main = putStr (show (is_one (1.2::Double)))
5
6 is_one :: RealFloat a => a -> Bool
7
8 is_one x = x == 1.0