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
|
;; Supertype of all Class types, cannot instantiate
|
||||||
;; or subclass these
|
;; 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-ext : Option<(U F B Row)>
|
||||||
;; row : Row
|
;; row : Row
|
||||||
|
|
Loading…
Reference in New Issue
Block a user