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 <krh...@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 > _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users