module Types : sig ... end
Types for the information collected in comments.
module Errors : sig ... end
val parse : Stdlib.Lexing.lexbuf -> (Types.t, Errors.t) result
val parse_ref : Stdlib.Lexing.lexbuf -> ((string option * string) list, Errors.t) result
val print : Stdlib.Format.formatter -> Types.t -> unit