Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. lua_toboolean :: State -> StackIndex -> IO LuaBool

    lua Lua.Primary

    Converts the Lua value at the given index to a haskell boolean value. Like all tests in Lua, toboolean returns True for any Lua value different from *false* and *nil*; otherwise it returns False. (If you want to accept only actual boolean values, use lua_isboolean to test the value's type.) https://www.lua.org/manual/5.4/manual.html#lua_toboolean

  2. newtype LuaBool

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

  3. LuaBool :: CInt -> LuaBool

    lua Lua.Types

    No documentation available.

  4. OpenApiBoolean :: OpenApiType

    openapi3 Data.OpenApi

    No documentation available.

  5. OpenApiBoolean :: OpenApiType

    openapi3 Data.OpenApi.Internal

    No documentation available.

  6. PrefBool :: Bool -> ProfilePref

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  7. PrefBool :: Bool -> ProfilePref

    webdriver Test.WebDriver.Firefox.Profile

    No documentation available.

  8. data AssertBool a

    HTF Test.Framework.AssertM

    Type for evaluating a generic assertion as a pure function.

  9. assertBool :: HasCallStack => Bool -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the Bool value is False.

  10. assertBoolVerbose :: HasCallStack => String -> Bool -> IO ()

    HTF Test.Framework.HUnitWrapper

    No documentation available.

Page 87 of many | Previous | Next