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.
consumeInput :: Connection -> IO Boolpostgresql-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.
optMarkdownSummaryPath :: CommandLineOptions a -> Maybe FilePathsandwich Test.Sandwich.Misc No documentation available.
class
GUniverseSum (f :: Type -> Type)universe-base Data.Universe.Generic No documentation available.
guniverseSum :: GUniverseSum f => [[f a]]universe-base Data.Universe.Generic No documentation available.
ResumeAfterInterrupt :: InternalEventvty 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.
-
vty Graphics.Vty.Output No documentation available.
AssumedState :: Maybe FixedAttr -> Maybe DisplayOps -> AssumedStatevty Graphics.Vty.Output No documentation available.
assumedStateRef :: Output -> IORef AssumedStatevty Graphics.Vty.Output No documentation available.
initialAssumedState :: AssumedStatevty Graphics.Vty.Output No documentation available.
plusCarrySum :: Word64 -> Word64 -> (Word64, Word64)wide-word Data.WideWord.Word64 No documentation available.