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.
-
midi Sound.MIDI.File Deprecated: only use this for debugging
sortKey :: Collator -> Text -> ByteStringtext-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.
sortKey :: MCollator -> Text -> IO ByteStringtext-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.
sortBy :: PrimType ty => (ty -> ty -> Ordering) -> Block ty -> Block tybasement Basement.Block No documentation available.
sortBy :: (ty -> ty -> Ordering) -> Array ty -> Array tybasement Basement.BoxedArray No documentation available.
sortBy :: forall ty (n :: Nat) . PrimType ty => (ty -> ty -> Ordering) -> BlockN n ty -> BlockN n tybasement Basement.Sized.Block No documentation available.
sortBy :: forall ty (n :: Nat) . PrimType ty => (ty -> ty -> Ordering) -> UVect n ty -> UVect n tybasement Basement.Sized.UVect No documentation available.
sortBy :: forall ty (n :: Nat) . (ty -> ty -> Ordering) -> Vect n ty -> Vect n tybasement Basement.Sized.Vect No documentation available.
sortBy :: (Char -> Char -> Ordering) -> String -> Stringbasement Basement.String Sort the character in a String using a specific sort function TODO: optimise not going through a list
sortBy :: PrimType ty => (ty -> ty -> Ordering) -> UArray ty -> UArray tybasement Basement.UArray No documentation available.