correcting bug with cadr: wrong contract type and implementation

This commit is contained in:
Danny Yoo 2012-02-18 22:36:13 -05:00
parent 1b1d285297
commit e41c505cb1

View File

@ -615,7 +615,7 @@
1,
function (M) {
var firstArg = checkCadrPair(M, 'cadr', 0);
return firstArg.first.rest;
return firstArg.rest.first;
});
installPrimitiveProcedure(