From 24f1360f694ec0f3e4cfc392a5392fef0576dd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 18 Sep 2022 22:53:46 +0200 Subject: Move get-forms to module static-util. --- scripts/peg-to-graph.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/peg-to-graph.scm') diff --git a/scripts/peg-to-graph.scm b/scripts/peg-to-graph.scm index 7edcd556..09a36f06 100755 --- a/scripts/peg-to-graph.scm +++ b/scripts/peg-to-graph.scm @@ -9,7 +9,8 @@ exec $GUILE -e main -s "$0" "$@" (use-modules ((graphviz) :prefix #{gv:}#) - ((module-introspection) :select (get-forms unique-symbols)) + ((module-introspection) :select (unique-symbols)) + ((static-util) :select (get-forms)) (srfi srfi-1) (ice-9 match)) -- cgit v1.2.3