Module Js_of_ocaml_compiler.Primitive
val is_pure : string -> boolval exists : string -> booltype kind = [ | `Pure| `Mutable| `Mutator
]type kind_arg = [ | `Shallow_const| `Object_literal| `Const| `Mutable
]type condition = [ | `If of string| `Ifnot of string
]val arity : string -> intval has_arity : string -> int -> boolval alias : string -> string -> unitval aliases : unit -> (string * string) listval resolve : string -> stringval add_external : string -> unitval need_named_value : string -> boolval register_named_value : string -> unit