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.
package
universe-reverse-instances Instances of standard classes that are made possible by enumerations For example this package provides a Eq (a -> b) instance:
instance (Finite a, Eq b) => Eq (a -> b) where f == g = and [f x == g x | x <- universeF]
-
what4 What4.Interface Swap the order of the bits in a bitvector.
bitReverse16 :: Word16 -> Word16word-compat GHC.Word.Compat Reverse the order of the bits in a Word16.
bitReverse32 :: Word32 -> Word32word-compat GHC.Word.Compat Reverse the order of the bits in a Word32.
bitReverse64 :: Word64 -> Word64word-compat GHC.Word.Compat Reverse the order of the bits in a Word64.
-
word-compat GHC.Word.Compat Reverse the order of the bits in a Word8.
-
xmonad XMonad No documentation available.
-
xmonad XMonad No documentation available.
-
xmonad XMonad No documentation available.
stripReversedSuffix :: Eq a => ReversedSuffix a -> [a] -> Maybe (Prefix a)Agda Agda.Utils.List stripReversedSuffix rsuf xs = Just pre iff xs = pre ++ reverse suf. O(n).