Module Intf.Nonalias

module Kind : sig ... end
type t = Kind.t * Digest.t

The "non-alias part" of the import info for an interface. An Intf.t is equivalent to a CU.Name.t * Nonalias.t option (use create, name, and spec to convert back and forth).