Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. insertManyFirstChild :: [Node] -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of Nodes as the first children of the current element.

  2. insertManyLastChild :: [Node] -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of Nodes as the last children of the current element.

  3. insertManyLeft :: [Node] -> Cursor -> Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of new Nodes to the left of the current position.

  4. insertManyRight :: [Node] -> Cursor -> Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of new Nodes to the right of the current position.

  5. checkpointMany :: (MonadCatch m, HasCallStack) => [Annotation] -> m a -> m a

    annotated-exception Control.Exception.Annotated

    Add the list of Annotation to any exception thrown in the following action.

  6. checkpointMany :: (MonadUnliftIO m, HasCallStack) => [Annotation] -> m a -> m a

    annotated-exception Control.Exception.Annotated.UnliftIO

    Like checkpointMany, but uses MonadUnliftIO instead of MonadCatch.

  7. data Many state x

    automaton Data.Stream.Internal

    Internal state of many and some

  8. runReturningMany :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> (m (Maybe x) -> m a) -> m a

    beam-core Database.Beam

    Run a query determined by the given syntax, providing an action that will be called to consume the results from the database (if any). The action will get a reader action that can be used to fetch the next row. When this reader action returns Nothing, there are no rows left to consume. When the reader action returns, the database result is freed.

  9. runReturningMany :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> (m (Maybe x) -> m a) -> m a

    beam-core Database.Beam.Backend.SQL

    Run a query determined by the given syntax, providing an action that will be called to consume the results from the database (if any). The action will get a reader action that can be used to fetch the next row. When this reader action returns Nothing, there are no rows left to consume. When the reader action returns, the database result is freed.

  10. ComparatorQuantifierAny :: ComparatorQuantifier

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

Page 176 of many | Previous | Next