This repository has been archived on 2022-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
chez-openbsd/nanopass/tests/implementation-helpers.chezscheme.sls

7 lines
326 B
Text
Raw Normal View History

2022-07-29 15:12:07 +02:00
;;; Copyright (c) 2000-2015 Dipanwita Sarkar, Andrew W. Keep, R. Kent Dybvig, Oscar Waddell
;;; See the accompanying file Copyright for details
(library (tests implementation-helpers)
(export time printf system interpret pretty-print format)
(import (only (chezscheme) time printf system interpret pretty-print format)))