Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.ForeignCall None of the above can happen; the call will return without interacting with the runtime system at all. Specifically:
- No GC
- No call backs
- No blocking
- No precise exceptions
-
ghc GHC.Types.ForeignCall Might invoke Haskell GC, or do a call back, or switch threads, etc. So make sure things are tidy before the call. Additionally, in the threaded RTS we arrange for the external call to be executed by a separate OS thread, i.e., _concurrently_ to the execution of other Haskell threads.
-
ghc GHC.Types.ForeignCall No documentation available.
PatSynName :: Name -> ConLikeNameghc GHC.Types.GREInfo No documentation available.
-
No documentation available.
PrimOpId :: PrimOp -> ConcreteTyVars -> IdDetailsghc GHC.Types.Id.Info The Id is for a primitive operator.
-
No documentation available.
-
ghc GHC.Types.Name.Reader See Note [Parents]
-
ghc GHC.Types.Name.Reader No documentation available.
PatSynName :: Name -> ConLikeNameghc GHC.Types.Name.Reader No documentation available.