Don't pass an env to apply
authorStephen Thirlwall <sdt@dr.com>
Mon, 14 Dec 2015 07:06:50 +0000 (18:06 +1100)
committerStephen Thirlwall <sdt@dr.com>
Tue, 15 Dec 2015 00:22:25 +0000 (11:22 +1100)
commit494c16085608bfc6fe39d2ac742f805d1bdcbe34
treeb5add159e51bdd891b19142eae293085d765e18c
parent19a6c2061ea9d48a107412af50a575719992c6c1
Don't pass an env to apply

Due to some initial confusion about which env to pass to the eval
builtin, I'd been needlessly passing an env to apply all along.

No need.
14 files changed:
cpp/Core.cpp
cpp/MAL.h
cpp/Types.cpp
cpp/Types.h
cpp/step1_read_print.cpp
cpp/step2_eval.cpp
cpp/step3_env.cpp
cpp/step4_if_fn_do.cpp
cpp/step5_tco.cpp
cpp/step6_file.cpp
cpp/step7_quote.cpp
cpp/step8_macros.cpp
cpp/step9_try.cpp
cpp/stepA_mal.cpp