Fix call to *Keyword - thanks Matthew.
svn: r11733
This commit is contained in:
parent
37796884d8
commit
49c816cfaa
|
@ -97,7 +97,7 @@
|
||||||
(dt Keyword (kw ty required?)
|
(dt Keyword (kw ty required?)
|
||||||
[#:frees (free-vars* ty)
|
[#:frees (free-vars* ty)
|
||||||
(free-idxs* ty)]
|
(free-idxs* ty)]
|
||||||
[#:fold-rhs (*Keyword kw (type-rec-id ty))])
|
[#:fold-rhs (*Keyword kw (type-rec-id ty) required?)])
|
||||||
|
|
||||||
;; dom : Listof[Type]
|
;; dom : Listof[Type]
|
||||||
;; rng : Type
|
;; rng : Type
|
||||||
|
|
Loading…
Reference in New Issue
Block a user