Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
effectful-core Effectful.Exception Lifted catchJust.
-
effectful-core Effectful.Exception Flipped version of catchJust.
-
effectful-core Effectful.Exception Lifted tryJust.
showJustName :: Name -> Stringexpress Data.Express.Utils.TH Encodes a Name as a String. This is useful when generating error messages.
> showJustName ''Int "Int"
> showJustName ''String "String"
> showJustName ''Maybe "Maybe"
-
foundation Foundation 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
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.
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.