mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
5 lines
178 B
Scheme
5 lines
178 B
Scheme
|
|
(define-library (chibi trace)
|
|
(export trace untrace untrace-all trace-cell untrace-cell)
|
|
(import (chibi) (chibi ast) (srfi 38) (srfi 39) (srfi 69))
|
|
(include "trace.scm"))
|