Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. 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.

  2. 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.

  3. 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.

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

    singletons-base Data.List.Singletons

    No documentation available.

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

    singletons-base Prelude.Singletons

    No documentation available.

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

    yi-core Yi.Config.Simple

    reverse if Backward

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

    yi-language Yi.Buffer.Basic

    reverse if Backward

  8. withReverse :: Bool -> Style

    yi-language Yi.Style

    A style that sets the style to underlined

  9. OutputReverse :: WriteOption

    text-icu Data.Text.ICU.BiDi

    write the output in reverse order

  10. ApplyReverseVideo :: StyleStateChange

    vty Graphics.Vty.DisplayAttributes

    No documentation available.

Page 46 of many | Previous | Next