jon.recoil.org

Module Js_of_ocaml_compiler.Magic_number

type t = private string * int
exception Bad_magic_number of string
exception Bad_magic_version of Js_of_ocaml_compiler.Magic_number.t
val size : int
val of_string : string -> Js_of_ocaml_compiler.Magic_number.t
val to_string : Js_of_ocaml_compiler.Magic_number.t -> string
val kind : Js_of_ocaml_compiler.Magic_number.t -> [ `Cmo | `Cma | `Exe | `Other of string ]
val current : [ `Cmo | `Cma | `Exe ] -> Js_of_ocaml_compiler.Magic_number.t