From: Matthias Felleisen (matthias at ccs.neu.edu) Date: Mon Nov 18 11:25:19 EST 2013 |
|
In my experience, using plain require and later adding 'except-in' when a service module decides to widen its interface is a much simpler approach than pre-emptively using 'prefix-in' or 'only-in', especially if you need (almost) everything from a (possibly large) library. -- Matthias
Posted on the users mailing list. |
|