Document the dictionary module.
This commit is contained in:
parent
bb118c0fbe
commit
b0dc7d478e
2 changed files with 91 additions and 2 deletions
|
@ -29,8 +29,10 @@
|
|||
dictionary
|
||||
(
|
||||
make-dict
|
||||
dict-has-key? dict-ref
|
||||
dict-remove dict-set
|
||||
dict-has-key?
|
||||
dict-ref
|
||||
dict-remove
|
||||
dict-set
|
||||
dict-keys
|
||||
dict-map
|
||||
dict-filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue