You can search for identifiers within the package.
in-package search v0.2.0
octavius
Octavius
module Types : sig ... end
Types for the information collected in comments.
module Errors : sig ... end
type nonrec ('a, 'b) result = ('a, 'b) result =
| Ok of 'a
| Error of 'b
val parse : Lexing.lexbuf -> (Types.t, Errors.t) result
val parse_ref : Lexing.lexbuf -> ((string option * string) list, Errors.t) result
val print : Format.formatter -> Types.t -> unit