Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Record_in_channel.In_channel_input_record
SourceThe basic in channel-like functions plus input_record
function needed to make a Record_in_channel
module.
val stdin : t
These two functions differ from the Stdio.In_channel
in that they don't take a binary
argument.
val create : Base.string -> t
val with_file : Base.string -> f:(t -> 'a) -> 'a
val input_record : t -> record Base.option