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. sboolNot :: forall (a :: Bool) . SBool a -> SBool (Not a)

    singleton-bool Data.Singletons.Bool

    No documentation available.

  2. sboolOr :: forall (a :: Bool) (b :: Bool) . SBool a -> SBool b -> SBool (a || b)

    singleton-bool Data.Singletons.Bool

    No documentation available.

  3. withSomeSBool :: Bool -> (forall (b :: Bool) . () => SBool b -> r) -> r

    singleton-bool Data.Singletons.Bool

    Convert a normal Bool to an SBool, passing it into a continuation.

    >>> withSomeSBool True fromSBool
    True
    

  4. flagFromBool :: FlagSpec a -> Bool -> a

    skeletest Skeletest

    No documentation available.

  5. flagFromBool :: FlagSpec a -> Bool -> a

    skeletest Skeletest.Internal.CLI

    No documentation available.

  6. assertLuaBool :: HasCallStack => LuaE e Bool -> Assertion

    tasty-hslua Test.Tasty.HsLua

    Checks whether the operation returns True.

  7. SqlBool :: Bool -> SqlValue

    HDBC Database.HDBC

    No documentation available.

  8. SqlBool :: Bool -> SqlValue

    HDBC Database.HDBC.SqlValue

    No documentation available.

  9. SqlBool :: Bool -> SqlValue

    HDBC Database.HDBC.Statement

    No documentation available.

  10. SqlBool :: Bool -> SqlValue

    HDBC Database.HDBC.Types

    No documentation available.

Page 98 of many | Previous | Next