Platform.TYPEStype platform = {mutable verbosity : int;mutable eprintf : 'a. ('a, Stdlib.out_channel, unit) Stdlib.format -> 'a;mutable error : 'a. ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a;mutable getcwd : unit -> string;mutable read_text_file : string -> string;mutable getenv_opt : string -> string option;mutable mk_temp_dir : ?mode:int -> ?dir:string -> string -> string;mutable remove_dir : ?all:bool -> string -> unit;mutable autodetect_format : ?source_contents:string ->
string ->
source_format_id;mutable find_lib : lookup_config:Copybook.TYPES.lookup_config ->
?fromfile:string ->
?libname:Copybook.TYPES.fileloc ->
Copybook.TYPES.fileloc ->
(string, Copybook.TYPES.lookup_error) Stdlib.result;}