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
This may very well already work perfectly. If that's the case, we should just document it and maybe add a test. If it doesn't work, we should make it possible.
The Elm example uses nested comments as their recursive structure. They have a special helper function (lazy), but that might be because their decoders have a newtype wrapper, while ours are functions (and might be more naturally lazy as a result?).
The text was updated successfully, but these errors were encountered:
I'm going to wait for 2.x to document this, because it's easiest to understand the need for this in the context of record types, and record decoding will change quite a bit with the deprecation of Pipeline and the addition of letops.
This may very well already work perfectly. If that's the case, we should just document it and maybe add a test. If it doesn't work, we should make it possible.
The Elm example uses nested comments as their recursive structure. They have a special helper function (
lazy
), but that might be because their decoders have a newtype wrapper, while ours are functions (and might be more naturally lazy as a result?).The text was updated successfully, but these errors were encountered: