Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. type family ElimBool (p :: Bool ~> Type) (s :: Bool) (p1 :: Apply p 'False) (p2 :: Apply p 'True) :: Apply p s

    eliminators Data.Eliminator

    No documentation available.

  2. elimBool :: forall (p :: Bool ~> Type) (s :: Bool) . Sing s -> Apply p 'False -> Apply p 'True -> Apply p s

    eliminators Data.Eliminator

    No documentation available.

  3. EBool :: ElmPrimitive

    elm-export Elm

    No documentation available.

  4. matchBool :: forall (xs :: [Type]) . Predicate xs -> Predicate xs -> Predicate (Bool ': xs)

    falsify Test.Falsify.Predicate

    Conditional This is a variation on choose that provides no evidence for which branch is taken.

  5. type FT_Bool = Word8

    freetype2 FreeType.Core.Types

    No documentation available.

  6. menuitemPropertyGetBool :: (HasCallStack, MonadIO m, IsMenuitem a) => a -> Text -> m Bool

    gi-dbusmenu GI.Dbusmenu.Objects.Menuitem

    Look up a property on mi and return the value of it if it exits. Returns FALSE if the property doesn't exist.

  7. menuitemPropertySetBool :: (HasCallStack, MonadIO m, IsMenuitem a) => a -> Text -> Bool -> m Bool

    gi-dbusmenu GI.Dbusmenu.Objects.Menuitem

    Takes a boolean value and sets it on property as a property on mi. If a property already exists by that name, then the value is set to the new value. If not, the property is added. If the value is changed or the property was previously unset then the signal Menuitem::prop-changed will be emitted by this function.

  8. GLUniformTypeBool :: GLUniformType

    gi-gsk GI.Gsk.Enums

    A GLSL bool / gboolean uniform

  9. gLShaderGetArgBool :: (HasCallStack, MonadIO m, IsGLShader a) => a -> Bytes -> Int32 -> m Bool

    gi-gsk GI.Gsk.Objects.GLShader

    Gets the value of the uniform idx in the args block. The uniform must be of bool type.

  10. shaderArgsBuilderSetBool :: (HasCallStack, MonadIO m) => ShaderArgsBuilder -> Int32 -> Bool -> m ()

    gi-gsk GI.Gsk.Structs.ShaderArgsBuilder

    Sets the value of the uniform idx. The uniform must be of bool type.

Page 151 of many | Previous | Next