Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. ReadOnly :: LlvmFuncAttr

    ghc-lib GHC.Llvm.Types

    This attribute indicates that the function does not write through any pointer arguments (including byval arguments) or otherwise modify any state (e.g. memory, control registers, etc) visible to caller functions. It may dereference pointer arguments and read state that may be set in the caller. A readonly function always returns the same value (or unwinds an exception identically) when called with the same set of arguments and global state. It cannot unwind an exception by calling the C++ exception throwing methods, but may use the unwind instruction.

  2. module Graphics.GL.Ext.EXT.ReadFormatBgra

    No documentation available.

  3. module Graphics.GL.Ext.IMG.ReadFormat

    No documentation available.

  4. module Graphics.GL.Ext.NV.ReadBuffer

    No documentation available.

  5. module Graphics.GL.Ext.NV.ReadBufferFront

    No documentation available.

  6. module Graphics.GL.Ext.NV.ReadDepth

    No documentation available.

  7. module Graphics.GL.Ext.NV.ReadDepthStencil

    No documentation available.

  8. module Graphics.GL.Ext.NV.ReadStencil

    No documentation available.

  9. module Graphics.GL.Ext.OES.ReadFormat

    No documentation available.

  10. data ReadinessCheck

    gogol-appengine Gogol.AppEngine

    Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. See: newReadinessCheck smart constructor.

Page 426 of many | Previous | Next