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.
-
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.
module Graphics.GL.Ext.EXT.
ReadFormatBgra No documentation available.
module Graphics.GL.Ext.IMG.
ReadFormat No documentation available.
module Graphics.GL.Ext.NV.
ReadBuffer No documentation available.
module Graphics.GL.Ext.NV.
ReadBufferFront No documentation available.
module Graphics.GL.Ext.NV.
ReadDepth No documentation available.
module Graphics.GL.Ext.NV.
ReadDepthStencil No documentation available.
module Graphics.GL.Ext.NV.
ReadStencil No documentation available.
module Graphics.GL.Ext.OES.
ReadFormat No documentation available.
-
gogol-appengine Gogol.AppEngine Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. See: newReadinessCheck smart constructor.