From a499333464da1a71a57d2dc3d5e668d66783db86 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Fri, 15 Jul 2016 12:36:38 -0400 Subject: [PATCH] add for-label require in docs --- debug/scribblings/debug.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debug/scribblings/debug.scrbl b/debug/scribblings/debug.scrbl index ed92f04..8a44ad7 100644 --- a/debug/scribblings/debug.scrbl +++ b/debug/scribblings/debug.scrbl @@ -1,5 +1,9 @@ #lang scribble/manual +@(require (for-label racket/base + debug/repl + )) + @title{debug} source code: @url{https://github.com/AlexKnauth/debug}