Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Conduit.Features.Account.Common.FindProfileByID
Documentation
findUserProfileByID :: (FeatureErrorMapper AccountError e, AcquireProfile m) => UserID -> Maybe UserID -> m (Either e UserProfile) Source #
class Monad m => AcquireProfile m where Source #
Methods
findUserByID :: UserID -> Maybe UserID -> m (Either AccountError UserProfile) Source #
Instances
(Monad m, MonadUnliftIO m, MonadDB m) => AcquireProfile m Source # | |
Defined in Conduit.Features.Account.Common.FindProfileByID Methods findUserByID :: UserID -> Maybe UserID -> m (Either AccountError UserProfile) Source # |