Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Conduit.Features.Articles.Comments.DeleteComment
Documentation
handleCommentDeletion :: ScottyT AppM () Source #
deleteComment :: DeleteComment m => CommentID -> UserID -> m (Either ArticleError ()) Source #
class Monad m => DeleteComment m where Source #
Methods
deleteCommentByID :: CommentID -> UserID -> m (Either ArticleError ()) Source #
Instances
(Monad m, MonadDB m, MonadUnliftIO m) => DeleteComment m Source # | |
Defined in Conduit.Features.Articles.Comments.DeleteComment Methods deleteCommentByID :: CommentID -> UserID -> m (Either ArticleError ()) Source # |