Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. wordReverseBytes# :: Word# -> Word#

    ghc-bignum GHC.Num.Primitives

    Reverse bytes in a Word#

  2. defaultReverse :: IsSequence seq => seq -> seq

    mono-traversable Data.Sequences

    Use Data.List's implementation of reverse.

  3. toReverseString :: YiString -> String

    yi-rope Yi.Rope

    See toReverseText. Note that it is actually ~4.5 times faster to use toReverseText and unpack the result than to convert to String and use reverse.

  4. toReverseText :: YiString -> Text

    yi-rope Yi.Rope

    Spits out the underlying string, reversed. Note that this is actually slightly faster than manually unrolling the tree from the end, reverseing each chunk and concating, at least with -O2 which you really need to be using with Text anyway.

  5. sReverse :: forall a (t :: NonEmpty a) . Sing t -> Sing (Apply (ReverseSym0 :: TyFun (NonEmpty a) (NonEmpty a) -> Type) t)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  6. sReverse :: forall a (t :: [a]) . Sing t -> Sing (Apply (ReverseSym0 :: TyFun [a] [a] -> Type) t)

    singletons-base Data.List.Singletons

    No documentation available.

  7. sReverse :: forall a (t :: [a]) . Sing t -> Sing (Apply (ReverseSym0 :: TyFun [a] [a] -> Type) t)

    singletons-base Prelude.Singletons

    No documentation available.

  8. mayReverse :: Direction -> [a] -> [a]

    yi-core Yi.Config.Simple

    reverse if Backward

  9. mayReverse :: Direction -> [a] -> [a]

    yi-language Yi.Buffer.Basic

    reverse if Backward

  10. withReverse :: Bool -> Style

    yi-language Yi.Style

    A style that sets the style to underlined

Page 46 of many | Previous | Next