Module Import_info.Impl
type nonrec t = Import_info.tval create_loaded : CU.t -> crc:Stdlib.Digest.t -> Import_info.Impl.tThe import info for an implementation we depend on and whose .cmx we actually loaded.
val create_unloaded : CU.t -> Import_info.Impl.tThe import info for an implementation we depend on but for which we never loaded a .cmx (and thus have no CRC for).
val create : CU.t -> crc:Stdlib.Digest.t option -> Import_info.Impl.tcreate cu ~crc is create_loaded if crc is Some and create_unloaded if crc is None. Useful when crc is coming out of Consistbl.
val name : Import_info.Impl.t -> CU.Name.tval cu : Import_info.Impl.t -> CU.tval crc : Import_info.Impl.t -> Stdlib.Digest.t optionval dummy : Import_info.Impl.t