import Data.Ratio fine :: Ratio Intfine = 0.3 bad :: Floatbad = 0.3 main = do print fine print bad
Standard input is empty
3%10 0.3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!