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. toLuaBool :: Bool -> LuaBool

    hslua-core HsLua.Core.Types

    Convert a Haskell Bool to a LuaBool.

  2. array_bool :: TypeInfo

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  3. array_boolOid :: Oid

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  4. HDBool :: Bool -> HamletData url

    shakespeare Text.Hamlet.RT

    No documentation available.

  5. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling

    Retrieves a Bool as a Lua boolean.

  6. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a Bool as a Lua boolean.

  7. pushBool :: Pusher e Bool

    hslua-marshalling HsLua.Marshalling.Push

    Pushes a Bool as a Lua boolean.

  8. _Bool :: AsValue t => Prism' t Bool

    lens-aeson Data.Aeson.Lens

    >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "b" . _Bool
    Just True
    
    >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "a" . _Bool
    Nothing
    
    >>> _Bool # True :: String
    "true"
    
    >>> _Bool # False :: String
    "false"
    

  9. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Fields

    true or false, not True or False

  10. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Parsec

    true or false, not True or False

Page 79 of many | Previous | Next