From d00fea566004e67161ee45246b239fff5d416b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Dec 2021 16:17:28 +0100 Subject: Cleanup modules. Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures. --- tests/datetime.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/datetime.scm') diff --git a/tests/datetime.scm b/tests/datetime.scm index 5bf2df6d..1eb3fb3b 100644 --- a/tests/datetime.scm +++ b/tests/datetime.scm @@ -149,3 +149,5 @@ #2020-02-29 (date+ #2020-02-28 (date day: 1))) + +;; TODO string->date family -- cgit v1.2.3