pub trait SetExpression<H: HostTypes>: TermExpression<H> { }Expand description
An AST node for set-builder notation (e.g., {x : P(x)}).
pub trait SetExpression<H: HostTypes>: TermExpression<H> { }An AST node for set-builder notation (e.g., {x : P(x)}).