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.
-
No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
class Edge edge =>
Reverse (edge :: Type -> Type)comfort-graph Data.Graph.Comfort No documentation available.
-
pretty-terminal System.Console.Pretty No documentation available.
-
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.
-
safe-json Data.SafeJSON No documentation available.
-
diagrams-contrib Diagrams.TwoD.Path.LSystem No documentation available.
-
repa-algorithms Data.Array.Repa.Algorithms.FFT No documentation available.
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.
reverseScanr :: (Char -> Char -> Char) -> Char -> Stream Char -> Stream Chartext 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