Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. boolopts :: CpphsOptions -> BoolOptions

    cpphs Language.Preprocessor.Cpphs

    No documentation available.

  2. boolPathOp :: (Bool -> Bool -> Bool) -> [ClosedPath Double] -> [ClosedPath Double] -> FillRule -> Double -> [ClosedPath Double]

    cubicbezier Geom2D.CubicBezier.Overlap

    `O((n+m)*log(n+m))`, for n segments and m intersections. Combine paths using the given boolean operation

  3. boolValue :: Object -> Maybe Bool

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

    Try to convert object to Bool

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

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

    random-fu Data.Random.Distribution.Bernoulli

    No documentation available.

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

    xlsx Codec.Xlsx.Parser.Internal.Util

    No documentation available.

  7. bool2cint :: Bool -> CInt

    zeromq4-haskell System.ZMQ4.Internal

    No documentation available.

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

  9. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack

    Convert a Bool to a Bit

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

Page 55 of many | Previous | Next