[racket-dev] Accidentally discovered small undocumented function in FFI lib?

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Aug 31 14:26:12 EDT 2011

Four hours ago, John Clements wrote:
> I wanted to convert a cstruct to a list today, and couldn't find a
> way to do it, so defined my own <my-cstruct-name>->list
> function... only to discover that it was already defined for me!  It
> seems to work as expected--should I add it to the documentation, in
> the list headed "The resulting bindings are as follows:" ?

Sure.  For any question about improving the foreign documentation the
answer is "yes", since it needs a lot of attention.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.