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. data SortSym0 (a1 :: TyFun [a] [a])

    singletons-base Data.List.Singletons

    No documentation available.

  2. type family SortSym1 (a6989586621679827095 :: [a]) :: [a]

    singletons-base Data.List.Singletons

    No documentation available.

  3. SortV :: Word16 -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: GCN; Default: 0; Minimum: 0

  4. type SortSpec = [SortField]

    hledger-lib Hledger.Reports.PostingsReport

    No documentation available.

  5. data SortField

    hledger-lib Hledger.Reports.ReportOptions

    No documentation available.

  6. type SortSpec = [SortField]

    hledger-lib Hledger.Reports.ReportOptions

    No documentation available.

  7. type family SortSymbols (xs :: [Symbol]) :: [Symbol]

    tmp-proc System.TmpProc.Docker

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

    Examples

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

  8. 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"]
    

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

    massiv-test Test.Massiv.Utils

    No documentation available.

  10. newtype SortedList a

    massiv-test Test.Massiv.Utils

    Sorted xs: guarantees that xs is sorted.

Page 77 of many | Previous | Next