Setof
is immutable.
This commit is contained in:
parent
84d26b91ca
commit
1e761f2d8a
|
@ -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)]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user