From: Jonathan R. <jon...@gm...> - 2005-07-22 03:07:55
|
Hi, IO.read_all doesn't return anything from my input stream. Console.printf "%s" (IO.read_all fin) =3D> "" The following code works perfectly, however: try while true do Console.printf "%c" (IO.read fin) done with _ -> () =3D> contents of the stream. Jonathan |