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.

  1. 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]
    

  2. bvBitreverse :: forall sym (w :: Natural) . (1 <= w, IsExprBuilder sym) => sym -> SymBV sym w -> IO (SymBV sym w)

    what4 What4.Interface

    Swap the order of the bits in a bitvector.

  3. bitReverse16 :: Word16 -> Word16

    word-compat GHC.Word.Compat

    Reverse the order of the bits in a Word16.

  4. bitReverse32 :: Word32 -> Word32

    word-compat GHC.Word.Compat

    Reverse the order of the bits in a Word32.

  5. bitReverse64 :: Word64 -> Word64

    word-compat GHC.Word.Compat

    Reverse the order of the bits in a Word64.

  6. bitReverse8 :: Word8 -> Word8

    word-compat GHC.Word.Compat

    Reverse the order of the bits in a Word8.

  7. gXandReverse :: GXFunction

    xmonad XMonad

    No documentation available.

  8. gXorReverse :: GXFunction

    xmonad XMonad

    No documentation available.

  9. xC_cross_reverse :: Glyph

    xmonad XMonad

    No documentation available.

  10. 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).

Page 70 of many | Previous | Next