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.

  1. pattern GL_INTERNALFORMAT_SHARED_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  2. pattern GL_MAX_COMPUTE_SHARED_MEMORY_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  3. pattern GL_SHARED_EDGE_NV :: GLubyte

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  4. pattern GL_SHARED_TEXTURE_PALETTE_EXT :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  5. pattern GL_STORAGE_SHARED_APPLE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  6. pattern GL_TEXTURE_SHARED_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  7. pattern GL_TEXTURE_SHARED_SIZE_EXT :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  8. evalStateShared :: forall s (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => s -> Eff (State s ': es) a -> Eff es a

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

  9. execStateShared :: forall s (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => s -> Eff (State s ': es) a -> Eff es s

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

  10. runStateShared :: forall s (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => s -> Eff (State s ': es) a -> Eff es (a, s)

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

Page 35 of many | Previous | Next