pub type GlobalExprMap = Lrc<Vec<(Expr, Expr)>>;
The key will be compared using EqIgnoreSpan::eq_ignore_span, and matched expressions will be replaced with the value.
struct GlobalExprMap { /* private fields */ }