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
{{ message }}
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.
In the middle of the third paragraph of 7.8 Combining Effect,
But to lift a function of
a -> a -> a -> List a
tof a -> f a -> f a -> f (List a)
we use theApplicative
instance off
, not one ofList
.The text was updated successfully, but these errors were encountered: