Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
smmsLastModifiedTime :: Lens' SageMakerMonitoringSchedule (Maybe (Val Text))stratosphere Stratosphere.Resources.SageMakerMonitoringSchedule -
stratosphere Stratosphere.Resources.SageMakerMonitoringSchedule contListMap :: (a -> (b -> r) -> r) -> ([b] -> (c -> r) -> r) -> [a] -> (c -> r) -> rstreamly Streamly.Internal.Data.Cont Given a continuation based transformation from a to b and a continuation based transformation from [b] to c, make continuation based transformation from [a] to c. Pre-release
fromListM :: (MonadAsync m, IsStream t) => [m a] -> t m astreamly Streamly.Internal.Data.Stream.IsStream >>> fromListM = Stream.fromFoldableM >>> fromListM = Stream.sequence . Stream.fromList >>> fromListM = Stream.mapM id . Stream.fromList >>> fromListM = Prelude.foldr Stream.consM Stream.nil
Construct a stream from a list of monadic actions. This is more efficient than fromFoldableM for serial streams.fromListM :: (MonadAsync m, IsStream t) => [m a] -> t m astreamly Streamly.Prelude >>> fromListM = Stream.fromFoldableM >>> fromListM = Stream.sequence . Stream.fromList >>> fromListM = Stream.mapM id . Stream.fromList >>> fromListM = Prelude.foldr Stream.consM Stream.nil
Construct a stream from a list of monadic actions. This is more efficient than fromFoldableM for serial streams.partCompareListMaybe :: Eq a => [Maybe a] -> [Maybe a] -> Maybe Orderingswish Data.Ord.Partial Part-ordering comparison on lists of Maybe values.
deleteMessagesRequestMessageIds :: DeleteMessagesRequest -> [MessageId]telegram-bot-api Telegram.Bot.API.Methods.DeleteMessages Identifiers of 1-100 messages to delete. See deleteMessage for limitations on which messages can be deleted.
promoteChatMemberCanPostMessages :: PromoteChatMemberRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.PromoteChatMember Pass True, if the administrator can create channel posts, channels only.
setChatMenuButtonRequestMenuButton :: SetChatMenuButtonRequest -> Maybe MenuButtontelegram-bot-api Telegram.Bot.API.Methods.SetChatMenuButton A JSON-serialized object for the new bot's menu button. Defaults to MenuButtonDefault.
setMessageReactionRequestMessageId :: SetMessageReactionRequest -> MessageIdtelegram-bot-api Telegram.Bot.API.Methods.SetMessageReaction Identifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead.