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