Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. sortModeLens :: Lens' DefaultSort (Maybe SortMode)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. sortOrder :: DefaultSort -> SortOrder

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. sortOrderLens :: Lens' DefaultSort SortOrder

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. sortIncludeRenaming :: IncludeRenaming -> IncludeRenaming

    cabal-gild CabalGild.Unstable.Type.Mixin

    Sorts both includeProvidesRn and includeRequiresRn fields using sortModuleRenaming.

  5. sortMixin :: Mixin -> Mixin

    cabal-gild CabalGild.Unstable.Type.Mixin

    Sorts the mixinIncludeRenaming field using sortIncludeRenaming.

  6. sortModuleRenaming :: ModuleRenaming -> ModuleRenaming

    cabal-gild CabalGild.Unstable.Type.Mixin

    Sorts both HidingRenaming and ModuleRenaming variants.

  7. sortGroupOn :: Ord b => (a -> b) -> [a] -> [(b, [a])]

    cabal-install Distribution.Client.CmdErrorMessages

    When rendering lists of things it often reads better to group related things, e.g. grouping components by package name

    renderListSemiAnd
    [     "the package " ++ prettyShow pkgname ++ " components "
    ++ renderListCommaAnd showComponentName components
    | (pkgname, components) <- sortGroupOn packageName allcomponents ]
    

  8. sort' :: Expr -> Expr

    code-conjure Conjure.Engine

    List sort lifted over the Expr type. Works for the element types Int, Char and Bool.

    > sort' $ unit one
    sort [1] :: Int
    
    > sort' $ unit bee
    sort "b" :: Int
    
    > sort' $ zero -:- unit two
    sort [0,2] :: Int
    
    > evl $ sort' $ two -:- unit one :: [Int]
    [1,2]
    

  9. sort' :: Expr -> Expr

    code-conjure Conjure.Expr

    List sort lifted over the Expr type. Works for the element types Int, Char and Bool.

    > sort' $ unit one
    sort [1] :: Int
    
    > sort' $ unit bee
    sort "b" :: Int
    
    > sort' $ zero -:- unit two
    sort [0,2] :: Int
    
    > evl $ sort' $ two -:- unit one :: [Int]
    [1,2]
    

  10. sortOrder :: CoinDetails -> String

    cryptocompare CryptoCompare

    No documentation available.

Page 38 of many | Previous | Next