[plt-scheme] ports and garbage collection

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sun Nov 21 16:19:11 EST 2004

At Mon, 22 Nov 2004 05:30:17 +0900, Daniel Silva wrote:
>   ;; this contract is awful... what's the right way to have the
> properties/types flow?
>   (provide/contract [call-with-resource (any/c
>                                          (any/c . -> . any/c)
>                                          (any/c . -> . any/c)
>                                          . -> .
>                                          any/c)]))

One first (poor) attempt is the anamorphic contracts, but they aren't
really right yet.

Robby


Posted on the users mailing list.