SIRModuleWithDeps

scalus.sir.SIRModuleWithDeps
See theSIRModuleWithDeps companion object
class SIRModuleWithDeps(val sirModule: Module, sirDepsExpr: => List[SIRCompiled]) extends SIRCompiled

Attributes

Companion
object
Graph
Supertypes
trait SIRCompiled
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

lazy val sirDeps: List[SIRCompiled]

The dependencies of the SIR module

The dependencies of the SIR module

Attributes

override val sirModule: Module

The SIR module

The SIR module

Attributes