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.
boolQueryMinimumShouldMatch :: BoolQuery -> Maybe MinimumMatchbloodhound Database.Bloodhound.Common.Types No documentation available.
boolQueryMustMatch :: BoolQuery -> [Query]bloodhound Database.Bloodhound.Common.Types No documentation available.
boolQueryMustNotMatch :: BoolQuery -> [Query]bloodhound Database.Bloodhound.Common.Types No documentation available.
boolQueryShouldMatch :: BoolQuery -> [Query]bloodhound Database.Bloodhound.Common.Types No documentation available.
boolChar :: Char -> Bool -> Charboard-games Game.Labyrinth No documentation available.
boolFlags :: Bool -> String -> String -> Mod FlagFields Bool -> Parser Boolcalligraphy Calligraphy.Util.Optparse Enable/disable flags for a Bool.
boolFromBit :: (HasCallStack, Backend backend) => Text -> TExpr -> State (BlockState backend) TExprclash-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).
boolFromBitVector :: Size -> Text -> TExpr -> State (BlockState VHDLState) TExprclash-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
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
boolToBit :: (HasCallStack, Backend backend) => Text -> TExpr -> State (BlockState backend) TExprclash-lib Clash.Primitives.DSL Convert a bool to a bit.