Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. TypeBoolean :: Type

    hslua-core HsLua.Core.Types

    type of Lua booleans

  2. fromLuaBool :: LuaBool -> Bool

    hslua-core HsLua.Core.Types

    Convert a LuaBool to a Haskell Bool.

  3. toLuaBool :: Bool -> LuaBool

    hslua-core HsLua.Core.Types

    Convert a Haskell Bool to a LuaBool.

  4. array_bool :: TypeInfo

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

    No documentation available.

  5. array_boolOid :: Oid

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

    No documentation available.

  6. HDBool :: Bool -> HamletData url

    shakespeare Text.Hamlet.RT

    No documentation available.

  7. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling

    Retrieves a Bool as a Lua boolean.

  8. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a Bool as a Lua boolean.

  9. pushBool :: Pusher e Bool

    hslua-marshalling HsLua.Marshalling.Push

    Pushes a Bool as a Lua boolean.

  10. _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"
    

Page 82 of many | Previous | Next