Hoogle Search

Within LTS Haskell 24.40 (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. ContextReleaseBehavior'Any :: ContextReleaseBehavior

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  3. OpenGLProfile'Any :: OpenGLProfile

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  4. 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.

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

    HDBC Database.HDBC

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

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

    HDBC Database.HDBC.Statement

    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.

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

    HDBC Database.HDBC.Types

    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.

  8. pattern GL_ANY_SAMPLES_PASSED_CONSERVATIVE :: GLenum

    OpenGLRaw Graphics.GL.ARB.ES3Compatibility

    No documentation available.

  9. pattern GL_ANY_SAMPLES_PASSED :: GLenum

    OpenGLRaw Graphics.GL.ARB.OcclusionQuery2

    No documentation available.

  10. pattern GL_ANY_SAMPLES_PASSED :: GLenum

    OpenGLRaw Graphics.GL.Compatibility33

    No documentation available.

Page 164 of many | Previous | Next