You can search for identifiers within the package.
in-package search v0.2.0
type markup = [
| `Paragraph of string
| `Preformatted of string
]
type prose
The parts of a manpage that are hand-written and not generated from the command line spec
val prose : ?description:markup list -> ?environment:markup list -> ?files:markup list -> ?examples:markup list -> ?authors:markup list -> unit -> prose