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.
TextAttributeJustification :: TextAttributegi-atk GI.Atk.Enums The justification of the text, if set. Values are "left", "right", "center" or "fill"
pattern
KEY_BrightnessAdjust :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_ContrastAdjust :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_BrightnessAdjust :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_ContrastAdjust :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
class Functor f =>
Adjustable (f :: Type -> Type)keys Data.Key No documentation available.
adjust :: Adjustable f => (a -> a) -> Key f -> f a -> f akeys Data.Key No documentation available.
-
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
class
Adjustable (es :: Set Type) (es' :: Set Type)moffy Control.Moffy No documentation available.
adjust :: Adjustable es es' => React s es a -> React s es' amoffy Control.Moffy No documentation available.