package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.Magic_numberSource

Sourcetype t = private string * int
Sourceexception Bad_magic_number of string
Sourceexception Bad_magic_version of t
Sourceval size : int
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval kind : t -> [ `Cmo | `Cma | `Exe | `Other of string ]
Sourceval current_exe : t
Sourceval current_cmo : t
Sourceval current_cma : t
Sourceval current : [ `Cmo | `Cma | `Exe ] -> t
OCaml

Innovation. Community. Security.