Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
findUserProfileByID :: (FeatureErrorMapper AccountError e, AcquireProfile m) => UserID -> Maybe UserID -> m (Either e UserProfile) Source #
class Monad m => AcquireProfile m where Source #
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 findUserByID :: UserID -> Maybe UserID -> m (Either AccountError UserProfile) Source # |