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.
boolopts :: CpphsOptions -> BoolOptionscpphs Language.Preprocessor.Cpphs No documentation available.
-
cubicbezier Geom2D.CubicBezier.Overlap `O((n+m)*log(n+m))`, for n segments and m intersections. Combine paths using the given boolean operation
boolValue :: Object -> Maybe Boolpdf-toolbox-core Pdf.Core.Object.Util Try to convert object to Bool
-
random-fu Data.Random.Distribution.Bernoulli A random variable whose value is True the given fraction of the time and False the rest.
boolBernoulliCDF :: Real a => a -> Bool -> Doublerandom-fu Data.Random.Distribution.Bernoulli No documentation available.
boolean :: MonadFail m => Text -> m Boolxlsx Codec.Xlsx.Parser.Internal.Util No documentation available.
-
zeromq4-haskell System.ZMQ4.Internal No documentation available.
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
-
clash-prelude Clash.Class.BitPack Convert a Bool to a Bit
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