Move unsupported for*/
forms to the unsupported section (#490)
because the typechecker can't deal with the code they expand to, just like their `for/` partners already in the unsupported section
This commit is contained in:
parent
41eabc9195
commit
53d077c27d
|
@ -238,12 +238,7 @@ variants.
|
|||
@defform[(for*/hasheq type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/hasheqv type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/vector type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/flvector type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/extflvector type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/and type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/or type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/first type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/last type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/sum type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/product type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/set type-ann-maybe (for-clause ...) expr ...+)]
|
||||
|
@ -261,6 +256,11 @@ annotated with a @racket[Listof] type. All annotations are optional.
|
|||
@defform[(for/and type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for/first type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for/last type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/flvector type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/extflvector type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/and type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/first type-ann-maybe (for-clause ...) expr ...+)]
|
||||
@defform[(for*/last type-ann-maybe (for-clause ...) expr ...+)]
|
||||
]]{
|
||||
Like the above, except they are not yet supported by the typechecker.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user