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
Ah... Hmm, well it's not entirely trivial to implement, you'd quite likely have to write your own variant on the multipart combinator from this package.
You can already have optional/required "fields" in the form, merely by using a Maybe for the optional fields, but the design of this package is such that you need to parse all the optional/required values in a single "aggregated" data type. Separating everything is a lot trickier I think.
It would be nice if we can distinguish between optional and required arguments.
The text was updated successfully, but these errors were encountered: