Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GL_INTERNALFORMAT_SHARED_SIZE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_MAX_COMPUTE_SHARED_MEMORY_SIZE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_SHARED_EDGE_NV :: GLubyteOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_SHARED_TEXTURE_PALETTE_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_STORAGE_SHARED_APPLE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_TEXTURE_SHARED_SIZE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_TEXTURE_SHARED_SIZE_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final value, discarding the final state (via Effectful.State.Static.Shared).
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final state, discarding the final value (via Effectful.State.Static.Shared).
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final value along with the final state (via Effectful.State.Static.Shared).