Ticket #36 (closed bug: None)
lazy IO
Description
I guess you allready know it, but here it is anyway:
main :: IO()
main = do indata <- putStr "input>">>getLine
putStr indata
Fail to behave lazily.
SunOS 5.6
The Glorious Glasgow Haskell Compilation System,
version 5.02.1
Change History
Note: See
TracTickets for help on using
tickets.
