Module Import_info.Impl
type nonrec t = Ocaml_typing.Import_info.tval create_loaded :
CU.t ->
crc:Stdlib.Digest.t ->
Ocaml_typing.Import_info.Impl.tThe import info for an implementation we depend on and whose .cmx we actually loaded.
val create_unloaded : CU.t -> Ocaml_typing.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 ->
Ocaml_typing.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 : Ocaml_typing.Import_info.Impl.t -> CU.Name.tval cu : Ocaml_typing.Import_info.Impl.t -> CU.tval crc : Ocaml_typing.Import_info.Impl.t -> Stdlib.Digest.t optionval dummy : Ocaml_typing.Import_info.Impl.t