In Chez, how do I reload (re-import) a library into the REPL that I've already imported once?
The Chez Scheme User's Guide says:
When defined directly in the REPL or loaded explicitly from a file, a library form can be used to redefine an existing library, but
import
never reloads a library once it has been defined.
load
and load-library
don't seem to re-import either.