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
tomland users may want to support parsing that depends on version. Since we don't have Monad instance anymore, it's not possible easily. But the selective package has a function bindS that allows having this case ... of behavior for Enum fields (which is how I expect versions to be implemented).
The text was updated successfully, but these errors were encountered:
tomland
users may want to support parsing that depends on version. Since we don't haveMonad
instance anymore, it's not possible easily. But theselective
package has a function bindS that allows having thiscase ... of
behavior forEnum
fields (which is how I expect versions to be implemented).The text was updated successfully, but these errors were encountered: