[project @ 1999-01-23 18:10:00 by sof]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / 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