7 lines
326 B
Text
7 lines
326 B
Text
|
;;; 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)))
|