Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val iter_lines_of_channel : (string -> unit) -> in_channel -> unit
val lines_of_channel : in_channel -> string list
val channel_contents : in_channel -> string
val map_lines_of_channel : (string -> 'a) -> in_channel -> 'a list