From 1000dde87131a77f456139bdf19e0a87b0776608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 30 Oct 2023 16:39:59 +0100 Subject: Merge (hnh module-introspection static) into parent module. It only contained a single binding, and the base module was already utilities. --- doc/ref/introspection.texi | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/ref/introspection.texi b/doc/ref/introspection.texi index e1abcc84..8a51f3ad 100644 --- a/doc/ref/introspection.texi +++ b/doc/ref/introspection.texi @@ -26,6 +26,11 @@ Checks if @var{form} starts with @code{'define-module}. In a list of forms, find the first one which satisfies @code{module-declarations?}. @end defun +@defun get-forms port +Repeatadly call @code{read} on @var{port}, and return a list of the +read forms in order of occurence in the file. +@end defun + @node Module Uses @section Module Uses @@ -68,14 +73,6 @@ Note that if the module was imported multiple times then it will be present multiple times in the list, possibly with different options. @end defun -@node Static Module Introspection Utilities -@section Static Utilities - -@defun get-forms port -Repeatadly call @code{read} on @var{port}, and return a list of the -read forms in order of occurence in the file. -@end defun - @node Finding all Modules in Directory @section Finding all Modules in Directory -- cgit v1.2.3