Re: Issue 8 in ocaml-extlib: add IO.scanf

1 view
Skip to first unread message

codesite...@google.com

unread,
Nov 12, 2013, 11:00:53 AM11/12/13
to ocaml-extlib-...@googlegroups.com

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

codesite...@google.com

unread,
Nov 12, 2013, 11:01:52 AM11/12/13
to ocaml-extlib-...@googlegroups.com
Updates:
Status: Fixed

Comment #2 on issue 8 by ygrekheretix: add IO.scanf
http://code.google.com/p/ocaml-extlib/issues/detail?id=8

This issue was closed by revision r424.
Reply all
Reply to author
Forward
0 new messages