ToExprHS

scalus.sir.ToExprHS
class ToExprHS[T](hst: HashConsedFlat[T], hste: Quotes ?=> Expr[HashConsedFlat[T]], tt: Quotes ?=> Type[T]) extends ToExpr[T]

Attributes

Graph
Supertypes
trait ToExpr[T]
class Object
trait Matchable
class Any
Known subtypes
object SIRToExpr
object SIRTypeToExpr

Members list

Value members

Concrete methods

def apply(x: T)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes