Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. boolValue :: Object -> Maybe Bool

    pdf-toolbox-core Pdf.Core.Object.Util

    Try to convert object to Bool

  2. boolBernoulli :: forall a (m :: Type -> Type) . (Fractional a, Ord a, Distribution StdUniform a) => a -> RVarT m Bool

    random-fu Data.Random.Distribution.Bernoulli

    A random variable whose value is True the given fraction of the time and False the rest.

  3. boolBernoulliCDF :: Real a => a -> Bool -> Double

    random-fu Data.Random.Distribution.Bernoulli

    No documentation available.

  4. boolean :: MonadFail m => Text -> m Bool

    xlsx Codec.Xlsx.Parser.Internal.Util

    No documentation available.

  5. bool2cint :: Bool -> CInt

    zeromq4-haskell System.ZMQ4.Internal

    No documentation available.

  6. boolToBV :: forall (n :: Nat) . KnownNat n => Bool -> BitVector (n + 1)

    clash-prelude Clash.Class.BitPack

    Zero-extend a Boolean value to a BitVector of the appropriate size.

    >>> boolToBV True :: BitVector 6
    0b00_0001
    
    >>> boolToBV False :: BitVector 6
    0b00_0000
    

  7. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack

    Convert a Bool to a Bit

  8. boolToBV :: forall (n :: Nat) . KnownNat n => Bool -> BitVector (n + 1)

    clash-prelude Clash.Class.BitPack.Internal

    Zero-extend a Boolean value to a BitVector of the appropriate size.

    >>> boolToBV True :: BitVector 6
    0b00_0001
    
    >>> boolToBV False :: BitVector 6
    0b00_0000
    

  9. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack.Internal

    Convert a Bool to a Bit

  10. boolattr :: String -> Bool -> Bool -> Doc

    distribution-nixpkgs Language.Nix.PrettyPrinting

    No documentation available.

Page 58 of many | Previous | Next