Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
handleUserFollow :: ScottyT AppM () Source #
followUser :: (AcquireProfile m, CreateFollow m) => UserID -> Text -> m (Either AccountError UserProfile) Source #
class Monad m => CreateFollow m where Source #
Instances
(Monad m, MonadDB m, MonadUnliftIO m) => CreateFollow m Source # | |
Defined in Conduit.Features.Account.Follows.FollowUser |