From: Jon Rafkind (rafkind at cs.utah.edu) Date: Wed Mar 16 20:41:07 EDT 2011 |
|
Is there a good reason why `prefix-out' does not allow more than one require-spec? Currently to attach a prefix to multiple identifiers you must use `combine-out' (provide (prefix-out foo: (combine-out x y)) Instead of (provide (prefix-out foo: x y)) The issue was raised on IRC, so its not an immediate concern of mine.
Posted on the dev mailing list. |
|