main = do print (1 / 0) print (-1 / 0) print (1 / 10 ** 1000) print (-1 / 10 ** 1000)
Standard input is empty
Infinity -Infinity 0.0 -0.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!