Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
vty Graphics.Vty.Attributes Valid style attributes include:
- standout
- underline
- reverseVideo
- blink
- dim
- bold/bright
- italic
- strikethrough (via the smxx/rmxx terminfo capabilities)
reverseOnto :: Chunks -> Chunks -> Chunksbyteslice Data.Bytes.Chunks Variant of reverse that allows the caller to provide an initial list of chunks that the reversed chunks will be pushed onto.
-
massiv Data.Massiv.Array Reverse an array along some dimension. Same as reverseM, but throws the IndexDimensionException from pure code.
-
massiv Data.Massiv.Array Similarly to reverse, flip an array along a particular dimension, but throws IndexDimensionException for an incorrect dimension.
reverseScanr :: (Char -> Char -> Char) -> Char -> Stream Char -> Stream Charjsaddle Data.JSString.Internal.Fusion O(n) Perform the equivalent of scanr over a list, only with the input and result reversed.
reverseStream :: JSString -> Stream Charjsaddle Data.JSString.Internal.Fusion O(n) Convert a JSString into a 'Stream Char', but iterate backwards.
reversedPrefix :: Functor f => ([a] -> f [a]) -> PointedList a -> f (PointedList a)pointedlist Data.List.PointedList Lens compatible with Control.Lens.
reverseClip :: Clip s n -> Clip s nbrick Brick.Animation Reverse a clip.
reverseBinaryDigits :: Integral a => a -> Unfoldr adeferred-folds DeferredFolds.Unfoldr Binary digits of a non-negative integral number in reverse order.
reverseDecimalDigits :: Integral a => a -> Unfoldr adeferred-folds DeferredFolds.Unfoldr Decimal digits of a non-negative integral number in reverse order. More efficient than decimalDigits.