Module Stdio

module In_channel : sig ... end

In_channel collects all of the pervasive functions that work on in_channels.

module Out_channel : sig ... end
val stdin : In_channel.t

Same as In_channel.stdin

val stdout : Out_channel.t

Same as Out_channel.stdout

val stderr : Out_channel.t

Same as Out_channel.stderr

val printf : ('aOut_channel.tStdio__.Import.unitStdio__.Import.format ‑> 'a

Same as Out_channel.printf

val eprintf : ('aOut_channel.tStdio__.Import.unitStdio__.Import.format ‑> 'a

Same as Out_channel.eprintf

val print_endline : Stdio__.Import.string ‑> Stdio__.Import.unit

Same as Out_channel.print_endline

val prerr_endline : Stdio__.Import.string ‑> Stdio__.Import.unit

Same as Out_channel.prerr_endline