Skip to content

Module Obj.Extension_constructor

ocaml
type t = extension_constructor
reasonml
type t = extension_constructor;
ocaml
val of_val : 'a -> t
reasonml
let of_val: 'a => t;
ocaml
val name : t -> string
reasonml
let name: t => string;
ocaml
val id : t -> int
reasonml
let id: t => int;