iPoe
iPoe copied to clipboard
Make public interfaces
The problem: we should never require private/parameters
.
Either
- move
parameters.rkt
out of theprivate/
directory - make a non-private interface
Edit: the true purpose of this issue is to stop working under the private/ directory.