Module Brzo_ocaml_cmi
Compiled interfaces.
val read : B00.Memo.t -> B0_std.Fpath.t -> t B00.Memo.fiberread freads an object file fromf.
val file : t -> B0_std.Fpath.tfile cmiis the file path ofcmi.
val mod_ref : t -> B0_ocaml.Mod_ref.tmod_ref cmiis the module reference ofcmi.
val deps : t -> B0_ocaml.Mod_ref.Set.tdeps cmiis the set of modules interfaces imported bycmi.
val mod_names : t -> B0_ocaml.Mod_name.Set.tmod_names cmiare the unqualified module names defined bycmi(including its name). Sligthly wrong because stops at module aliases, these are not resolved to further cmis.
val pp : t B0_std.Fmt.tppformats a compiled interface.