Up

module Driver

: sig
#
type profile
#
val f : ?standalone:bool -> ?profile:profile -> ?toplevel:bool -> ?linkall:bool -> ?source_map:string * Source_map.t -> Pretty_print.t -> Parse_bytecode.Debug.data -> Code.program -> unit
#
val from_string : string array -> string -> Pretty_print.t -> unit
#
val profiles : (int * profile) list
#
val profile : int -> profile option
end