Ocaml_typing.Import_infomodule CU := Compilation_unitEither an interface (.cmi) or implementation (.cmo/x) import. Should be avoided in new code, in preference to Intf.t or Impl.t.
This function will cause a fatal error if a CU.t was not provided when the supplied value of type t was created.
val crc : t -> string optionval dummy : tmodule Intf : sig ... endThe preferred API to use for interface imports. An interface import might be a parameter, in which case it has a CRC but no CU.t (since a CU.t is for an implementation).
module Impl : sig ... end