mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Exporting procedural interface.
This commit is contained in:
parent
c45780656c
commit
02205669d7
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
|||
;;> Remove all active procedure traces.
|
||||
|
||||
(define-library (chibi trace)
|
||||
(export trace untrace untrace-all)
|
||||
(export trace untrace untrace-all trace-cell untrace-cell)
|
||||
(import (chibi) (chibi ast) (srfi 38) (srfi 39) (srfi 69))
|
||||
(include "trace.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue