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.
reverseDirection :: CList a -> CList adata-clist Data.CircularList Reverse the direction of rotation.
reverseDirection :: CList a -> CList adata-clist Data.CircularList.Internal Reverse the direction of rotation.
reverseDropFromEndG :: (Integral b, InsertLeft t a, Monoid (t a)) => b -> t a -> t amonoid-insertleft Data.InsertLeft Inspired by: Graham Hutton. A tutorial on the universality and expressiveness of fold. J. Functional Programming 9 (4): 355–372, July 1999. that is available at the URL: https://www.cs.nott.ac.uk/~pszgmh/fold.pdf. Drops the specified quantity from the right end of the structure and then reverses the result.
reverseDropG :: (Integral b, InsertLeft t a, Monoid (t a)) => b -> t a -> t amonoid-insertleft Data.InsertLeft Inspired by: Graham Hutton. A tutorial on the universality and expressiveness of fold. J. Functional Programming 9 (4): 355–372, July 1999. that is available at the URL: https://www.cs.nott.ac.uk/~pszgmh/fold.pdf. Is analogous to the dropping the specified quantity from the structure and then reversing the result. Uses strict variant of the foldl, so is strict and the data must be finite. Not recommended for performance reasons. For lists just use @ (reverse . drop n) combination.
reverseTakeFromEndG :: (Integral b, InsertLeft t a, Monoid (t a)) => b -> t a -> t amonoid-insertleft Data.InsertLeft Inspired by: Graham Hutton. A tutorial on the universality and expressiveness of fold. J. Functional Programming 9 (4): 355–372, July 1999. that is available at the URL: https://www.cs.nott.ac.uk/~pszgmh/fold.pdf. Takes the specified quantity from the right end of the structure and then reverses the result.
reverseTakeG :: (Integral b, InsertLeft t a, Monoid (t a)) => b -> t a -> t amonoid-insertleft Data.InsertLeft Inspired by: Graham Hutton. A tutorial on the universality and expressiveness of fold. J. Functional Programming 9 (4): 355–372, July 1999. that is available at the URL: https://www.cs.nott.ac.uk/~pszgmh/fold.pdf. Is analogous to the taking the specified quantity from the structure and then reversing the result. Uses strict variant of the foldl, so is not suitable for large amounts of data. Not recommended for performance reasons. For lists just use the combination (reverse . take n).
reversePartial :: PartialOrdering -> PartialOrderingpartialord Data.PartialOrd No documentation available.
reverseThreeNotes :: RandomGen g => g -> [([Pitch], [Pitch])]reactive-midyim Reactive.Banana.MIDI.Training No documentation available.
-
sbv Documentation.SBV.Examples.KnuckleDragger.Lists reverse (reverse xs) == xs
We have:>>> reverseReverse Inductive lemma: revApp Step: Base Q.E.D. Step: 1 Q.E.D. Step: 2 Q.E.D. Step: 3 Q.E.D. Step: 4 Q.E.D. Step: 5 Q.E.D. Result: Q.E.D. Inductive lemma: reverseReverse Step: Base Q.E.D. Step: 1 Q.E.D. Step: 2 Q.E.D. Step: 3 Q.E.D. Step: 4 Q.E.D. Result: Q.E.D. [Proven] reverseReverse
reverseBits :: EncodingInfo -> Optionsoxlib Sound.SoxLib No documentation available.