summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.19
1 files changed, 9 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 0430512e..775c5402 100644
--- a/txr.1
+++ b/txr.1
@@ -39548,6 +39548,15 @@ then there is no such binding: compound forms beginning with
do not undergo place macro expansion.
.SS* Structural Pattern Matching
+
+Warning: the following documentation describes new functionality appearing in
+\*(TX 247, which is in a "beta" state. Though the \*(TX project is committed to
+this feature, the detailed requirements documented here may change without
+maintaining backward compatibility. Programs relying on these features may
+require maintenance when upgrading to a newer version. When this situation
+changes in a future version of \*(TX, the manual for that version will no
+longer contain this notice.
+
\*(TL provides a structural pattern matching system. Structural pattern
matching is a syntax which allows for the succinct expression of code
which classifies objects according to their shape and content, and which