Add a missing for-label require in the contracts section of the guide
This commit is contained in:
parent
6d7f075ec5
commit
69fb636a1c
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user