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. nubSortBy :: (a -> a -> Ordering) -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The nubSortBy function is the non-overloaded version of nubSort.

  2. nubSortOn :: Ord b => (a -> b) -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The nubSortOn function provides decorate-sort-undecorate for nubSort.

  3. nubSortOn' :: Ord b => (a -> b) -> [a] -> [a]

    data-ordlist Data.List.Ordered

    This variant of nubSortOn recomputes the sorting key for each comparison

  4. toUnsortedList :: Heap a -> [a]

    heaps Data.Heap

    O(n). Returns the elements in the heap in some arbitrary, very likely unsorted, order.

    >>> toUnsortedList (fromList [3,1,2])
    [1,3,2]
    
    fromList . toUnsortedListid
    

  5. postingsOrTransactionsReportAsText :: Bool -> CliOpts -> (Int -> Int -> (a, [WideBuilder], [WideBuilder]) -> Builder) -> (a -> MixedAmount) -> (a -> MixedAmount) -> [a] -> Builder

    hledger Hledger.Cli.Utils

    Render a PostingsReport or AccountTransactionsReport as Text, determining the appropriate starting widths and increasing as necessary.

  6. CustomSort :: DataValues -> SortProperty

    hvega Graphics.Vega.VegaLite

    Custom sort order listing data values explicitly.

  7. FSort :: [SortProperty] -> FacetChannel

    hvega Graphics.Vega.VegaLite

    Sort order for the encoded field.

  8. MSort :: [SortProperty] -> MarkChannel

    hvega Graphics.Vega.VegaLite

    Sort order.

  9. OSort :: [SortProperty] -> OrderChannel

    hvega Graphics.Vega.VegaLite

    Sort order for field when encoding with an order channel.

  10. PSort :: [SortProperty] -> PositionChannel

    hvega Graphics.Vega.VegaLite

    Sort order for field when encoding with a position channel.

Page 129 of many | Previous | Next