[racket] Scribble question

From: Todd O'Bryan (toddobryan at gmail.com)
Date: Wed Jun 30 16:42:01 EDT 2010

Have you considered naming your function blah-map, where blah is the
kind of structure you expect it to work on, so that both your map and
the built-in map for lists could be available without shadowing one
another?

Todd

On Wed, Jun 30, 2010 at 3:21 PM, Hari Prashanth <krhari at ccs.neu.edu> wrote:
> Hi,
>
> I have a function by name map. For its documentation, I have
> something like
>
> @defproc[(map ...) (...)]{
> @scheme[map] is similar to @scheme[map]
> }
>
> The want the latter @scheme[map] to refer map provided by lists.
>
> How can I do that? Can someone help me out with this?
>
> Thanks
> Hari
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.