We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db08d31 commit 689b84dCopy full SHA for 689b84d
docs/pages/types.rst
@@ -47,7 +47,7 @@ You might face recursion problems with it:
47
>>> Fold.loop(items, Reader.from_value(0), lambda x: lambda y: x + y)(...)
48
Traceback (most recent call last):
49
...
50
- RecursionError: maximum recursion depth exceeded in comparison
+ RecursionError: ...
51
52
So, let's change how it works for this specific type:
53
0 commit comments