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 | 7987dda0e5a1634db5351303a391cc00803efac5 (patch) | |
tree | 134d6825a9046037c30a4cfe3c02e351a33ce357 | |
parent | 5cc68c7077460ee8fb542c6c48cbae326b5b98d8 (diff) | |
download | txr-7987dda0e5a1634db5351303a391cc00803efac5.tar.gz txr-7987dda0e5a1634db5351303a391cc00803efac5.tar.bz2 txr-7987dda0e5a1634db5351303a391cc00803efac5.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.
-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 |