Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
haskell-gi-base Data.GI.Base.Attributes No documentation available.
eqMaybe :: EqMaybe a b => a -> b -> Boolhaskell-gi-base Data.GI.Base.Attributes No documentation available.
gvariantFromMaybe :: IsGVariant a => Maybe a -> IO GVarianthaskell-gi-base Data.GI.Base.GVariant Convert a Maybe value into a corresponding GVariant of maybe type.
gvariantToMaybe :: IsGVariant a => GVariant -> IO (Maybe (Maybe a))haskell-gi-base Data.GI.Base.GVariant Try to decode a maybe GVariant into the corresponding Maybe type. If the conversion is successful this returns Just x, where x itself is of Maybe type. So, in particular, Just Nothing indicates a successful call, and means that the GVariant of maybe type was empty.
-
haskell-gi-base Data.GI.Base.ShortPrelude No documentation available.
eqMaybe :: EqMaybe a b => a -> b -> Boolhaskell-gi-base Data.GI.Base.ShortPrelude No documentation available.
mapMaybe :: (a -> Maybe b) -> CharMap a -> CharMap bregex-tdfa Data.IntMap.CharMap2 No documentation available.
mapMaybeWithKey :: (Key -> a -> Maybe b) -> CharMap a -> CharMap bregex-tdfa Data.IntMap.CharMap2 No documentation available.
mapMaybe :: Enum key => (a -> Maybe b) -> EnumMap key a -> EnumMap key bregex-tdfa Data.IntMap.EnumMap2 No documentation available.
mapMaybeWithKey :: Enum key => (key -> a -> Maybe b) -> EnumMap key a -> EnumMap key bregex-tdfa Data.IntMap.EnumMap2 No documentation available.