Mark class support as experimental in the TR docs
Please merge to v6.0.1
This commit is contained in:
parent
d212fc7eba
commit
d6a3d27e54
|
@ -13,6 +13,11 @@
|
||||||
|
|
||||||
@title{Typed Classes}
|
@title{Typed Classes}
|
||||||
|
|
||||||
|
@bold{Warning}: the features described in this section are experimental
|
||||||
|
and may not work correctly. Some of the features will change by
|
||||||
|
the next release. In particular, typed-untyped interaction for classes
|
||||||
|
will not be backwards compatible so do not rely on the current semantics.
|
||||||
|
|
||||||
Typed Racket provides support for object-oriented programming with
|
Typed Racket provides support for object-oriented programming with
|
||||||
the classes and objects provided by the @racketmodname[racket/class]
|
the classes and objects provided by the @racketmodname[racket/class]
|
||||||
library.
|
library.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user