scalus.compiler.sir.linking
package scalus.compiler.sir.linking
Members list
Type members
Classlikes
Links SIR definitions and data declarations into a single SIR module.
Links SIR definitions and data declarations into a single SIR module.
This class is responsible for linking SIR definitions and data declarations to create a single SIR module.
It traverses the SIR tree and links external definitions and data declarations to the global definitions and data declarations.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object SIRLinker
case class SIRLinkerOptions(useUniversalDataConversion: Boolean, printErrors: Boolean, debugLevel: Int)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SIRLinkerOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SIRLinkerOptions.type
In this article