You can search for identifiers within the package.
in-package search v0.2.0
opium
Opium.Router
type 'action t
val empty : 'action t
val add : 'a t -> route:Route.t -> meth:Method.t -> action:'a -> 'a t
val param : Request.t -> string -> string
val splat : Request.t -> string list