Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. boolQueryMinimumShouldMatch :: BoolQuery -> Maybe MinimumMatch

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. boolQueryMustMatch :: BoolQuery -> [Query]

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. boolQueryMustNotMatch :: BoolQuery -> [Query]

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. boolQueryShouldMatch :: BoolQuery -> [Query]

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  5. boolChar :: Char -> Bool -> Char

    board-games Game.Labyrinth

    No documentation available.

  6. boolFlags :: Bool -> String -> String -> Mod FlagFields Bool -> Parser Bool

    calligraphy Calligraphy.Util.Optparse

    Enable/disable flags for a Bool.

  7. boolFromBit :: (HasCallStack, Backend backend) => Text -> TExpr -> State (BlockState backend) TExpr

    clash-lib Clash.Primitives.DSL

    Use to create an output Bool from a Bit. The expression given must be the identifier of the bool you wish to get assigned. Returns a reference to a declared Bit that should get assigned by something (usually the output port of an entity).

  8. boolFromBitVector :: Size -> Text -> TExpr -> State (BlockState VHDLState) TExpr

    clash-lib Clash.Primitives.DSL

    Used to create an output Bool from a BitVector of given size. Works in a similar way to boolFromBit above. TODO: Implement for (System)Verilog

  9. boolFromBits :: [Text] -> TExpr -> State (BlockState VHDLState) [TExpr]

    clash-lib Clash.Primitives.DSL

    Used to create an output Bool from a number of Bits, using conjunction. Similarly to untuple, it returns a list of references to declared values (the inputs to the function) which should get assigned by something---usually output ports of an entity. TODO: Implement for (System)Verilog

  10. boolToBit :: (HasCallStack, Backend backend) => Text -> TExpr -> State (BlockState backend) TExpr

    clash-lib Clash.Primitives.DSL

    Convert a bool to a bit.

Page 63 of many | Previous | Next