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 | 372315055a4437b02aa4efc3e60c2ac4b1565677 (patch) | |
tree | b6ab19c0b985ff17ee8b147cf5292fc4c01f0fc8 | |
parent | 3c6dc6d875428dfd0fe06cb8373ffcf7717feb71 (diff) | |
download | txr-372315055a4437b02aa4efc3e60c2ac4b1565677.tar.gz txr-372315055a4437b02aa4efc3e60c2ac4b1565677.tar.bz2 txr-372315055a4437b02aa4efc3e60c2ac4b1565677.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 |