Open
Description
there's a major bug in lambda's sometimes capturing the wrong cell. it's present in every version and implementation, but only manifests in rare enough circumstances.
IIRC, eval/closures/bug/1
is a reproducer of that.
i haven't yet understood well enough how cells are allocated and referenced, so i failed to fix it.