From 701e1c7dad225351cc4c8ef68f6e487fd79a3e1f Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 10 Jul 2020 08:31:09 -0500 Subject: readme tweaks --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8adc7cd..e086af2 100644 --- a/README.md +++ b/README.md @@ -262,9 +262,11 @@ And some experimental tools: first generating the memebers of `gen` that pass the predicate `pred`, and the second generating those that don't. -Both of the above are marked as EXPERIMENTAL because by consuming the -generators that the above form produces new memory might be -consed. See the docstrings. +Both of the above are marked as EXPERIMENTAL because they may not be +in line with the the spirit of this library. I wanted the library to +produce constant-memory operations. However, when you consume the +generators that the above forms produce, then new memory will be +consed during consumption. See the docstrings for both forms for more details. ### The Fundamental Consumer -- cgit v1.2.3