From 4b4ff3d00bdcf7612a4287c0040ed07424d85813 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Sat, 15 Mar 2014 16:34:35 -0400 Subject: [PATCH] Change "Class and units" to "Unsupported features" Also remove classes since they are supported now. Closes PR 14398 --- .../typed-racket/scribblings/guide/caveats.scrbl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/caveats.scrbl b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/caveats.scrbl index be68dba923..c5ad0c2ab5 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/caveats.scrbl +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/caveats.scrbl @@ -90,10 +90,13 @@ of type precision at use sites: (object-name #rx"a regexp") ] -@section{Classes and units} +@section{Unsupported features} -Classes and units are not currently supported in Typed Racket. Support -for classes is under development and will be in a future release. +Units are not currently supported at all in Typed Racket, but they +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}