Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
threadMaybe :: (i -> r -> a) -> Split t i r -> SplitM t j i -> SplitM t j afgl Data.Graph.Inductive.Internal.Thread No documentation available.
threadMaybe' :: (r -> a) -> Split t i r -> Split t j (Maybe i) -> Split t j (Maybe a)fgl Data.Graph.Inductive.Internal.Thread No documentation available.
maybeRead :: Read a => String -> Maybe aghc-boot GHC.Settings.Utils No documentation available.
maybeReadFuzzy :: Read a => String -> Maybe aghc-boot GHC.Settings.Utils No documentation available.
DbOpenReadOnly :: forall t . DbOpenMode 'DbReadOnly tghc-boot GHC.Unit.Database No documentation available.
DbOpenReadWrite :: forall t . t -> DbOpenMode 'DbReadWrite tghc-boot GHC.Unit.Database No documentation available.
-
ghc-boot GHC.Unit.Database No documentation available.
-
ghc-boot GHC.Unit.Database No documentation available.
isDbOpenReadMode :: forall (mode :: DbMode) t . DbOpenMode mode t -> Boolghc-boot GHC.Unit.Database No documentation available.
type
AsyncReadyCallback = Maybe Object -> AsyncResult -> IO ()gi-gio GI.Gio.Callbacks Type definition for a function that will be called back when an asynchronous operation within GIO has been completed. AsyncReadyCallback callbacks from Task are guaranteed to be invoked in a later iteration of the [thread-default main context][g-main-context-push-thread-default] where the Task was created. All other users of AsyncReadyCallback must likewise call it asynchronously in a later iteration of the main context. The asynchronous operation is guaranteed to have held a reference to sourceObject from the time when the *_async() function was called, until after this callback returns.