Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. TextAttributeJustification :: TextAttribute

    gi-atk GI.Atk.Enums

    The justification of the text, if set. Values are "left", "right", "center" or "fill"

  2. pattern KEY_BrightnessAdjust :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  3. pattern KEY_ContrastAdjust :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  4. pattern KEY_BrightnessAdjust :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  5. pattern KEY_ContrastAdjust :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  6. class Functor f => Adjustable (f :: Type -> Type)

    keys Data.Key

    No documentation available.

  7. adjust :: Adjustable f => (a -> a) -> Key f -> f a -> f a

    keys Data.Key

    No documentation available.

  8. isJust :: Maybe a -> Bool

    massiv-test Test.Massiv.Utils

    The isJust function returns True iff its argument is of the form Just _.

    Examples

    Basic usage:
    >>> isJust (Just 3)
    True
    
    >>> isJust (Just ())
    True
    
    >>> isJust Nothing
    False
    
    Only the outer constructor is taken into consideration:
    >>> isJust (Just Nothing)
    True
    

  9. class Adjustable (es :: Set Type) (es' :: Set Type)

    moffy Control.Moffy

    No documentation available.

  10. adjust :: Adjustable es es' => React s es a -> React s es' a

    moffy Control.Moffy

    No documentation available.

Page 61 of many | Previous | Next