package vue-jsoo

  1. Overview
  2. Docs

Module MjsSource

Sourcetype nonrec 'a t = 'a Js_of_ocaml.Js.t
Sourcetype nonrec 'a optdef = 'a Js_of_ocaml.Js.optdef
Sourcetype nonrec 'a opt = 'a Js_of_ocaml.Js.opt
Sourcetype nonrec 'a js_array = 'a Js_of_ocaml.Js.js_array
Sourcetype nonrec 'a readonly_prop = 'a Js_of_ocaml.Js.readonly_prop
Sourcetype nonrec 'a meth = 'a Js_of_ocaml.Js.meth
Sourcetype nonrec 'a constr = 'a Js_of_ocaml.Js.constr
Sourcetype nonrec 'a callback = 'a Js_of_ocaml.Js.callback
Sourcetype nonrec ('a, 'b) meth_callback = ('a, 'b) Js_of_ocaml.Js.meth_callback
Sourcetype nonrec js_string = Js_of_ocaml.Js.js_string
Sourcetype any_item = string * Js_of_ocaml.Js.Unsafe.any
Sourceval optdef : ('a -> 'b) -> 'a option -> 'b optdef
Sourceval to_optdef : ('a -> 'b) -> 'a optdef -> 'b option
Sourceval def_list : ('a list -> 'b) -> 'a list -> 'b Js_of_ocaml.Js.optdef
Sourceval of_list : 'a list -> 'a js_array t
Sourceval of_listf : ('b -> 'a) -> 'b list -> 'a js_array t
Sourceval to_list : 'a js_array t -> 'a list
Sourceval to_listf : ('a -> 'b) -> 'a js_array t -> 'b list
Sourceval manip_list : ('a list -> 'b list) -> 'a js_array t -> 'b js_array t
Sourcemodule Table : sig ... end
Sourcetype 'a table = 'a Table.t
Sourcetype 'a table_cons =
  1. | T of 'a table
  2. | L of (string * 'a) list
Sourceval to_table : 'a table_cons -> 'a table
Sourceval to_tablef : ('a -> 'b) -> 'a table_cons -> 'a table
Sourceval to_table_def : 'a table_cons -> 'a table optdef
Sourceval to_tablef_def : ('a -> 'b) -> 'a table_cons -> 'a table optdef
Sourceval coerce : 'a Js_of_ocaml__Js.t -> 'b Js_of_ocaml__Js.t
Sourceval to_any_table : ('a -> 'b) -> 'a table_cons -> 'b table_cons
Sourceclass type unit_promise = object ... end
Sourcemodule Async : sig ... end
OCaml

Innovation. Community. Security.