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.
toReverseString :: YiString -> Stringyi-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.
toReverseText :: YiString -> Textyi-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.
-
singletons-base Data.List.NonEmpty.Singletons No documentation available.
sReverse :: forall a (t :: [a]) . Sing t -> Sing (Apply (ReverseSym0 :: TyFun [a] [a] -> Type) t)singletons-base Data.List.Singletons No documentation available.
sReverse :: forall a (t :: [a]) . Sing t -> Sing (Apply (ReverseSym0 :: TyFun [a] [a] -> Type) t)singletons-base Prelude.Singletons No documentation available.
mayReverse :: Direction -> [a] -> [a]yi-core Yi.Config.Simple reverse if Backward
mayReverse :: Direction -> [a] -> [a]yi-language Yi.Buffer.Basic reverse if Backward
-
yi-language Yi.Style A style that sets the style to underlined
-
text-icu Data.Text.ICU.BiDi write the output in reverse order
ApplyReverseVideo :: StyleStateChangevty Graphics.Vty.DisplayAttributes No documentation available.