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.
-
optics-core Optics.ReversedPrism Tag for a reversed prism.
OptionFlagsReverse :: OptionFlagsgi-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.
strreverse :: (HasCallStack, MonadIO m) => Text -> m Textgi-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.
utf8Strreverse :: (HasCallStack, MonadIO m) => Text -> Int64 -> m Textgi-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
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.)
queueReverse :: (HasCallStack, MonadIO m) => Queue -> m ()gi-glib GI.GLib.Structs.Queue Reverses the order of the items in queue. Since: 2.4
wordReverseBits# :: Word# -> Word#ghc-bignum GHC.Num.Primitives Reverse bits in a Word#
wordReverseBits32# :: Word# -> Word#ghc-bignum GHC.Num.Primitives Reverse bits in the Word32 subwords composing a Word#
wordReverseBytes# :: Word# -> Word#ghc-bignum GHC.Num.Primitives Reverse bytes in a Word#
defaultReverse :: IsSequence seq => seq -> seqmono-traversable Data.Sequences