rackunit/collects/rktunit/private/gui/drracket-link.rkt
Jay McCarthy e69efea800 Renaming schemeunit to rktunit and adding compat layer
original commit: f70ffca75665f86a380c3df846c8a63b1e941b8b
2010-04-29 15:00:02 -06:00

18 lines
410 B
Racket

;; Written in #%kernel to avoid adding any module-attachment
;; dependencies. Initialized by the DrRacket integration tool.
(module drracket-link '#%kernel
(#%provide link)
#|
If initialized (has non-#f value), the box should contain a vector
of the following procedures:
(vector get-errortrace-backtrace
show-backtrace
show-source)
|#
(define-values (link) (box #f)))