aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-10 08:31:09 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-10 08:31:09 -0500
commit701e1c7dad225351cc4c8ef68f6e487fd79a3e1f (patch)
treed092c53d5731e12a512d6ecdeab22042f4b55d40 /README.md
parent16c69a69e0c754d77623f82047a8e0b90a569238 (diff)
readme tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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