[plt-scheme] Error in Reference Guide (Parameters 10.3.2)

From: Christopher Bowron (cwbowron at gmail.com)
Date: Fri Jan 16 14:56:57 EST 2009

The documentation for make-derived-parameter appears incorrect.  It is at
least somewhat misleading

http://docs.plt-scheme.org/reference/parameters.html#(def._((quote._~23~25kernel)._make-derived-parameter))

The docs say that the arguments to make-derived-parameter are:

    v: any/c
    guard: ...
    wrap: ...

which makes it looks like its an extended version of make-parameter, when in
fact its real arguments appear to be:

    p: parameter?
    guard: ...
    wrap: ...

The first argument is a parameter not the initial value for a parameter.

-- 
Christopher W. Bowron <chris at bowron.us>
[ Nothing is exciting if you know what the outcome will be ]
   - Joseph Campbell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090116/8efe58c0/attachment.html>

Posted on the users mailing list.