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.

  1. reverseDigits :: Integral a => a -> a -> Unfoldr a

    deferred-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
    

  2. reverseHexadecimalDigits :: Integral a => a -> Unfoldr a

    deferred-folds DeferredFolds.Unfoldr

    Hexadecimal digits of a non-negative number in reverse order.

  3. reverseOctalDigits :: Integral a => a -> Unfoldr a

    deferred-folds DeferredFolds.Unfoldr

    Octal digits of a non-negative integral number in reverse order.

  4. reverseOL :: OrdList a -> OrdList a

    ghc-lib-parser GHC.Data.OrdList

    No documentation available.

  5. reverseErrors :: DynFlags -> Bool

    ghc-lib-parser GHC.Driver.DynFlags

    Reverse the order of error messages in GHC/GHCi

  6. reverseErrors :: DynFlags -> Bool

    ghc-lib-parser GHC.Driver.Session

    Reverse the order of error messages in GHC/GHCi

  7. reverseRepeatedFields :: Map k (FieldDescriptor msg) -> msg -> msg

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

  8. reverseAttr :: Attributes -> Bool

    terminfo System.Console.Terminfo.Effects

    No documentation available.

  9. reverseOn :: TermStr s => Capability s

    terminfo System.Console.Terminfo.Effects

    No documentation available.

  10. reverse' :: Steppable (->) t (XNor a) => XNor a (XNor a t -> XNor a t) -> XNor a t -> XNor a t

    yaya Yaya.Applied

    No documentation available.

Page 28 of many | Previous | Next