Mark class support as experimental in the TR docs

Please merge to v6.0.1
This commit is contained in:
Asumu Takikawa 2014-04-15 18:09:12 -04:00
parent d212fc7eba
commit d6a3d27e54

View File

@ -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.