Setof is immutable.

This commit is contained in:
Sam Tobin-Hochstadt 2016-01-02 14:00:32 -05:00
parent 84d26b91ca
commit 1e761f2d8a

View File

@ -400,8 +400,8 @@ corresponding to @racket[trest], where @racket[bound]
}
@defform[(Setof t)]{is the type of a @rtech{hash set} of
@racket[t]. This includes custom hash sets, but not sets that are
implemented using @racket[gen:set].
@racket[t]. This includes custom hash sets, but not mutable hash set
or sets that are implemented using @racket[gen:set].
@ex[(set 0 1 2 3)]
@ex[(seteq 0 1 2 3)]
}