Module Octavius

module Types : sig ... end

Types for the information collected in comments.

module Errors : sig ... end
type nonrec ('a, 'b) result = ('a'b) Stdlib.result =
| Ok of 'a
| Error of 'b
val parse : Stdlib.Lexing.lexbuf -> (Types.tErrors.t) result
val parse_ref : Stdlib.Lexing.lexbuf -> ((string option * string) listErrors.t) result
val print : Stdlib.Format.formatter -> Types.t -> unit