diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-25 22:10:55 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-25 22:10:55 -0800 |
commit | 433208fa8537821178a08ee04af9575344aa4b28 (patch) | |
tree | 134d6825a9046037c30a4cfe3c02e351a33ce357 /txr.1 | |
parent | e0dd147ff4b7a0b915323d637b8f879e06d02a1f (diff) | |
download | txr-433208fa8537821178a08ee04af9575344aa4b28.tar.gz txr-433208fa8537821178a08ee04af9575344aa4b28.tar.bz2 txr-433208fa8537821178a08ee04af9575344aa4b28.zip |
doc: update definition of non-trivial pattern.
* txr.1: Under Pattern operator hash, include range
patterns wih non-trivial contents as being non-trivial.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40043,7 +40043,7 @@ An important concept in the requirements governing the operation of the operator is that of a trivial pattern. A pattern is non-trivial if it is a variable or operator pattern. -A pattern is also non-trivial if it is a list or vector pattern +A pattern is also non-trivial if it is a list, vector or range pattern containing at least one non-trivial pattern. Otherwise, it is trivial. The |