jon.recoil.org

Module Bytepackager

val package_files : ppf_dump:Stdlib.Format.formatter -> Env.t -> string list -> string -> unit
type error =
  1. | Forward_reference of string * Compilation_unit.t
  2. | Multiple_definition of string * Compilation_unit.t
  3. | Not_an_object_file of string
  4. | Illegal_renaming of Compilation_unit.t * string * Compilation_unit.t
  5. | File_not_found of string
exception Error of Bytepackager.error
val report_error : Stdlib.Format.formatter -> Bytepackager.error -> unit