Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. popCntSorted :: (Unbox n, Integral n, Bits n, Ranked n) => Int -> Vector n

    OrderedBits Data.Bits.Ordered

    The slow default implementation. We sort the vector, not the list, as sorting will walk the whole data structure anyway, and the vector requires not as much memory. Replaced popCount &&& id as sort, which provides for a<b on equal popCount with popCount &&& activeBitsL which sorts according to a list of increasing bit indices. Mostly to stay in sync with the pred / succ functions below.

  2. clearFromCursorToLineBeginningCode :: String

    ansi-terminal-types System.Console.ANSI.Codes

    No documentation available.

  3. clearFromCursorToLineEndCode :: String

    ansi-terminal-types System.Console.ANSI.Codes

    No documentation available.

  4. clearFromCursorToScreenBeginningCode :: String

    ansi-terminal-types System.Console.ANSI.Codes

    No documentation available.

  5. clearFromCursorToScreenEndCode :: String

    ansi-terminal-types System.Console.ANSI.Codes

    No documentation available.

  6. writeSorted :: (C a, Storable a) => Path w a -> [[KeyCount w a]] -> IO ()

    battleship-combinatorics Combinatorics.Battleship.Count.CountMap

    No documentation available.

  7. getInitialSortedScroll :: forall a m . (MonadBH m, FromJSON a) => IndexName -> Search -> m (SearchResult a)

    bloodhound Database.Bloodhound.Common.Client

    For a given search, request a scroll for efficient streaming of search results. Combine this with advanceScroll to efficiently stream through the full result set. Note that this search respects sorting and may be less efficient than getInitialScroll.

  8. getInitialSortedScroll :: FromJSON a => IndexName -> Search -> BHRequest StatusDependant (SearchResult a)

    bloodhound Database.Bloodhound.Common.Requests

    For a given search, request a scroll for efficient streaming of search results. Combine this with advanceScroll to efficiently stream through the full result set. Note that this search respects sorting and may be less efficient than getInitialScroll.

  9. data DefaultSort

    bloodhound Database.Bloodhound.Common.Types

    DefaultSort is usually the kind of SortSpec you'll want. There's a mkSort convenience function for when you want to specify only the most common parameters. The ignoreUnmapped, when Just field is used to set the elastic unmapped_type http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html#search-request-sort

  10. DefaultSort :: FieldName -> SortOrder -> Maybe Text -> Maybe SortMode -> Maybe Missing -> Maybe Filter -> DefaultSort

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 178 of many | Previous | Next