compatibility/collects/mzlib/trace.rkt
Sam Tobin-Hochstadt f163787145 Update `trace' docs.
- Move trace implementation to racket/trace.
- Move documentation to new Debugging section in Reference.
- Add example.

original commit: 12f30cf4782d6baa4707f05f95c9e19021685d66
2010-06-27 19:17:04 -04:00

5 lines
80 B
Racket

#lang racket/base
(require racket/trace)
(provide (all-from-out racket/trace))