Comment #1 on issue 8 by ygrekheretix: add IO.scanf
http://code.google.com/p/ocaml-extlib/issues/detail?id=8
Note that it needs special handling for IO.No_more_input.
Consider :
let io = IO.input_string "hello world";;
IO.scanf io "%s %s" (fun x y -> print_endline x; print_endline y);;
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings