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 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.
-
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.
type
ReadS a = String -> [(a, String)]ghc GHC.Prelude.Basic No documentation available.
-
GHC uses several kinds of name internally:
- OccName: see GHC.Types.Name.Occurrence#name_types
- RdrName is the type of names that come directly from the parser. They have not yet had their scoping and binding resolved by the renamer and can be thought of to a first approximation as an OccName with an optional module qualifier
- Name: see GHC.Types.Name#name_types
- Id: see GHC.Types.Id#name_types
- Var: see GHC.Types.Var#name_types
ReadCommitted :: IsolationLevelpersistent Database.Persist.Sql No documentation available.
ReadUncommitted :: IsolationLevelpersistent Database.Persist.Sql No documentation available.
ReadCommitted :: IsolationLevelpersistent Database.Persist.Sql.Types.Internal No documentation available.
ReadUncommitted :: IsolationLevelpersistent Database.Persist.Sql.Types.Internal No documentation available.
ReadCommitted :: IsolationLevelpersistent Database.Persist.SqlBackend.Internal.IsolationLevel No documentation available.
ReadUncommitted :: IsolationLevelpersistent Database.Persist.SqlBackend.Internal.IsolationLevel No documentation available.