Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val of_channel_lines : Pervasives.in_channel -> string Stream.t
val of_channel_blocks : Pervasives.in_channel -> int -> string Stream.t
val to_list : 'a Stream.t -> 'a list
val drop : int -> 'a Stream.t -> unit
val output_lines : Pervasives.out_channel -> string Stream.t -> unit
val output_chars : Pervasives.out_channel -> char Stream.t -> unit