commit 40c492a3ea9d3c46cf93c94b9afe6e56d864b243
parent 745256649139b2a95b7b7290242e6b87932f341d
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sat, 18 Mar 2023 16:36:37 +0200
Add picture language to the used modules.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/guile.scm b/guile.scm
@@ -7,10 +7,14 @@
(srfi srfi-26) ; cut <> <...> and cute (which is evaluated non-slots (non-<>)).
(srfi srfi-42) ; list comprehensions with list-ec.
(srfi srfi-64) ; test-begin, test-equal, and test-end.
+
(statprof)
+
(ice-9 pretty-print)
(ice-9 textual-ports)
(ice-9 time)
+
+ (pict)
)
(use-modules (ice-9 format))