jon.recoil.org

Module Byteinstantiator

val instantiate : src:string -> args:string list -> string -> unit
type error =
  1. | Not_an_object_file of Misc.filepath
exception Error of Byteinstantiator.error
val report_error : Stdlib.Format.formatter -> Byteinstantiator.error -> unit