Split out string utils.

This commit is contained in:
Dominik Pantůček 2023-04-08 20:51:53 +02:00
parent 746e4450a6
commit 4ac7fdbc6d
5 changed files with 98 additions and 45 deletions

View file

@ -41,7 +41,8 @@
(chicken irregex)
ansi
testing
utils)
utils
util-string)
;; Default table border style to use if not explicitly specified.
(define *table-border-style* (make-parameter 'unicode))