Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. manyAccum :: (a -> [a] -> [a]) -> Parser a -> Parser [a]

    trifecta Text.Trifecta.Parser

    No documentation available.

  2. many :: (Alternative m, Vector vector a) => m a -> m (vector a)

    vector-builder VectorBuilder.Alternative

    No documentation available.

  3. manyBuilder :: Alternative m => m a -> m (Builder a)

    vector-builder VectorBuilder.Alternative

    No documentation available.

  4. many :: (MonadPlus m, Vector vector element) => m element -> m (vector element)

    vector-builder VectorBuilder.MonadPlus

    No documentation available.

  5. many1 :: (MonadPlus m, Vector vector element) => m element -> m (vector element)

    vector-builder VectorBuilder.MonadPlus

    No documentation available.

  6. manyBuilder :: MonadPlus m => m element -> m (Builder element)

    vector-builder VectorBuilder.MonadPlus

    No documentation available.

  7. ContextReleaseBehavior'Any :: ContextReleaseBehavior

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  8. OpenGLProfile'Any :: OpenGLProfile

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  9. executeMany :: Statement -> [[SqlValue]] -> IO ()

    HDBC Database.HDBC

    Execute the query with many rows. The return value is the return value from the final row as if you had called execute on it. Due to optimizations that are possible due to different databases and driver designs, this can often be significantly faster than using execute multiple times since queries need to be compiled only once. This is most useful for non-SELECT statements.

  10. sExecuteMany :: Statement -> [[Maybe String]] -> IO ()

    HDBC Database.HDBC

    Like executeMany, but take a list of Maybe Strings instead of SqlValues.

Page 166 of many | Previous | Next