You can search for identifiers within the package.
in-package search v0.2.0
type db = t
type t =
| Insert of Insert.t
| Update of Update.t
| Delete of Delete.t
val fmt : db:db -> Format.formatter -> t -> unit
val exec_multi : db:db -> t list -> unit