type compiler = {command : string;archive_option : string;archive_suffix : string;
}val try_commands : verbose:bool -> (string * string list) list -> unitval compile : Options.t -> string -> string -> unitval compile_and_load : Options.t -> Parsetree.structure -> unit