You can search for identifiers within the package.
in-package search v0.2.0
ocamlformat-rpc-lib
V1.Command
type t = [
| `Halt
| `Unknown
| `Error of string
| `Config of (string * string) list
| `Format of string
]
val read_input : in_channel -> t
val to_sexp : t -> Sexplib0.Sexp.t
val output : out_channel -> t -> unit