Octaviusmodule Types : sig ... endTypes for the information collected in comments.
module Errors : sig ... endval parse : Lexing.lexbuf -> (Types.t, Errors.t) resultval parse_ref : Lexing.lexbuf -> ((string option * string) list, Errors.t) resultval print : Format.formatter -> Types.t -> unit