Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. handleGErrorJustDomain :: GErrorClass err => (err -> GErrorMessage -> IO a) -> IO a -> IO a

    haskell-gi-base Data.GI.Base.GError

    A verson of catchGErrorJustDomain with the arguments swapped around.

  2. whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()

    haskell-gi-base Data.GI.Base.Utils

    When the given value is of "Just a" form, execute the given action, otherwise do nothing.

  3. adjust :: (a -> a) -> Key -> CharMap a -> CharMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  4. adjustWithKey :: (Key -> a -> a) -> Key -> CharMap a -> CharMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  5. adjust :: Enum key => (a -> a) -> key -> EnumMap key a -> EnumMap key a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  6. adjustWithKey :: Enum key => (key -> a -> a) -> key -> EnumMap key a -> EnumMap key a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  7. _Just :: Prism (Maybe a) (Maybe b) a b

    optics-core Data.Maybe.Optics

    A Prism that matches on the Just constructor of Maybe.

  8. timeZoneAdjustTime :: (HasCallStack, MonadIO m) => TimeZone -> TimeType -> Int64 -> m (Int32, Int64)

    gi-glib GI.GLib.Structs.TimeZone

    Finds an interval within tz that corresponds to the given time_, possibly adjusting time_ if required to fit into an interval. The meaning of time_ depends on type. This function is similar to timeZoneFindInterval, with the difference that it always succeeds (by making the adjustments described below). In any of the cases where timeZoneFindInterval succeeds then this function returns the same value, without modifying time_. This function may, however, modify time_ in order to deal with non-existent times. If the non-existent local time_ of 02:30 were requested on March 14th 2010 in Toronto then this function would adjust time_ to be 03:00 and return the interval containing the adjusted time. Since: 2.26

  9. typeClassAdjustPrivateOffset :: (HasCallStack, MonadIO m) => Ptr () -> Int32 -> m ()

    gi-gobject GI.GObject.Structs.TypeClass

    No description available in the introspection data.

  10. fromJust :: Maybe a -> a

    strict Data.Strict.Maybe

    Extracts the element out of a Just and throws an error if the argument is Nothing.

Page 39 of many | Previous | Next