Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
bitReverse16# :: Word# -> Word#ihaskell IHaskellPrelude Reverse the order of the bits in a 16-bit word.
bitReverse32# :: Word# -> Word#ihaskell IHaskellPrelude Reverse the order of the bits in a 32-bit word.
bitReverse64# :: Word64# -> Word64#ihaskell IHaskellPrelude Reverse the order of the bits in a 64-bit word.
bitReverse8# :: Word# -> Word#ihaskell IHaskellPrelude Reverse the order of the bits in a 8-bit word.
-
isocline System.Console.Isocline Set the terminal text reverse video mode.
sizedReverse :: Int -> (Ptr Word8 -> IO a) -> Pokeptr-poker PtrPoker.Poke Having the amount of bytes to be written precomputed, executes an action, which fills the pointer going downward, starting from the pointer that follows the chunk. I.e., you have to decrement the pointer before writing the first byte, decrement it again before writing the second byte and so on.
-
sbv Data.SBV.Internals reverse k. Where k is either [a] or String. Reverses the argument, accordingly.
-
sbv Documentation.SBV.Examples.KnuckleDragger.Lists map f . reverse == reverse . map f
>>> mapReverse Inductive lemma: mapAppend 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: mapReverse 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. Step: 6 Q.E.D. Result: Q.E.D. [Proven] mapReverse
creverse :: (CFreeMonoid f, Dom f a) => f a -> f asubcategories Control.Subcategory.Foldable No documentation available.
lneqReversed :: forall (n :: Nat) (m :: Nat) . SNat n -> SNat m -> (n <? m) :~: (m >? n)type-natural Data.Type.Natural.Lemma.Order Since 1.2.0.0 (type changed)