Code cleanup.

This commit is contained in:
yhirose 2015-06-01 17:58:10 -04:00
parent a7e2927efe
commit 23429486b1

View File

@ -86,8 +86,7 @@ private:
params,
[=](shared_ptr<Environment> callEnv) {
callEnv->push_outer(env);
auto ret = eval(*body, callEnv);
return ret;
return eval(*body, callEnv);
}
};
return Value(f);