Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. class Sort f => SortKey (f :: Type -> Type)

    non-empty Data.NonEmpty.Class

    No documentation available.

  2. data SortOpts

    hedis Database.Redis

    Options for the sort command.

  3. SortOpts :: Maybe ByteString -> (Integer, Integer) -> [ByteString] -> SortOrder -> Bool -> SortOpts

    hedis Database.Redis

    No documentation available.

  4. data SortOrder

    hedis Database.Redis

    No documentation available.

  5. data SortOpts

    hedis Database.Redis.Sentinel

    Options for the sort command.

  6. SortOpts :: Maybe ByteString -> (Integer, Integer) -> [ByteString] -> SortOrder -> Bool -> SortOpts

    hedis Database.Redis.Sentinel

    No documentation available.

  7. data SortOrder

    hedis Database.Redis.Sentinel

    No documentation available.

  8. data SortedList a

    diagrams-core Diagrams.Core

    A newtype wrapper around a list which maintains the invariant that the list is sorted. The constructor is not exported; use the smart constructor mkSortedList (which sorts the given list) instead.

  9. data SortedList a

    diagrams-core Diagrams.Core.Trace

    A newtype wrapper around a list which maintains the invariant that the list is sorted. The constructor is not exported; use the smart constructor mkSortedList (which sorts the given list) instead.

  10. type family SortBy (a1 :: a ~> a ~> Ordering) (a2 :: NonEmpty a) :: NonEmpty a

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

Page 77 of many | Previous | Next