Change "Class and units" to "Unsupported features"

Also remove classes since they are supported now.

Closes PR 14398
This commit is contained in:
Asumu Takikawa 2014-03-15 16:34:35 -04:00
parent 663e96afd6
commit 4b4ff3d00b

View File

@ -90,10 +90,13 @@ of type precision at use sites:
(object-name #rx"a regexp") (object-name #rx"a regexp")
] ]
@section{Classes and units} @section{Unsupported features}
Classes and units are not currently supported in Typed Racket. Support Units are not currently supported at all in Typed Racket, but they
for classes is under development and will be in a future release. will potentially be supported in a future version.
Most structure type properties do not work in Typed Racket, including
support for generic interfaces.
@section{Type generalization} @section{Type generalization}