aboutsummaryrefslogtreecommitdiff
path: root/scripts/peg-to-graph.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-09-18 22:53:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-09-18 22:53:46 +0200
commit24f1360f694ec0f3e4cfc392a5392fef0576dd13 (patch)
tree4c693b0c75372d52289098a1b479931792b7e65a /scripts/peg-to-graph.scm
parentSlightly better error handling in HTTP routes. (diff)
downloadcalp-24f1360f694ec0f3e4cfc392a5392fef0576dd13.tar.gz
calp-24f1360f694ec0f3e4cfc392a5392fef0576dd13.tar.xz
Move get-forms to module static-util.
Diffstat (limited to '')
-rwxr-xr-xscripts/peg-to-graph.scm3
1 files changed, 2 insertions, 1 deletions
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))