Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module In_channel : sig ... end
An input channel for doing blocking reads from input sources like files and sockets.
module Out_channel : sig ... end
An output channel for doing blocking writes to destinations like files and sockets.
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 : ('a, Out_channel.t, unit) Pervasives.format -> 'a
Same as Out_channel.printf
val eprintf : ('a, Out_channel.t, unit) Pervasives.format -> 'a
Same as Out_channel.eprintf
Same as Out_channel.print_endline
Same as Out_channel.prerr_endline