Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. consumeInput :: Connection -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    If input is available from the server, consume it. consumeInput normally returns True indicating "no error", but returns False if there was some kind of trouble (in which case errorMessage can be consulted). Note that the result does not say whether any input data was actually collected. After calling consumeInput, the application can check isBusy and/or notifies to see if their state has changed.

  2. optMarkdownSummaryPath :: CommandLineOptions a -> Maybe FilePath

    sandwich Test.Sandwich.Misc

    No documentation available.

  3. class GUniverseSum (f :: Type -> Type)

    universe-base Data.Universe.Generic

    No documentation available.

  4. guniverseSum :: GUniverseSum f => [[f a]]

    universe-base Data.Universe.Generic

    No documentation available.

  5. ResumeAfterInterrupt :: InternalEvent

    vty Graphics.Vty.Input.Events

    Vty resumed operation after the process was interrupted (e.g. with a signal). In practice this translates into a screen redraw in the input event loop.

  6. data AssumedState

    vty Graphics.Vty.Output

    No documentation available.

  7. AssumedState :: Maybe FixedAttr -> Maybe DisplayOps -> AssumedState

    vty Graphics.Vty.Output

    No documentation available.

  8. assumedStateRef :: Output -> IORef AssumedState

    vty Graphics.Vty.Output

    No documentation available.

  9. initialAssumedState :: AssumedState

    vty Graphics.Vty.Output

    No documentation available.

  10. plusCarrySum :: Word64 -> Word64 -> (Word64, Word64)

    wide-word Data.WideWord.Word64

    No documentation available.

Page 123 of many | Previous | Next