correcting bug with cadr: wrong contract type and implementation
This commit is contained in:
parent
1b1d285297
commit
e41c505cb1
|
@ -615,7 +615,7 @@
|
|||
1,
|
||||
function (M) {
|
||||
var firstArg = checkCadrPair(M, 'cadr', 0);
|
||||
return firstArg.first.rest;
|
||||
return firstArg.rest.first;
|
||||
});
|
||||
|
||||
installPrimitiveProcedure(
|
||||
|
|
Loading…
Reference in New Issue
Block a user