pub type UnExpr = UnInst<Expr>;
struct UnExpr { pub lhs: Expr, pub op: UnaryOp, }
lhs: Expr
The operand of the unary operation
op: UnaryOp
The kind of the unary operation