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. module Data.HSet.Reverse

    No documentation available.

  2. data Reverse w

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  3. class Edge edge => Reverse (edge :: Type -> Type)

    comfort-graph Data.Graph.Comfort

    No documentation available.

  4. Reverse :: Style

    pretty-terminal System.Console.Pretty

    No documentation available.

  5. newtype Reverse a

    safe-json Data.SafeJSON

    This is a wrapper type used migrating backwards in the chain of compatible types. This is useful when running updates in production where new-format JSON will be received by old-format expecting programs.

  6. Reverse :: a -> Reverse a

    safe-json Data.SafeJSON

    No documentation available.

  7. Reverse :: Symbol n

    diagrams-contrib Diagrams.TwoD.Path.LSystem

    No documentation available.

  8. Reverse :: Mode

    repa-algorithms Data.Array.Repa.Algorithms.FFT

    No documentation available.

  9. module Data.Universe.Instances.Reverse

    A convenience module that imports the sibling modules Eq, Ord, Show, Read, and Traversable to provide instances of these classes for functions over finite inputs.

  10. reverseScanr :: (Char -> Char -> Char) -> Char -> Stream Char -> Stream Char

    text Data.Text.Internal.Fusion

    O(n) Perform the equivalent of scanr over a list, only with the input and result reversed. Properties

    reverse . reverseScanr f c . reverseStream = scanr f c
    

Page 22 of many | Previous | Next