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.

  1. boolean :: Schema

    rattletrap Rattletrap.Schema

    No documentation available.

  2. boolToBin :: Bool -> Char

    real-dice RealDice.Convert.BinaryString

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

    Examples

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

  3. boolsToBin :: [Bool] -> String

    real-dice RealDice.Convert.BinaryString

    Converts a list of Bools to a binary string

    Examples

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

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

    rocksdb-haskell Database.RocksDB.Internal

    No documentation available.

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

    spacecookie Network.Gopher.Util

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

  6. boolP :: Parser Bool

    tomland Toml.Parser.Value

    Parser for Bool value.

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

  8. boolField :: forall (m :: Type -> Type) . (Monad m, RenderMessage (HandlerSite m) FormMessage) => Field m Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Creates a group of radio buttons to answer the question given in the message. Radio buttons are used to allow differentiating between an empty response (Nothing) and a no response (Just False). Consider using the simpler checkBoxField if you don't need to make this distinction. If this field is optional, the first radio button is labeled "<None>", the second "Yes" and the third "No". If this field is required, the first radio button is labeled "Yes" and the second "No". (Exact label titles will depend on localization).

  9. boolAsSwitch :: (SPDistribute k, ObjectSum k a a, ObjectPair k Bool a) => k (Bool, a) (a + a)

    constrained-categories Control.Arrow.Constrained

    No documentation available.

  10. boolFromSwitch :: (SPDistribute k, ObjectSum k a a, ObjectPair k Bool a) => k (a + a) (Bool, a)

    constrained-categories Control.Arrow.Constrained

    No documentation available.

Page 64 of many | Previous | Next