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. type family SortSymbols (xs :: [Symbol]) :: [Symbol]

    tmp-proc System.TmpProc.TypeLevel.Sort

    Sort a list of type-level symbols using merge sort.

    Examples

    >>> :kind! SortSymbols '["xyz", "def", "abc"]
    SortSymbols '["xyz", "def", "abc"] :: [Symbol]
    = '["abc", "def", "xyz"]
    

  2. Sorted :: [a] -> SortedList a

    massiv-test Test.Massiv.Utils

    No documentation available.

  3. newtype SortedList a

    massiv-test Test.Massiv.Utils

    Sorted xs: guarantees that xs is sorted.

  4. newtype SortKey

    unicode-collation Text.Collate

    No documentation available.

  5. SortKey :: [Word16] -> SortKey

    unicode-collation Text.Collate

    No documentation available.

  6. data SortDirection

    citeproc Citeproc.Types

    No documentation available.

  7. data SortKey a

    citeproc Citeproc.Types

    No documentation available.

  8. SortKeyMacro :: SortDirection -> [Element a] -> SortKey a

    citeproc Citeproc.Types

    No documentation available.

  9. data SortKeyValue

    citeproc Citeproc.Types

    No documentation available.

  10. SortKeyValue :: SortDirection -> Maybe [Text] -> SortKeyValue

    citeproc Citeproc.Types

    No documentation available.

Page 80 of many | Previous | Next