File: implementation-helpers.ss

package info (click to toggle)
nanopass-framework-scheme 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,328 kB
  • sloc: makefile: 17
file content (6 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
;;; 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 (scheme) time printf system interpret pretty-print format)))