---- title: UTILS module – various utility functions SPDX-FileCopyrightText: 2024 Norman Gray SPDX-License-Identifier: BSD-2-Clause This module contains a variety of utility functions which are otherwise missing from the implementation. Standard scheme functions ------------------------- ‘Standard’ scheme functions: * call-with-values * define-values * receive (ie, [SRFI-8](https://srfi.schemers.org/srfi-8/srfi-8.html)) Miscellaneous utilities: * define/trace * en-dashify * getopt * make-set/eqv * resolve-file * showbytes/hex * split-path * string->hash * string->page-range * expand-tex-accents * stringify * stringify/true * subprocess * symbol