• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. intersectBySorted :: forall (m :: Type -> Type) a . Monad m => (a -> a -> Ordering) -> Stream m a -> Stream m a -> Stream m a

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  2. csort :: (CFreeMonoid f, Dom f a, Ord a) => f a -> f a

    subcategories Control.Subcategory.Foldable

    No documentation available.

  3. csortBy :: (CFreeMonoid f, Dom f a) => (a -> a -> Ordering) -> f a -> f a

    subcategories Control.Subcategory.Foldable

    No documentation available.

  4. AriaSortA :: Attribute "aria-sort" 'True 'False

    type-of-html Html.Type

    No documentation available.

  5. data RoomFilterSortBy

    webex-teams-api Network.WebexTeams

    Sorting option for room list API.

  6. RoomFilterSortByCreated :: RoomFilterSortBy

    webex-teams-api Network.WebexTeams

    No documentation available.

  7. RoomFilterSortById :: RoomFilterSortBy

    webex-teams-api Network.WebexTeams

    No documentation available.

  8. RoomFilterSortByLastActivity :: RoomFilterSortBy

    webex-teams-api Network.WebexTeams

    No documentation available.

  9. roomFilterSortBy :: RoomFilter -> Maybe RoomFilterSortBy

    webex-teams-api Network.WebexTeams

    Sort response by given option.

  10. data RoomFilterSortBy

    webex-teams-api Network.WebexTeams.Types

    Sorting option for room list API.

Page 162 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete