diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-10 08:31:09 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-10 08:31:09 -0500 |
commit | 701e1c7dad225351cc4c8ef68f6e487fd79a3e1f (patch) | |
tree | d092c53d5731e12a512d6ecdeab22042f4b55d40 | |
parent | 16c69a69e0c754d77623f82047a8e0b90a569238 (diff) |
readme tweaks
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |