aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/hnh/module-introspection/module-uses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/hnh/module-introspection/module-uses.scm b/module/hnh/module-introspection/module-uses.scm
index ce33fb57..8b9fddfb 100644
--- a/module/hnh/module-introspection/module-uses.scm
+++ b/module/hnh/module-introspection/module-uses.scm
@@ -12,6 +12,12 @@
;;; require that the target module compiles.
;;; Code:
+;;; TODO Currently modules are returend as pairs of the module name, and the
+;;; import parameters. This should be changed to module objects equal to those
+;;; from the "true" 'use-modules'.
+;;; TODO note that this extends to #:renamer, which needs to be evalutaed within
+;;; the inspected module.
+
(define-record-type (module make-module% module?)
(fields name select hide prefix renamer version autoload))