Linkify split-for-body in syntax/for-body docs

This commit is contained in:
Milo Turner 2018-02-07 12:32:14 -05:00 committed by Ben Greenman
parent ecde607a62
commit 390977c1de

View File

@ -1,6 +1,7 @@
#lang scribble/manual
@(require (for-label racket/base
syntax/quote))
syntax/quote
syntax/for-body))
@title{Parsing @racket[for] Bodies}