On Mon, Feb 27, 2012 at 12:33 PM, Ray Racine <[email protected]> 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
[email protected]
____________________
Racket Users list:
http://lists.racket-lang.org/users