Lambda constructor

Lambda(
  1. Map<Sym, Sort> args,
  2. Expr body
)

Implementation

Lambda(this.args, this.body);