Module Cmt_format
type binary_part =
type cmt_infos = {
cmt_modname : string;
cmt_annots : binary_annots;
cmt_args : string array;
cmt_sourcefile : string option;
cmt_builddir : string;
cmt_loadpath : string list;
cmt_source_digest : string option;
cmt_use_summaries : bool;
}
type error =
| Not_a_typedtree of string
exception Error of error
val read_cmt : string -> cmt_infos
val clear : unit -> unit
val add_saved_type : binary_part -> unit
val get_saved_types : unit -> binary_part list
val set_saved_types : binary_part list -> unit