Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern VideosListMyRating_Dislike :: VideosListMyRating

    gogol-youtube Gogol.YouTube.Types

    The entity is disliked.

  2. pattern VideosListMyRating_Like :: VideosListMyRating

    gogol-youtube Gogol.YouTube.Types

    The entity is liked.

  3. pattern VideosListMyRating_None :: VideosListMyRating

    gogol-youtube Gogol.YouTube.Types

    No documentation available.

  4. fromCommentThreadsListModerationStatus :: CommentThreadsListModerationStatus -> Text

    gogol-youtube Gogol.YouTube.Types

    No documentation available.

  5. fromMembersListMode :: MembersListMode -> Text

    gogol-youtube Gogol.YouTube.Types

    No documentation available.

  6. fromVideosListMyRating :: VideosListMyRating -> Text

    gogol-youtube Gogol.YouTube.Types

    No documentation available.

  7. newLiveBroadcastMonetizationDetails :: LiveBroadcastMonetizationDetails

    gogol-youtube Gogol.YouTube.Types

    Creates a value of LiveBroadcastMonetizationDetails with the minimum fields required to make a request.

  8. lastM :: forall (u :: Type -> Type) a (v :: Type -> Type) b m . (Vector u a, Vector v b, Monad m) => Vector u v (a, b) -> m (a, b)

    hybrid-vectors Data.Vector.Hybrid

    O(1) Last element of a vector in a monad. See indexM for an explanation of why this is useful.

  9. unsafeLastM :: forall (u :: Type -> Type) a (v :: Type -> Type) b m . (Vector u a, Vector v b, Monad m) => Vector u v (a, b) -> m (a, b)

    hybrid-vectors Data.Vector.Hybrid

    O(1) Last element in a monad without checking for empty vectors. See indexM for an explanation of why this is useful.

  10. requestMediaKeySystemAccess :: (MonadDOM m, ToJSString keySystem) => Navigator -> keySystem -> [MediaKeySystemConfiguration] -> m MediaKeySystemAccess

    jsaddle-dom JSDOM.Custom.Navigator

    Mozilla Navigator.requestMediaKeySystemAccess documentation

Page 356 of many | Previous | Next