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.
manyAccum :: (a -> [a] -> [a]) -> Parser a -> Parser [a]trifecta Text.Trifecta.Parser No documentation available.
ContextReleaseBehavior'Any :: ContextReleaseBehaviorGLFW-b Graphics.UI.GLFW No documentation available.
OpenGLProfile'Any :: OpenGLProfileGLFW-b Graphics.UI.GLFW No documentation available.
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.
sExecuteMany :: Statement -> [[Maybe String]] -> IO ()HDBC Database.HDBC Like executeMany, but take a list of Maybe Strings instead of SqlValues.
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.
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.
pattern
GL_ANY_SAMPLES_PASSED_CONSERVATIVE :: GLenumOpenGLRaw Graphics.GL.ARB.ES3Compatibility No documentation available.
pattern
GL_ANY_SAMPLES_PASSED :: GLenumOpenGLRaw Graphics.GL.ARB.OcclusionQuery2 No documentation available.
pattern
GL_ANY_SAMPLES_PASSED :: GLenumOpenGLRaw Graphics.GL.Compatibility33 No documentation available.