You can search for identifiers within the package.
in-package search v0.2.0
val check : Object.t -> bool
val format : Object.t -> Object.t -> Object.t
val as_UTF8_string : Object.t -> Object.t
val decode_UTF8 : ?errors:string -> ?size:int -> string -> Object.t
val decode_UTF16 : ?errors:string -> ?size:int -> ?byteorder:byteorder -> string -> Object.t * byteorder
val decode_UTF32 : ?errors:string -> ?size:int -> ?byteorder:byteorder -> string -> Object.t * byteorder
val length : Object.t -> int
val of_string : string -> Object.t
val to_string : Object.t -> string
val of_unicode : ?size:int -> int array -> Object.t
val to_unicode : Object.t -> int array