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:
parent
a13070f302
commit
03b5a65e0f
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user