Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
findFollowersByID :: (FeatureErrorMapper AccountError e, AquireFollowers m) => UserID -> m (Either e [UserID]) Source #
class Monad m => AquireFollowers m where Source #
findFollowerIDsByID :: UserID -> m (Either AccountError [UserID]) Source #
Instances
(Monad m, MonadUnliftIO m, MonadDB m) => AquireFollowers m Source # | |
Defined in Conduit.Features.Account.Common.FindFollowersByID findFollowerIDsByID :: UserID -> m (Either AccountError [UserID]) Source # |