If you want to cleanup guile's repl state for some particular module, you can do (module-clear! (resolve-module '(your module here)))
If you want to cleanup guile's repl state for some particular module, you can do (module-clear! (resolve-module '(your module here))) No comments
|