Racket Users list: http://lists.racket-lang.org/users
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] contracts on functions that take arbitrary ke... Alexander D. Knauth
- Re: [racket] contracts on functions that take arb... Matthias Felleisen
- Re: [racket] contracts on functions that take... Alexander D. Knauth
- Re: [racket] contracts on functions that ... Matthias Felleisen
- Re: [racket] contracts on functions that ... Robby Findler
- Re: [racket] contracts on functions t... Alexander D. Knauth
- Re: [racket] contracts on functi... Robby Findler
- Re: [racket] contracts on fu... Alexander D. Knauth
- Re: [racket] contracts o... Matthias Felleisen
- Re: [racket] contracts on functions that take arb... Robby Findler