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.PrimitiveSource

Sourceval is_pure : string -> bool
Sourceval exists : string -> bool
Sourcetype kind = [
  1. | `Pure
  2. | `Mutable
  3. | `Mutator
]
Sourcetype kind_arg = [
  1. | `Shallow_const
  2. | `Object_literal
  3. | `Const
  4. | `Mutable
]
Sourcetype condition = [
  1. | `If of string
  2. | `Ifnot of string
]
Sourcetype t = [
  1. | `Requires of string list
  2. | `Provides of string * kind * kind_arg list option
  3. | `Version of ((int -> int -> bool) * string) list
  4. | `Weakdef
  5. | `Always
  6. | `Alias of string
  7. | condition
]
Sourceval kind : string -> kind
Sourceval kind_args : string -> kind_arg list option
Sourceval register : string -> kind -> kind_arg list option -> int option -> unit
Sourceval arity : string -> int
Sourceval has_arity : string -> int -> bool
Sourceval alias : string -> string -> unit
Sourceval resolve : string -> string
Sourceval add_external : string -> unit
Sourceval get_external : unit -> Stdlib.StringSet.t
Sourceval need_named_value : string -> bool
Sourceval register_named_value : string -> unit
Sourceval reset : unit -> unit
OCaml

Innovation. Community. Security.