Bugs: Browse | Download .csv
In Batteries: # Unix.descr_of_input stdin;; Exception: Invalid_argument "Unix.descr_of_in_channel". # Unix.descr_of_output stdout;; Exception: Invalid_argument "Unix.descr_of_out_channel". But in ocaml: # Unix.descr_of_in_channel stdin;; - : Unix.file_descr = <abstr> # Unix.descr_of_out_channel stdout;; - : Unix.file_descr = <abstr>
Date: 2010-02-16 20:12 Sender: Edgar Friendly Fixed in commit 8428586