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. ReadNone :: LlvmFuncAttr

    ghc GHC.Llvm.Types

    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.

  2. ReadOnly :: LlvmFuncAttr

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

  3. type ReadS a = String -> [(a, String)]

    ghc GHC.Prelude.Basic

    No documentation available.

  4. module GHC.Types.Name.Reader

    GHC uses several kinds of name internally:

  5. ReadCommitted :: IsolationLevel

    persistent Database.Persist.Sql

    No documentation available.

  6. ReadUncommitted :: IsolationLevel

    persistent Database.Persist.Sql

    No documentation available.

  7. ReadCommitted :: IsolationLevel

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

  8. ReadUncommitted :: IsolationLevel

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

  9. ReadCommitted :: IsolationLevel

    persistent Database.Persist.SqlBackend.Internal.IsolationLevel

    No documentation available.

  10. ReadUncommitted :: IsolationLevel

    persistent Database.Persist.SqlBackend.Internal.IsolationLevel

    No documentation available.

Page 376 of many | Previous | Next