The Biocaml Library : Biocaml_lines.to_channel

let to_channel xs oc =
Stream.iter xs ~f:(fun l ->
output_string oc (l : item :> string); output_char oc '\n'
)

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