[racket] contracts on functions that take arbitrary keyword arguments

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Fri Dec 27 13:03:33 EST 2013

This is a bit vague. Can you clarify the question with a concrete example? 


On Dec 26, 2013, at 7:45 PM, "Alexander D. Knauth" <alexander at knauth.org> wrote:

> I want to make contracts on some apply-like functions that check some arguments but just passes all the others (including keyword arguments) on to a function (provided as an argument).  If there weren't any keyword arguments, I could use a rest argument to do this, but that wouldn't work with keyword arguments.  Is there a way to do something like a rest argument for keyword-arguments in a contract?____________________
> Racket Users list:
> http://lists.racket-lang.org/users



Posted on the users mailing list.