Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. takeReversed :: Int -> List a -> List a

    strict-list StrictList

    Leave only the specified amount of elements, in reverse order.

  2. takeWhileReversed :: (a -> Bool) -> List a -> List a

    strict-list StrictList

    Leave only the first elements satisfying the predicate, producing a list in reversed order.

  3. toListReversed :: List a -> [a]

    strict-list StrictList

    Convert to lazy list in normal form (with all elements and spine evaluated).

  4. unsafeReverseSeptets :: Int -> [Word8] -> TextBuilder

    text-builder-core TextBuilderCore

    Same as unsafeSeptets, but writes the bytes in reverse order and requires the size to be precise.

    >>> unsafeReverseSeptets 3 (fmap (+48) [1, 2, 3])
    "321"
    

  5. _isoReverse :: IconSetOptions -> Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    reverses the default order of the icons in the specified icon set

  6. isoReverse :: Lens' IconSetOptions Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

  7. timeDeltaReverse :: Delta Time -> Delta Time

    LambdaHack Game.LambdaHack.Common.Time

    Reverse a time vector.

  8. fromReverseList :: [a] -> Acc a

    acc Acc

    Construct from list in reverse order. This is more efficient than fromList, which is actually defined as fromReverseList . reverse.

  9. splitReverse :: Splitter -> Text -> NonEmpty Text

    alfred-margaret Data.Text.AhoCorasick.Splitter

    Like split, but return the substrings in reverse order.

  10. splitReverseIgnoreCase :: Splitter -> Text -> NonEmpty Text

    alfred-margaret Data.Text.AhoCorasick.Splitter

    Like splitIgnoreCase, but return the substrings in reverse order.

Page 66 of many | Previous | Next