package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val is_pure : string -> bool
val exists : string -> bool
type kind = [
  1. | `Mutable
  2. | `Mutator
  3. | `Pure
]
type kind_arg = [
  1. | `Const
  2. | `Mutable
  3. | `Object_literal
  4. | `Shallow_const
]
type t = [
  1. | `Provides of Parse_info.t option * string * kind * kind_arg list option
  2. | `Requires of Parse_info.t option * string list
  3. | `Version of Parse_info.t option * ((int -> int -> bool) * string) list
]
val kind : string -> kind
val kind_args : string -> kind_arg list option
val register : string -> kind -> kind_arg list option -> int option -> unit
val arity : string -> int
val has_arity : string -> int -> bool
val alias : string -> string -> unit
val resolve : string -> string
val add_external : string -> unit
val is_external : string -> bool
val get_external : unit -> Util.StringSet.t
val need_named_value : string -> bool
val register_named_value : string -> unit