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