You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We never noticed it because the number of iterations we were doing was hardcoded to 10000.
However if you go past that, e.g. 100000, then it fails with a StackOverflowException.
Noticed it while making that number configurable in #138.
The text was updated successfully, but these errors were encountered:
These
Sync
laws fail forSync[State[F, S, ?]]
:We never noticed it because the number of iterations we were doing was hardcoded to 10000.
However if you go past that, e.g. 100000, then it fails with a
StackOverflowException
.Noticed it while making that number configurable in #138.
The text was updated successfully, but these errors were encountered: