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. data A_ReversedPrism

    optics-core Optics.ReversedPrism

    Tag for a reversed prism.

  2. OptionFlagsReverse :: OptionFlags

    gi-glib GI.GLib.Flags

    For options of the OptionArgNone kind, this flag indicates that the sense of the option is reversed. i.e. False will be stored into the argument rather than True.

  3. strreverse :: (HasCallStack, MonadIO m) => Text -> m Text

    gi-glib GI.GLib.Functions

    Reverses all of the bytes in a string. For example, g_strreverse ("abcdef") will result in "fedcba". Note that g_strreverse() doesn't work on UTF-8 strings containing multibyte characters. For that purpose, use utf8Strreverse.

  4. utf8Strreverse :: (HasCallStack, MonadIO m) => Text -> Int64 -> m Text

    gi-glib GI.GLib.Functions

    Reverses a UTF-8 string. str must be valid UTF-8 encoded text. (Use utf8Validate on all text before trying to use UTF-8 utility functions with it.) This function is intended for programmatic uses of reversed strings. It pays no attention to decomposed characters, combining marks, byte order marks, directional indicators (LRM, LRO, etc) and similar characters which might need special handling when reversing a string for display purposes. Note that unlike strreverse, this function returns newly-allocated memory, which should be freed with free when no longer needed. Since: 2.2

  5. nodeReverseChildren :: (HasCallStack, MonadIO m) => Node -> m ()

    gi-glib GI.GLib.Structs.Node

    Reverses the order of the children of a Node. (It doesn't change the order of the grandchildren.)

  6. queueReverse :: (HasCallStack, MonadIO m) => Queue -> m ()

    gi-glib GI.GLib.Structs.Queue

    Reverses the order of the items in queue. Since: 2.4

  7. wordReverseBits# :: Word# -> Word#

    ghc-bignum GHC.Num.Primitives

    Reverse bits in a Word#

  8. wordReverseBits32# :: Word# -> Word#

    ghc-bignum GHC.Num.Primitives

    Reverse bits in the Word32 subwords composing a Word#

  9. wordReverseBytes# :: Word# -> Word#

    ghc-bignum GHC.Num.Primitives

    Reverse bytes in a Word#

  10. defaultReverse :: IsSequence seq => seq -> seq

    mono-traversable Data.Sequences

    Use Data.List's implementation of reverse.

Page 45 of many | Previous | Next