[racket-dev] . . for-each: arity mismatch for procedure board-put: expects 1186328008 arguments, given 1
What do I know? I had something like that
(for-each board-put placements)
instead of
(for-each (curry board-put board) placements)
The '2' magically turned into a VERY LARGE number. I suspect that this is a bug in arity checking/reporting (at Matthew's level).
On Apr 7, 2011, at 1:23 PM, Robby Findler wrote:
> ... okay, color me curious: is that some memory being trashed, or is
> there something more interesting happening there?
>
> Robby
>
> On Thu, Apr 7, 2011 at 10:58 AM, Matthias Felleisen
> <matthias at ccs.neu.edu> wrote:
>>
>> Hmph. That reminds me of Alan Perlis.
>> _________________________________________________
>> For list-related administrative tasks:
>> http://lists.racket-lang.org/listinfo/dev
>>