[project @ 1997-09-05 09:16:19 by simonm]
[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