From 807409d41f8b1a4435ee1cf7ddc3d1a1b9116799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 31 Jan 2022 20:24:18 +0100 Subject: Move stuff from calp/util to hnh/util. This is the first (major) step in splitting the generally useful items into its own library. --- tests/util.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/util.scm') diff --git a/tests/util.scm b/tests/util.scm index aa47a44f..45e69dd6 100644 --- a/tests/util.scm +++ b/tests/util.scm @@ -1,8 +1,8 @@ ;;; Commentary: -;; Checks some prodecuders from (calp util) +;; Checks some prodecuders from (hnh util) ;;; Code: -(((calp util) filter-sorted set/r! +(((hnh util) filter-sorted set/r! find-min find-max span-upto iterate ->string ->quoted-string path-append begin1) -- cgit v1.2.3