Add a missing for-label require in the contracts section of the guide

This commit is contained in:
Alexis King 2017-05-30 20:09:02 -07:00
parent 6d7f075ec5
commit 69fb636a1c

View File

@ -1,7 +1,7 @@
#lang scribble/doc
@(require scribble/manual scribble/eval racket/sandbox
"utils.rkt"
(for-label racket/contract))
(for-label racket/base racket/contract))
@title[#:tag "contracts-gotchas"]{Gotchas}