rename scheme to racket
This commit is contained in:
parent
0acfa7e525
commit
bff6400fb4
|
@ -478,9 +478,9 @@
|
||||||
kw-list
|
kw-list
|
||||||
(#%plain-app list . kw-arg-list)
|
(#%plain-app list . kw-arg-list)
|
||||||
. pos-args)
|
. pos-args)
|
||||||
#:declare cpce (id-from 'checked-procedure-check-and-extract 'scheme/private/kw)
|
#:declare cpce (id-from 'checked-procedure-check-and-extract 'racket/private/kw)
|
||||||
#:declare s-kp (id-from 'struct:keyword-procedure 'scheme/private/kw)
|
#:declare s-kp (id-from 'struct:keyword-procedure 'racket/private/kw)
|
||||||
#:declare kpe (id-from 'keyword-procedure-extract 'scheme/private/kw)
|
#:declare kpe (id-from 'keyword-procedure-extract 'racket/private/kw)
|
||||||
(match (tc-expr #'fn)
|
(match (tc-expr #'fn)
|
||||||
[(tc-result1: (Poly: vars
|
[(tc-result1: (Poly: vars
|
||||||
(Function: (list (and ar (arr: dom rng (and rest #f) (and drest #f) kw-formals))))))
|
(Function: (list (and ar (arr: dom rng (and rest #f) (and drest #f) kw-formals))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user