Module Bytepackager
val package_files :
ppf_dump:Stdlib.Format.formatter ->
Env.t ->
string list ->
string ->
unittype error = | Forward_reference of string * Compilation_unit.t| Multiple_definition of string * Compilation_unit.t| Not_an_object_file of string| Illegal_renaming of Compilation_unit.t * string * Compilation_unit.t| File_not_found of string
exception Error of Bytepackager.errorval report_error : Stdlib.Format.formatter -> Bytepackager.error -> unit