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
Even though zip, zipLeft, zipRight and zipWith on JsonDecoder all take their second decoder by name, they internally delegate to JsonDecoder.tuple2. This renders them effectively non-lazy.
Here is an example of code which one might expect to work but which throws a stack overflow error:
As discussed on discord:
Even though
zip
,zipLeft
,zipRight
andzipWith
onJsonDecoder
all take their second decoder by name, they internally delegate toJsonDecoder.tuple2
. This renders them effectively non-lazy.Here is an example of code which one might expect to work but which throws a stack overflow error:
The text was updated successfully, but these errors were encountered: