Summary

map/for-each sometimes misbehave in interpreted code

Metadata

Description

`(map + #f)` rightfully gives an error because `#f` is not a list `(map + #f '())` on the other hand happily returns `()`

Changes and comments

[2016-08-25 20:45:54 UTC] sjamaan set difficulty to medium

[2017-10-19 15:48:31 UTC] sjamaan changed status from new to closed

[2017-10-19 15:48:31 UTC] sjamaan set resolution to duplicate

[2017-10-19 15:48:31 UTC] sjamaan wrote:

More extensively documented in #1422