Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. sortEvents :: T -> T

    midi Sound.MIDI.File

    Deprecated: only use this for debugging

  2. sortKey :: Collator -> Text -> ByteString

    text-icu Data.Text.ICU

    Create a key for sorting the Text using the given Collator. The result of comparing two ByteStrings that have been transformed with sortKey will be the same as the result of collate on the two untransformed Texts.

  3. sortKey :: MCollator -> Text -> IO ByteString

    text-icu Data.Text.ICU.Collate

    Create a key for sorting the Text using the given Collator. The result of comparing two ByteStrings that have been transformed with sortKey will be the same as the result of collate on the two untransformed Texts.

  4. sortBy :: PrimType ty => (ty -> ty -> Ordering) -> Block ty -> Block ty

    basement Basement.Block

    No documentation available.

  5. sortBy :: (ty -> ty -> Ordering) -> Array ty -> Array ty

    basement Basement.BoxedArray

    No documentation available.

  6. sortBy :: forall ty (n :: Nat) . PrimType ty => (ty -> ty -> Ordering) -> BlockN n ty -> BlockN n ty

    basement Basement.Sized.Block

    No documentation available.

  7. sortBy :: forall ty (n :: Nat) . PrimType ty => (ty -> ty -> Ordering) -> UVect n ty -> UVect n ty

    basement Basement.Sized.UVect

    No documentation available.

  8. sortBy :: forall ty (n :: Nat) . (ty -> ty -> Ordering) -> Vect n ty -> Vect n ty

    basement Basement.Sized.Vect

    No documentation available.

  9. sortBy :: (Char -> Char -> Ordering) -> String -> String

    basement Basement.String

    Sort the character in a String using a specific sort function TODO: optimise not going through a list

  10. sortBy :: PrimType ty => (ty -> ty -> Ordering) -> UArray ty -> UArray ty

    basement Basement.UArray

    No documentation available.

Page 24 of many | Previous | Next