Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

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

    random-fu Data.Random.Distribution.Bernoulli

    No documentation available.

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

    xlsx Codec.Xlsx.Parser.Internal.Util

    No documentation available.

  3. bool2cint :: Bool -> CInt

    zeromq4-haskell System.ZMQ4.Internal

    No documentation available.

  4. 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
    

  5. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack

    Convert a Bool to a Bit

  6. 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
    

  7. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack.Internal

    Convert a Bool to a Bit

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

    distribution-nixpkgs Language.Nix.PrettyPrinting

    No documentation available.

  9. boolFilterGetExpression :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> m (Maybe Expression)

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Gets the expression that the filter uses to evaluate if an item should be filtered.

  10. boolFilterGetInvert :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Returns whether the filter inverts the expression.

Page 58 of many | Previous | Next