You can search for identifiers within the package.
in-package search v0.2.0
Generating and handling diagnostics using algebraic effects.
module type S = sig ... end
The signature of a logger.
module Make (Code : Diagnostic.Code) : S with module Code := Code
The functor to generate a logger.