Biocaml 0.4-dev : Biocaml_lines.to_channel

let to_channel xs oc =
Stream.iter xs ~f:(fun l ->
Out_channel.output_string oc (l : item :> string);
Out_channel.newline oc
)

AltStyle によって変換されたページ (->オリジナル) /