Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. data A_ReversedPrism

    optics-core Optics.Internal.Optic.Types

    Tag for a reversed prism.

  2. data A_ReversedLens

    optics-core Optics.ReversedLens

    Tag for a reversed lens.

  3. data A_ReversedPrism

    optics-core Optics.ReversedPrism

    Tag for a reversed prism.

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

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

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

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

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

    gi-glib GI.GLib.Structs.Queue

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

  9. wordReverseBits# :: Word# -> Word#

    ghc-bignum GHC.Num.Primitives

    Reverse bits in a Word#

  10. wordReverseBits32# :: Word# -> Word#

    ghc-bignum GHC.Num.Primitives

    Reverse bits in the Word32 subwords composing a Word#

Page 45 of many | Previous | Next