From e671f9896d48367d639e1933f7d2eca1553de397 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 22 Sep 2019 16:03:03 +0200 Subject: Wrap the program in a module form This makes it easier to find out missing imports. --- henrietta-cache.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/henrietta-cache.scm b/henrietta-cache.scm index 1901861..21a645b 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -1,3 +1,5 @@ +(module henrietta-cache () + (import scheme) (cond-expand @@ -437,3 +439,4 @@ EOF (else (loop (cdr args)))))))) (main (command-line-arguments)) +) -- cgit v1.2.3