jon.recoil.org

Module Optpackager

module CU = Compilation_unit
module type S = sig ... end
type error =
  1. | Illegal_renaming of CU.Name.t * string * CU.Name.t
  2. | Forward_reference of string * CU.Name.t
  3. | Wrong_for_pack of string * CU.t
  4. | Assembler_error of string
  5. | File_not_found of string
exception Error of Optpackager.error
module Make (Backend : sig ... end) : Optpackager.S
module Style = Misc.Style
val report_error : Stdlib.Format.formatter -> Optpackager.error -> unit