You can search for identifiers within the package.
in-package search v0.2.0
Jerboa.Path_mapping has the type definition of the path mapping.
Jerboa.Path_mapping
type t = Path.t list
Path_mapping.t is a list of Path parts which will be used for matching.
Path_mapping.t
val path_mapping_composer : Path.t -> Path.t list -> Path.t list
val compose_path_regex : Path.t Base.List.t -> Re.t