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.
pattern
SearchListVideoEmbeddable_Any :: SearchListVideoEmbeddablegogol-youtube Gogol.YouTube.Types Return all videos, embeddable or not.
pattern
SearchListVideoLicense_Any :: SearchListVideoLicensegogol-youtube Gogol.YouTube.Types Return all videos, regardless of which license they have, that match the query parameters.
pattern
SearchListVideoPaidProductPlacement_Any :: SearchListVideoPaidProductPlacementgogol-youtube Gogol.YouTube.Types Return all videos, paid product placement or not.
pattern
SearchListVideoSyndicated_Any :: SearchListVideoSyndicatedgogol-youtube Gogol.YouTube.Types Return all videos, syndicated or not.
pattern
SearchListVideoType_Any :: SearchListVideoTypegogol-youtube Gogol.YouTube.Types Return all videos.
pattern
VideoAgeGating_VideoGameRating_Anyone :: VideoAgeGating_VideoGameRatinggogol-youtube Gogol.YouTube.Types No documentation available.
insertMany :: (AllocM m, Key key, Value val) => Map key val -> Tree key val -> m (Tree key val)haskey-btree Data.BTree.Impure Bulk insert a bunch of key-value pairs in an impure B+-tree. You are responsible to make sure all keys is smaller than maxKeySize, otherwise a KeyTooLargeError can (but not always will) be thrown.
insertMany :: (AllocM m, Key key, Value val) => Map key val -> Tree key val -> m (Tree key val)haskey-btree Data.BTree.Impure.Internal.Insert Bulk insert a bunch of key-value pairs in an impure B+-tree. You are responsible to make sure all keys is smaller than maxKeySize, otherwise a KeyTooLargeError can (but not always will) be thrown.
-
haskey-btree Data.BTree.Impure.Internal.Insert No documentation available.
insertMany :: (AllocM m, Key k, Value v) => Map k v -> NonEmptyTree k v -> m (NonEmptyTree k v)haskey-btree Data.BTree.Impure.NonEmpty Bulk insert a bunch of key-value pairs into a NonEmptyTree.