;; Remain in the `(guile)' module at compilation-time so that the ;; `-Wunused-toplevel' warning works as expected. (eval-when (compile) (set-current-module the-root-module)) ;;; boot-9.scm ends here