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. ReadSmallArrayOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  2. ReadTVarIOOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  3. ReadTVarOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  4. ReadWriteEffect :: PrimOpEffect

    ghc GHC.Builtin.PrimOps

    No documentation available.

  5. ReadOnlyData :: SectionType

    ghc GHC.Cmm

    No documentation available.

  6. ReadOnlySection :: SectionProtection

    ghc GHC.Cmm

    No documentation available.

  7. ReadWriteSection :: SectionProtection

    ghc GHC.Cmm

    No documentation available.

  8. data ReadInterfaceError

    ghc GHC.Iface.Errors.Types

    No documentation available.

  9. ReadNone :: LlvmFuncAttr

    ghc GHC.Llvm

    This attribute indicates that the function computes its result (or decides to unwind an exception) based strictly on its arguments, without dereferencing any pointer arguments or otherwise accessing any mutable state (e.g. memory, control registers, etc) visible to caller functions. It does not write through any pointer arguments (including byval arguments) and never changes any state visible to callers. This means that it cannot unwind exceptions by calling the C++ exception throwing methods, but could use the unwind instruction.

  10. ReadOnly :: LlvmFuncAttr

    ghc GHC.Llvm

    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.

Page 375 of many | Previous | Next