Add type key to ClassTop.
original commit: efd27fa4f7d48add6d42f482fb453e5a5cc0eec0
This commit is contained in:
parent
e0403713c6
commit
1b2947b765
|
@ -503,7 +503,7 @@
|
|||
|
||||
;; Supertype of all Class types, cannot instantiate
|
||||
;; or subclass these
|
||||
(def-type ClassTop () [#:fold-rhs #:base])
|
||||
(def-type ClassTop () [#:fold-rhs #:base] [#:key 'class])
|
||||
|
||||
;; row-ext : Option<(U F B Row)>
|
||||
;; row : Row
|
||||
|
|
Loading…
Reference in New Issue
Block a user