• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. sortWith :: Ord o => (a -> o) -> NonEmpty a -> NonEmpty a

    Agda Agda.Utils.List1

    sortWith for NonEmpty, behaves the same as:

    sortBy . comparing
    

  2. sortPair :: Ord a => (a, a) -> (a, a)

    Agda Agda.Utils.Tuple

    Order a pair.

  3. sortRulesByPrecedence :: [Rule] -> [(Integer, Rule)]

    BNFC BNFC.CF

    Sort rules by descending precedence.

  4. sort2B :: (IfB a, OrdB a) => (a, a) -> (a, a)

    Boolean Data.Boolean

    Variant of min and max using ifB and (<=*)

  5. sortActionOnDate :: ActionOnDate -> ActionOnDate -> Ordering

    Hastructure Deal.DealBase

    No documentation available.

  6. sort2Concat :: [[String]] -> Concatenations

    aftovolio Aftovolio.General.PrepareText

    No documentation available.

  7. sortBody :: Search -> Maybe Sort

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. sortFieldName :: DefaultSort -> FieldName

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. sortFieldNameLens :: Lens' DefaultSort FieldName

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  10. sortMode :: DefaultSort -> Maybe SortMode

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 37 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete