From ae11f47dbd668c4ce965838e256a8911a3500bb7 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 7 Sep 2010 16:56:15 -0400 Subject: [PATCH] Fixed a dangling link in the doc. original commit: 11e168f01eecd7b39228d5399e045510d6349e01 --- collects/typed-scheme/scribblings/ts-reference.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/typed-scheme/scribblings/ts-reference.scrbl b/collects/typed-scheme/scribblings/ts-reference.scrbl index 970d5798..4cab0717 100644 --- a/collects/typed-scheme/scribblings/ts-reference.scrbl +++ b/collects/typed-scheme/scribblings/ts-reference.scrbl @@ -2,7 +2,8 @@ @begin[(require "utils.rkt" scribble/eval scriblib/footnote racket/sandbox) - (require (for-label (only-meta-in 0 typed/racket) + (require (for-label (only-meta-in 0 [except-in typed/racket for]) + (only-in racket/base for) racket/list srfi/14 version/check))]