Mark class support as experimental in the TR docs

Please merge to v6.0.1

original commit: d6a3d27e54f778c29e46831b48e63d1f90029d05
This commit is contained in:
Asumu Takikawa 2014-04-15 18:09:12 -04:00
parent 34872124d5
commit d31088b6cb

View File

@ -13,6 +13,11 @@
@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
the classes and objects provided by the @racketmodname[racket/class]
library.