On Mon, Feb 27, 2012 at 12:33 PM, Ray Racine <ray.rac...@gmail.com> wrote: > > I have a bunch of typed/racket code that I'm trying to document with > visions of planet as an end state. > > Is there away to use scribble to document procedures in a more > typed/racket fashion?
I would use the standard `defproc' syntax, but with types instead of contracts: @defproc[(bytes-open-converter [from String] [to String]) BytesConverter]{...} -- sam th sa...@ccs.neu.edu ____________________ Racket Users list: http://lists.racket-lang.org/users