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. getBoolean :: Bool -> ByteString -> Either ASN1Error ASN1

    asn1-encoding Data.ASN1.Prim

    No documentation available.

  2. lookupMetaBool :: Text -> Meta -> Bool

    pandoc Text.Pandoc.Writers.Shared

    Retrieve the metadata value for a given key and convert to Bool.

  3. newtype CBool

    ghc-internal GHC.Internal.Foreign.C.Types

    Haskell type representing the C bool type. (The concrete types of Foreign.C.Types#platform are platform-specific.)

  4. CBool :: Word8 -> CBool

    ghc-internal GHC.Internal.Foreign.C.Types

    No documentation available.

  5. fromBool :: Num a => Bool -> a

    ghc-internal GHC.Internal.Foreign.Marshal.Utils

    Convert a Haskell Bool to its numeric representation

  6. toBool :: (Eq a, Num a) => a -> Bool

    ghc-internal GHC.Internal.Foreign.Marshal.Utils

    Convert a Boolean in numeric representation to a Haskell value

  7. pattern LUA_TBOOLEAN :: TypeCode

    lua Lua

    Type of Lua booleans

  8. newtype LuaBool

    lua Lua

    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.

  9. LuaBool :: CInt -> LuaBool

    lua Lua

    No documentation available.

  10. lua_isboolean :: State -> StackIndex -> IO LuaBool

    lua Lua

    Returns TRUE if the value at the given index is a boolean, and FALSE otherwise. https://www.lua.org/manual/5.4/manual.html#lua_isboolean

Page 88 of many | Previous | Next