aboutsummaryrefslogtreecommitdiff
path: root/module/calp/benchmark/parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 03:23:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 03:48:22 +0200
commit1976980d4a272fb7fc3694c734bfc6825edfc721 (patch)
tree8460db1176c64895e9968447588953fac85fe7d6 /module/calp/benchmark/parse.scm
parentRemove all inline use-modules. (diff)
downloadcalp-1976980d4a272fb7fc3694c734bfc6825edfc721.tar.gz
calp-1976980d4a272fb7fc3694c734bfc6825edfc721.tar.xz
Centralize (almost) all exports to :export in define-module.
Diffstat (limited to 'module/calp/benchmark/parse.scm')
-rw-r--r--module/calp/benchmark/parse.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/calp/benchmark/parse.scm b/module/calp/benchmark/parse.scm
index 1391d18a..2ba8a7de 100644
--- a/module/calp/benchmark/parse.scm
+++ b/module/calp/benchmark/parse.scm
@@ -3,13 +3,15 @@
:use-module ((hnh util path) :select (path-append))
:use-module (glob)
:use-module (statprof)
+ :use-module (datetime)
:use-module ((srfi srfi-1) :select (concatenate))
:use-module ((ice-9 ftw) :select (scandir))
+ :export (run-benchmark)
)
-(define-public (run-benchmark)
+(define (run-benchmark)
(define all-calendar-files
(statprof
(lambda ()