You can search for identifiers within the package.
in-package search v0.2.0
cucumber
Cucumber.Docstring
A type representing a Doc String.
Doc Strings are used to pass a larger piece of text to a step defition.
type t
val string_of_docstring : t -> string
Pretty print a Doc String.
val transform : t -> (string -> 'a) -> 'a
Map across a Doc String.