Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
quantifyOverAny :: IsSql92QuantifierSyntax quantifier => quantifierbeam-core Database.Beam.Backend.SQL.SQL92 No documentation available.
-
beam-core Database.Beam.Query Convenience type to declare many-to-many relationships. See the manual section on relationships for more information
-
beam-core Database.Beam.Query Convenience type to declare many-to-many relationships with additional data. See the manual section on relationships for more information