Include racket/base for-label for the contracts intro in the guide
This commit is contained in:
parent
3620bae6da
commit
95c0dfce38
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user