Module

public struct Module : Sendable
extension Module: CustomStringConvertible
extension Module: TextOutputStreamable

A module lowered to Hylo IR.

A lowered module is a collection of IR functions and a collection of constant IR values, which represent nominal types, traits, and global bindings. These entities may not necessarily have a definition. When they don’t, they denote a declaration known to be defined in another module.