From 1976980d4a272fb7fc3694c734bfc6825edfc721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 03:23:44 +0200 Subject: Centralize (almost) all exports to :export in define-module. --- module/calp/benchmark/parse.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/calp/benchmark') 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 () -- cgit v1.2.3