You can search for identifiers within the package.
in-package search v0.2.0
type t
Type of the structure.
val has_more : t -> bool
Does the structure have more characters to read?
val peek : t -> char
peek r returns the next character.
peek r
val advance : t -> t
advance r advances the structure by one character.
advance r