Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. boolAnd :: Aggregator (Field SqlBool) (Field SqlBool)

    opaleye Opaleye.Aggregate

    No documentation available.

  2. boolOr :: Aggregator (Field SqlBool) (Field SqlBool)

    opaleye Opaleye.Aggregate

    No documentation available.

  3. boolBridge :: BridgePart

    purescript-bridge Language.PureScript.Bridge.Primitives

    No documentation available.

  4. boolean :: Schema

    rattletrap Rattletrap.Schema

    No documentation available.

  5. boolToBin :: Bool -> Char

    real-dice RealDice.Convert.BinaryString

    Converts a Bool to a '1' or '0'

    Examples

    >>> boolToBin True
    '1'
    
    >>> boolToBin False
    '0'
    

  6. boolsToBin :: [Bool] -> String

    real-dice RealDice.Convert.BinaryString

    Converts a list of Bools to a binary string

    Examples

    >>> boolsToBin [True, False, True, True]
    "1011"
    

  7. boolToNum :: Num b => Bool -> b

    rocksdb-haskell Database.RocksDB.Internal

    No documentation available.

  8. boolToMaybe :: Bool -> a -> Maybe a

    spacecookie Network.Gopher.Util

    boolToMaybe True x == Just x
    
    boolToMaybe False x == Nothing
    

  9. boolP :: Parser Bool

    tomland Toml.Parser.Value

    Parser for Bool value.

  10. package boolsimplifier

    Simplification tools for simple propositional formulas. Normal form representation for boolean expressions. Typically simplifies such expressions, but is not guaranteed to produce the absolute simplest form.

Page 63 of many | Previous | Next