> Well, I see what you mean, no way, NO means, etc. So, the 
> program below
> in Hugs would not work as it should? Too bad...
> 
> -- ===========================
> -- ioio.hs
> 
> dump f = readFile f >>= putStr
> gimmeThat = dump "ioio.hs"
> -- ===========================

Well, pedantically speaking that's not a program (see Section 5 of the H98
report).

Simon

Reply via email to