ExprBoundLambda sealed class ExprBoundLambda : ExprWithType Documentation Code public Scope ArgumentScope { get; } public AggregateType DelegateType { get; } public Expr Expression { get; } public ExprBoundLambda(AggregateType type, Scope argumentScope, Expr expression)