add for-label require in docs

This commit is contained in:
AlexKnauth 2016-07-15 12:36:38 -04:00
parent 4cfda3ce1f
commit a499333464

View File

@ -1,5 +1,9 @@
#lang scribble/manual
@(require (for-label racket/base
debug/repl
))
@title{debug}
source code: @url{https://github.com/AlexKnauth/debug}