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
Realized that Belt functions like Belt.Option.map are still curried, and we need to use the uncurried versions to clear up errors in generated decoders in some situations.
Adds explicit types to the generated decoder functions, so encoders always produce a Js.Json.t, and decoders always take a Js.Json.t, this could break your project if you were using @decco.codec to work with non-json values.