Include racket/base for-label for the contracts intro in the guide

This commit is contained in:
Alexis King 2016-01-15 20:16:55 -08:00 committed by Vincent St-Amour
parent 3620bae6da
commit 95c0dfce38

View File

@ -1,6 +1,7 @@
#lang scribble/doc
@(require scribble/manual scribble/eval "utils.rkt"
(for-label racket/contract))
(for-label racket/base
racket/contract))
@title[#:tag "contract-boundaries"]{Contracts and Boundaries}