You can search for identifiers within the package.
in-package search v0.2.0
cucumber
Cucumber.Location
A type representing a location within a Gherkin feature file.
type t
val string_of_location : t -> string
Pretty print a string from a t.
t
val from_command_line : unit -> t
This is to support Tags which are passed in via the command line. It will create a default location for a Tag of line: 0 and column: 0