Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

    strict-list StrictList

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

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

  3. _isoReverse :: IconSetOptions -> Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

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

  4. isoReverse :: Lens' IconSetOptions Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

  5. timeDeltaReverse :: Delta Time -> Delta Time

    LambdaHack Game.LambdaHack.Common.Time

    Reverse a time vector.

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

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

    alfred-margaret Data.Text.AhoCorasick.Splitter

    Like split, but return the substrings in reverse order.

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

    alfred-margaret Data.Text.AhoCorasick.Splitter

    Like splitIgnoreCase, but return the substrings in reverse order.

  9. yieldToReverseList :: forall a (es :: Effects) r . (forall (e :: Effects) . () => Stream a e -> Eff (e :& es) r) -> Eff es ([a], r)

    bluefin-internal Bluefin.Internal

    This is more efficient than yieldToList because it gathers the elements into a stack in reverse order. yieldToList then reverses that stack.

    >>> runPureEff $ yieldToReverseList $ \y -> do
    yield y 1
    yield y 2
    yield y 100
    ([100,2,1], ())
    

  10. pattern PRINT_SETTINGS_REVERSE :: Text

    gi-gtk3 GI.Gtk.Constants

    No description available in the introspection data.

Page 66 of many | Previous | Next