File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
typed-racket-lib/typed-racket/base-env Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 99 for:
1010 for/and:
1111 for/first:
12- for/flvector:
13- for/extflvector:
1412 for/fold:
1513 for/foldr:
1614 for/hash:
2725 for/vector:
2826 for/and:
2927 for*/first:
30- for*/flvector:
31- for*/extflvector:
3228 for*/fold:
3329 for*/foldr:
3430 for*/hash:
6157(define-deprecated-alias for: for )
6258(define-deprecated-alias for/and: for/and )
6359(define-deprecated-alias for/first: for/first )
64- (define-deprecated-alias for/flvector: for/flvector)
65- (define-deprecated-alias for/extflvector: for/extflvector)
6660(define-deprecated-alias for/fold: for/fold )
6761(define-deprecated-alias for/foldr: for/foldr)
6862(define-deprecated-alias for/hash: for/hash )
7973(define-deprecated-alias for/vector: for/vector )
8074(define-deprecated-alias for*/and: for/and )
8175(define-deprecated-alias for*/first: for*/first )
82- (define-deprecated-alias for*/flvector: for*/flvector)
83- (define-deprecated-alias for*/extflvector: for*/extflvector)
8476(define-deprecated-alias for*/fold: for*/fold )
8577(define-deprecated-alias for*/foldr: for*/foldr)
8678(define-deprecated-alias for*/hash: for*/hash )
Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ the typed racket language.
3838 for:
3939 for/and:
4040 for/first:
41- for/flvector:
42- for/extflvector:
4341 for/fold:
4442 for/foldr:
4543 for/hash:
@@ -56,8 +54,6 @@ the typed racket language.
5654 for/vector:
5755 for/and:
5856 for*/first:
59- for*/flvector:
60- for*/extflvector:
6157 for*/fold:
6258 for*/foldr:
6359 for*/hash:
@@ -103,8 +99,6 @@ the typed racket language.
10399 [for: for ]
104100 [for/list: for/list ]
105101 [for/vector: for/vector ]
106- [for/flvector: for/flvector]
107- [for/extflvector: for/extflvector]
108102 [for/hash: for/hash ]
109103 [for/hasheq: for/hasheq ]
110104 [for/hasheqv: for/hasheqv ]
@@ -122,8 +116,6 @@ the typed racket language.
122116 [for*/list: for*/list ]
123117 [for*/lists: for*/lists ]
124118 [for*/vector: for*/vector ]
125- [for*/flvector: for*/flvector]
126- [for*/extflvector: for*/extflvector]
127119 [for*/hash: for*/hash ]
128120 [for*/hasheq: for*/hasheq ]
129121 [for*/hasheqv: for*/hasheqv ]
You can’t perform that action at this time.
0 commit comments