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.

  1. smmsLastModifiedTime :: Lens' SageMakerMonitoringSchedule (Maybe (Val Text))

    stratosphere Stratosphere.Resources.SageMakerMonitoringSchedule

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-monitoringschedule.html#cfn-sagemaker-monitoringschedule-lastmodifiedtime

  2. smmsLastMonitoringExecutionSummary :: Lens' SageMakerMonitoringSchedule (Maybe SageMakerMonitoringScheduleMonitoringExecutionSummary)

    stratosphere Stratosphere.Resources.SageMakerMonitoringSchedule

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-monitoringschedule.html#cfn-sagemaker-monitoringschedule-lastmonitoringexecutionsummary

  3. contListMap :: (a -> (b -> r) -> r) -> ([b] -> (c -> r) -> r) -> [a] -> (c -> r) -> r

    streamly 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

  4. fromListM :: (MonadAsync m, IsStream t) => [m a] -> t m a

    streamly 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.

  5. fromListM :: (MonadAsync m, IsStream t) => [m a] -> t m a

    streamly 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.

  6. partCompareListMaybe :: Eq a => [Maybe a] -> [Maybe a] -> Maybe Ordering

    swish Data.Ord.Partial

    Part-ordering comparison on lists of Maybe values.

  7. 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.

  8. promoteChatMemberCanPostMessages :: PromoteChatMemberRequest -> Maybe Bool

    telegram-bot-api Telegram.Bot.API.Methods.PromoteChatMember

    Pass True, if the administrator can create channel posts, channels only.

  9. setChatMenuButtonRequestMenuButton :: SetChatMenuButtonRequest -> Maybe MenuButton

    telegram-bot-api Telegram.Bot.API.Methods.SetChatMenuButton

    A JSON-serialized object for the new bot's menu button. Defaults to MenuButtonDefault.

  10. setMessageReactionRequestMessageId :: SetMessageReactionRequest -> MessageId

    telegram-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.

Page 219 of many | Previous | Next