jon.recoil.org

Module StdioSource

Sourcemodule In_channel : sig ... end

An input channel for doing blocking reads from input sources like files and sockets.

Sourcemodule Out_channel : sig ... end

An output channel for doing blocking writes to destinations like files and sockets.

Sourceval stdin : In_channel.t @@ portable
Sourceval stdout : Out_channel.t @@ portable
Sourceval stderr : Out_channel.t @@ portable
Sourceval printf : ('a, Out_channel.t, Base.unit) Base.format -> 'a @@ portable
Sourceval print_s : ?mach:Base.unit -> Base.Sexp.t @ local -> Base.unit @@ portable
Sourceval eprint_s : ?mach:Base.unit -> Base.Sexp.t @ local -> Base.unit @@ portable
Sourceval eprintf : ('a, Out_channel.t, Base.unit) Base.format -> 'a @@ portable
Sourceval print_string : Base.string @ local -> Base.unit @@ portable
Sourceval print_endline : Base.string @ local -> Base.unit @@ portable
Sourceval prerr_endline : Base.string @ local -> Base.unit @@ portable