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
One problem here is that for Seq and List there are two possible instances for AvocADO, because there are two possible implementations of Applicative. Specifically for those cases fa.zip(fb) is different than fa.flatMap(a => fb.map(a -> _)). We should figure out which one of those to use by default in the derivation.
For trivial types
AvocADO
should be derivable.Types that should be derivable:
The text was updated successfully, but these errors were encountered: