Removed the false statement that all dictionaries are two-valued sequences.
This commit is contained in:
parent
0eb29a4dcf
commit
a3c2d25d4f
|
@ -23,10 +23,6 @@ values. The following datatypes are all dictionaries:
|
|||
|
||||
]
|
||||
|
||||
A dictionary can be used as a two-valued sequence (see
|
||||
@secref["sequences"]). The associations of the dictionary serve as elements
|
||||
of the sequence. See also @racket[in-dict], @racket[in-dict-keys], and @racket[in-dict-values].
|
||||
|
||||
@note-lib[racket/dict]
|
||||
|
||||
@defproc[(dict? [v any/c]) boolean?]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user