Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
reverseDigits :: Integral a => a -> a -> Unfoldr adeferred-folds DeferredFolds.Unfoldr Digits of a non-negative number in numeral system based on the specified radix. The digits come in reverse order. E.g., here's how an unfold of binary digits in proper order looks:
binaryDigits :: Integral a => a -> Unfoldr a binaryDigits = reverse . reverseDigits 2
reverseHexadecimalDigits :: Integral a => a -> Unfoldr adeferred-folds DeferredFolds.Unfoldr Hexadecimal digits of a non-negative number in reverse order.
reverseOctalDigits :: Integral a => a -> Unfoldr adeferred-folds DeferredFolds.Unfoldr Octal digits of a non-negative integral number in reverse order.
reverseOL :: OrdList a -> OrdList aghc-lib-parser GHC.Data.OrdList No documentation available.
reverseErrors :: DynFlags -> Boolghc-lib-parser GHC.Driver.DynFlags Reverse the order of error messages in GHC/GHCi
reverseErrors :: DynFlags -> Boolghc-lib-parser GHC.Driver.Session Reverse the order of error messages in GHC/GHCi
reverseRepeatedFields :: Map k (FieldDescriptor msg) -> msg -> msgproto-lens Data.ProtoLens.Message Reverse every repeated (list) field in the message. During parsing, we store fields temporarily in reverse order, and then un-reverse them at the end. This helps avoid the quadratic blowup from repeatedly appending to lists. TODO: Benchmark how much of a problem this is in practice, and whether it's still a net win for small protobufs. If we decide on it more permanently, consider moving it to a more internal module.
reverseAttr :: Attributes -> Boolterminfo System.Console.Terminfo.Effects No documentation available.
reverseOn :: TermStr s => Capability sterminfo System.Console.Terminfo.Effects No documentation available.
reverse' :: Steppable (->) t (XNor a) => XNor a (XNor a t -> XNor a t) -> XNor a t -> XNor a tyaya Yaya.Applied No documentation available.