Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack

    Convert a Bool to a Bit

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

  3. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack.Internal

    Convert a Bool to a Bit

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

    distribution-nixpkgs Language.Nix.PrettyPrinting

    No documentation available.

  5. boolToGboolean :: Bool -> Int32

    glib-stopgap System.GLib.Bool

    No documentation available.

  6. boolean :: ScalarType

    graphql Language.GraphQL.Type

    The Boolean scalar type represents true or false.

  7. boolsToWord8 :: [Bool] -> Word8

    haskoin-core Haskoin.Block.Merkle

    Pack up to eight bools in a byte.

  8. boolSort :: Sort

    liquid-fixpoint Language.Fixpoint.SortCheck

    Exported Basic Sorts -----------------------------------------------

  9. boolApplyName :: Int -> Symbol

    liquid-fixpoint Language.Fixpoint.Types.Names

    No documentation available.

  10. boolConName :: Symbol

    liquid-fixpoint Language.Fixpoint.Types.Names

    No documentation available.

Page 56 of many | Previous | Next