You can search for identifiers within the package.
in-package search v0.2.0
opium_kernel
Opium_kernel.Router
type 'action t
include Sexplib0.Sexpable.S1 with type 'action t := 'action t
val t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val create : unit -> _ t
val add : 'a t -> route:Route.t -> meth:Cohttp.Code.meth -> action:'a -> unit
val param : Rock.Request.t -> string -> string
val splat : Rock.Request.t -> string list
val m : Rock.Handler.t t -> Rock.Middleware.t