Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. applyLast :: forall (f :: Type -> Type) fun . (Applicative f, CNumArgs (CountArgs fun) fun) => fun -> Apply f (CountArgs fun) fun

    registry Data.Registry.Lift

    Apply a function to the last return value of a function

  2. iterLast :: MonadIO m => Iterator -> m ()

    rocksdb-haskell-jprupp Database.RocksDB

    Position at the last key in the source. The iterator is valid after this call iff the source is not empty.

  3. blastBE :: SFiniteBits a => SBV a -> [SBool]

    sbv Data.SBV

    Big-endian blasting of a word into its bits.

  4. blastLE :: SFiniteBits a => SBV a -> [SBool]

    sbv Data.SBV

    Little-endian blasting of a word into its bits.

  5. blastSDouble :: SDouble -> (SBool, [SBool], [SBool])

    sbv Data.SBV

    Extract the sign/exponent/mantissa of a single-precision float. The output will have 11 bits in the second argument for exponent, and 52 in the third for the mantissa.

  6. blastSFloat :: SFloat -> (SBool, [SBool], [SBool])

    sbv Data.SBV

    Extract the sign/exponent/mantissa of a single-precision float. The output will have 8 bits in the second argument for exponent, and 23 in the third for the mantissa.

  7. blastSFloatingPoint :: forall (eb :: Nat) (sb :: Nat) . (ValidFloat eb sb, KnownNat (eb + sb), BVIsNonZero (eb + sb)) => SFloatingPoint eb sb -> (SBool, [SBool], [SBool])

    sbv Data.SBV

    Extract the sign/exponent/mantissa of an arbitrary precision float. The output will have eb bits in the second argument for exponent, and sb-1 bits in the third for mantissa.

  8. svBlastBE :: SVal -> [SVal]

    sbv Data.SBV.Dynamic

    Bit-blast: Big-endian. Assumes the input is a bit-vector or a floating point type.

  9. svBlastLE :: SVal -> [SVal]

    sbv Data.SBV.Dynamic

    Bit-blast: Little-endian. Assumes the input is a bit-vector or a floating point type.

  10. blastBE :: SFiniteBits a => SBV a -> [SBool]

    sbv Data.SBV.Trans

    Big-endian blasting of a word into its bits.

Page 112 of many | Previous | Next