[racket] typed racket and SRFI 42 ?

From: Vincent St-Amour (stamourv at ccs.neu.edu)
Date: Thu Oct 7 23:09:53 EDT 2010

At Thu, 07 Oct 2010 22:21:12 -0400,
Scott McLoughlin wrote:
> I tried (require typed/srfi/42) and received an error, but
> I'm hoping I did something wrong or that some typed racket
> interface may be available by some other means.

There is currently no typed wrapper for srfi 42, which is what
(require typed/srfi/42) would import.

However, you can use (require/typed srfi/42) and provide types for the
bindings you want to import.

Vincent


Posted on the users mailing list.