compilation enviroments are always modules; simplifications & refactorings
[bpt/guile.git] / module / ice-9 / boot-9.scm
index 6060f9f..140a761 100644 (file)
       ;; Import the default set of bindings (from the SCM module) in MODULE.
       (module-use! module the-scm-module)))
 
+(define (make-fresh-user-module)
+  (let ((m (make-module)))
+    (beautify-user-module! m)
+    m))
+
 ;; NOTE: This binding is used in libguile/modules.c.
 ;;
 (define resolve-module