Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val read_and_close : in_channel -> ('a -> 'b) -> 'a -> 'b
val write_and_close : out_channel -> ('a -> 'b) -> 'a -> 'b
val with_temp_file : string -> (string -> in_channel -> 'a) -> 'a
val with_pipe : (in_channel -> out_channel -> 'a) -> 'a
val with_stdin_from : in_channel -> ('a -> 'b) -> 'a -> 'b