Module Compenv
exception Exit_with_status of intval output_prefix : string -> stringval default_output : string option -> stringval print_version_and_library : string -> 'aval print_version_string : unit -> 'aval print_standard_library : unit -> 'aval get_objfiles : with_ocamlparam:bool -> string listtype readenv_position = | Before_args| Before_compile of Compenv.filename| Before_link
val warnings_for_discarded_params : bool Stdlib.refval check_relative_path :
on_error:(string -> unit) ->
string ->
string ->
string optiontype deferred_action = | ProcessImplementation of string| ProcessInterface of string| ProcessCFile of string| ProcessOtherFile of string| ProcessObjects of string list| ProcessDLLs of string list
val c_object_of_filename : string -> stringval anonymous : string -> unitval impl : string -> unitval intf : string -> unitval process_deferred_actions :
(Stdlib.Format.formatter
* (start_from:Clflags.Compiler_pass.t ->
source_file:string ->
output_prefix:string ->
keep_symbol_tables:bool ->
unit)
* (source_file:string ->
output_prefix:string ->
unit)
* string
* string) ->
unit