require racket/contract/base in generic.scrbl to fix label links

This commit is contained in:
Milo Turner 2017-09-02 09:53:32 +00:00 committed by Vincent St-Amour
parent e991dd5ccb
commit 361442c197

View File

@ -1,5 +1,5 @@
#lang scribble/manual
@(require (for-label racket/base racket/generic))
@(require (for-label racket/base racket/generic racket/contract/base))
@title[#:tag "struct-generics"]{Generic Interfaces}