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
The functions forM_ and mapM_ (and other similar functions doing monadic folds) appearing in ClassyPrelude require that they be used for a Monad, when an Applicative would be enough. Is there a technical reason for this?
The functions
forM_andmapM_(and other similar functions doing monadic folds) appearing in ClassyPrelude require that they be used for aMonad, when anApplicativewould be enough. Is there a technical reason for this?