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.
insertManyFirstChild :: [Node] -> Cursor -> Maybe Cursorxmlhtml Text.XmlHtml.Cursor Inserts a list of Nodes as the first children of the current element.
insertManyLastChild :: [Node] -> Cursor -> Maybe Cursorxmlhtml Text.XmlHtml.Cursor Inserts a list of Nodes as the last children of the current element.
insertManyLeft :: [Node] -> Cursor -> Cursorxmlhtml Text.XmlHtml.Cursor Inserts a list of new Nodes to the left of the current position.
insertManyRight :: [Node] -> Cursor -> Cursorxmlhtml Text.XmlHtml.Cursor Inserts a list of new Nodes to the right of the current position.
checkpointMany :: (MonadCatch m, HasCallStack) => [Annotation] -> m a -> m aannotated-exception Control.Exception.Annotated Add the list of Annotation to any exception thrown in the following action.
checkpointMany :: (MonadUnliftIO m, HasCallStack) => [Annotation] -> m a -> m aannotated-exception Control.Exception.Annotated.UnliftIO Like checkpointMany, but uses MonadUnliftIO instead of MonadCatch.
-
automaton Data.Stream.Internal Internal state of many and some
-
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.
-
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.
ComparatorQuantifierAny :: ComparatorQuantifierbeam-core Database.Beam.Backend.SQL.AST No documentation available.