You can search for identifiers within the package.
in-package search v0.2.0
type into = [
| `Strings
| `Files of string * string
]
type outo = [
| `Strings of (string, [ `Msg of string ]) result list
| `Files of (unit, [ `Msg of string ]) result list
type encoding = [
| `UTF_8
| `UTF_16
| `UTF_16BE
| `UTF_16LE
module Infix : sig ... end
module Syntax : sig ... end
val convert : ?enc:encoding -> ?ignore_hiddens:bool -> into:into -> string -> (outo, [ `Msg of string ]) result
val convert_content : ?enc:encoding -> ?ignore_hiddens:bool -> into:into -> string -> (outo, [ `Msg of string ]) result Lwt.t