[racket] Scribblings @defproc for typed/racket
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