diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-11-08 07:14:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-11-08 07:14:57 -0800 |
commit | 9a394a7176bd0c9f7668dd79792a91ada4e2b8f7 (patch) | |
tree | b6ab19c0b985ff17ee8b147cf5292fc4c01f0fc8 | |
parent | a9cfaa884fd57ad73ddedb108e044d8a1c01d5f8 (diff) | |
download | txr-9a394a7176bd0c9f7668dd79792a91ada4e2b8f7.tar.gz txr-9a394a7176bd0c9f7668dd79792a91ada4e2b8f7.tar.bz2 txr-9a394a7176bd0c9f7668dd79792a91ada4e2b8f7.zip |
doc: mention :weak-or and :weak-and in syntax.
* txr.1: The syntax synopsis for the hash function neglects
to mention the :weak-or and :weak-and symbols.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52224,7 +52224,7 @@ becomes unspecified. .synb .mets (make-hash < weak-keys < weak-vals .mets \ \ \ \ \ \ \ \ \ \ < equal-based <> [ hash-seed ]) -.mets (hash {:weak-keys | :weak-vals | +.mets (hash {:weak-keys | :weak-vals | :weak-or | :weak-and .mets \ \ \ \ \ \ :eql-based | :equal-based | .mets \ \ \ \ \ \ :eq-based | :userdata << obj }*) .syne |