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.

  1. newtype LuaBool

    hslua-core HsLua.Core.Types

    Boolean value returned by a Lua C API function. This is a CInt and should be interpreted as False iff the value is 0, True otherwise.

  2. LuaBool :: CInt -> LuaBool

    hslua-core HsLua.Core.Types

    No documentation available.

  3. TypeBoolean :: Type

    hslua-core HsLua.Core.Types

    type of Lua booleans

  4. fromLuaBool :: LuaBool -> Bool

    hslua-core HsLua.Core.Types

    Convert a LuaBool to a Haskell Bool.

  5. toLuaBool :: Bool -> LuaBool

    hslua-core HsLua.Core.Types

    Convert a Haskell Bool to a LuaBool.

  6. array_bool :: TypeInfo

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

    No documentation available.

  7. array_boolOid :: Oid

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

    No documentation available.

  8. HDBool :: Bool -> HamletData url

    shakespeare Text.Hamlet.RT

    No documentation available.

  9. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling

    Retrieves a Bool as a Lua boolean.

  10. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a Bool as a Lua boolean.

Page 82 of many | Previous | Next