[racket] Scribblings @defproc for typed/racket

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Feb 27 12:38:58 EST 2012

On Mon, Feb 27, 2012 at 12:33 PM, Ray Racine <ray.racine at 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
samth at ccs.neu.edu

Posted on the users mailing list.