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.

  1. threadMaybe :: (i -> r -> a) -> Split t i r -> SplitM t j i -> SplitM t j a

    fgl Data.Graph.Inductive.Internal.Thread

    No documentation available.

  2. 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.

  3. maybeRead :: Read a => String -> Maybe a

    ghc-boot GHC.Settings.Utils

    No documentation available.

  4. maybeReadFuzzy :: Read a => String -> Maybe a

    ghc-boot GHC.Settings.Utils

    No documentation available.

  5. DbOpenReadOnly :: forall t . DbOpenMode 'DbReadOnly t

    ghc-boot GHC.Unit.Database

    No documentation available.

  6. DbOpenReadWrite :: forall t . t -> DbOpenMode 'DbReadWrite t

    ghc-boot GHC.Unit.Database

    No documentation available.

  7. DbReadOnly :: DbMode

    ghc-boot GHC.Unit.Database

    No documentation available.

  8. DbReadWrite :: DbMode

    ghc-boot GHC.Unit.Database

    No documentation available.

  9. isDbOpenReadMode :: forall (mode :: DbMode) t . DbOpenMode mode t -> Bool

    ghc-boot GHC.Unit.Database

    No documentation available.

  10. 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.

Page 500 of many | Previous | Next