Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val open_in : string -> in_file
val read : ?suffix:string -> in_file -> string -> packed_array
val entries : in_file -> string list
val close_in : in_file -> unit
val open_out : string -> out_file
val write :
?suffix:string ->
out_file ->
string ->
('a, 'b, 'c) Stdlib.Bigarray.Genarray.t ->
unit
val close_out : out_file -> unit