Fixed bug where top-level defuns and defvars inside toplevel lets were being wrapped...
commit9235eed0d45a3598d097c9300e7092e479aa7105
authorVladimir Sedach <vsedach@gmail.com>
Wed, 21 Dec 2011 18:48:15 +0000 (21 13:48 -0500)
committerVladimir Sedach <vsedach@gmail.com>
Wed, 21 Dec 2011 18:48:15 +0000 (21 13:48 -0500)
tree1af297b476e46b251120420ed3060555e9a1c2c5
parent83f4ea341bc304157863e1a5f313c79a54119948
Fixed bug where top-level defuns and defvars inside toplevel lets were being wrapped in lambdas and not defined at the toplevel.
src/special-operators.lisp
t/eval-tests.lisp
t/output-tests.lisp