pub type GlobalExprMap = Lrc<Vec<(Expr, Expr)>>;
Expand description

The key will be compared using EqIgnoreSpan::eq_ignore_span, and matched expressions will be replaced with the value.