Skip to main content

SetExpression

Trait SetExpression 

Source
pub trait SetExpression<H: HostTypes>: TermExpression<H> { }
Expand description

An AST node for set-builder notation (e.g., {x : P(x)}).

Implementors§