You can search for identifiers within the package.
in-package search v0.2.0
Operations denote a single REST operation endpoint.
module type S = sig ... end
Minimal specification to define a new REST operation.
module type S_NO_ARG = sig ... end
A REST operation endpoint which takes no request parameters.