Out of curiosity, why do you want this?
I have a bunch of parameters (in the Racket sense of the word) that are "read-only" throughout the module, i.e. there are no modifications via calls (parameter value). Most of parameters' values are themselves functions. So what I wanted to save a couple of parentheses on function calls: (parameter arg ...) instead of ((parameter) arg ...) Best regards, Dmitry -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

