Pair typedef

Pair = (String, Expr)

Implementation

typedef Pair = (String key, Expr value);