nitc :: ASTBuilder :: make_var
fun make_var(variable: Variable, mtype: MType): AVarExpr do return new AVarExpr.make(variable, mtype) end