aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/parse.boot')
-rw-r--r--src/interp/parse.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/parse.boot b/src/interp/parse.boot
index 1dc70709..64b97afb 100644
--- a/src/interp/parse.boot
+++ b/src/interp/parse.boot
@@ -128,7 +128,7 @@ transIs1 u ==
u is ["append",x,y] =>
h:= [":",transIs x]
(v:= transIs1 y) is [":",z] => [h,z]
- v="nil" => first rest h
+ v="nil" => second h
atom v => [h,[":",v]]
[h,:v]
u is ["cons",x,y] =>