Add type key to ClassTop.
This commit is contained in:
parent
ca867bc97f
commit
efd27fa4f7
|
@ -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