Email list hosting service & mailing list manager

Re: Final SRFI 60: Integers as Bits Aubrey Jaffer (11 Jan 2012 21:37 UTC)
Re: Final SRFI 60: Integers as Bits Michael Sperber (12 Jan 2012 07:17 UTC)

Re: Final SRFI 60: Integers as Bits Aubrey Jaffer 11 Jan 2012 20:36 UTC

The first sentence in the description of integer->list should be
changed from:

  integer->list returns a list of len booleans corresponding to each
  bit of the given integer.

into:

  integer->list returns a list of len booleans corresponding to each
  bit of the non-negative integer k.