[plt-scheme] Is there a general overview of contracts somewhere?

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Apr 21 20:13:55 EDT 2005

Robby gave one:

  (provide/contract
    [f ((odd? . -> . even?) . -> . pair?)])

-- Matthias

On Apr 21, 2005, at 7:56 PM, Alexander Schmolck wrote:

> Matthias Felleisen <matthias at ccs.neu.edu> writes:
>
>> Thanks. How about closures? -- Matthias
>
> Not quite sure what you have in mind (HOF contracts?) -- got an 
> example?
>
> 'as
>



Posted on the users mailing list.