You can search for identifiers within the package.
in-package search v0.2.0
Utilities for handling commands.
val summary : _ t -> string
Return the summary of a command.
val map : 'a t -> f:('a -> 'b) -> 'b t
Map a function over a command.