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.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to