Adding line break in for*/lists defform

The `body` was landing on the `syntax` in the online doc, looked a little gross.
This commit is contained in:
Jason Hemann 2019-05-02 16:55:59 -04:00 committed by Matthew Flatt
parent a13070f302
commit 03b5a65e0f

View File

@ -380,7 +380,8 @@ nested.
@deftogether[(
@defform[(for*/list (for-clause ...) body-or-break ... body)]
@defform[(for*/lists (id ... maybe-result) (for-clause ...) body-or-break ... body)]
@defform[(for*/lists (id ... maybe-result) (for-clause ...)
body-or-break ... body)]
@defform[(for*/vector maybe-length (for-clause ...) body-or-break ... body)]
@defform[(for*/hash (for-clause ...) body-or-break ... body)]
@defform[(for*/hasheq (for-clause ...) body-or-break ... body)]