You can search for identifiers within the package.
in-package search v0.2.0
nmea
Nmea.Parse
val parse : string -> Sentence.t
parse s parses the sentence s
parse s
val parse_opt : string -> Sentence.t option
parse_opt s parses the sentence s, failsafe
parse_opt s
val next : in_channel -> Sentence.t option
next ch returns the next sentence read from ch
next ch
val next_coord : in_channel -> Coord.t option
next_coord ch returns the next coordinate read from ch
next_coord ch