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. patchThatChangesAndSortsMapWith :: (Ord k, Ord (PatchTarget p), Monoid p) => (PatchTarget p -> PatchTarget p -> Ordering) -> Map k (PatchTarget p) -> Map k (PatchTarget p) -> PatchMapWithPatchingMove k p

    patch Data.Patch.MapWithPatchingMove

    Create a PatchMapWithPatchingMove that, if applied to the first Map provided, will produce a Map with the same values as the second Map but with the values sorted with the given ordering function.

  2. patchThatSortsMapWith :: (Ord k, Monoid p) => (PatchTarget p -> PatchTarget p -> Ordering) -> Map k (PatchTarget p) -> PatchMapWithPatchingMove k p

    patch Data.Patch.MapWithPatchingMove

    Create a PatchMapWithPatchingMove that, if applied to the given Map, will sort its values using the given ordering function. The set keys of the Map is not changed.

  3. renderSortKey :: SortKey -> String

    unicode-collation Text.Collate

    Render sort key in the manner used in the CLDR collation test data: the character '|' is used to separate the levels of the key and corresponds to a 0 in the actual sort key.

  4. DemoteDisplayAndSort :: DemoteNonDroppingParticle

    citeproc Citeproc.Types

    No documentation available.

  5. DemoteSortOnly :: DemoteNonDroppingParticle

    citeproc Citeproc.Types

    No documentation available.

  6. data NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  7. NameAsSortOrderAll :: NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  8. NameAsSortOrderFirst :: NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  9. layoutSortKeys :: Layout a -> [SortKey a]

    citeproc Citeproc.Types

    No documentation available.

  10. nameAsSortOrder :: NameFormat -> Maybe NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

Page 126 of many | Previous | Next