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.

  1. PlayRisky :: Safety

    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

  2. PlaySafe :: Safety

    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.

  3. PrimCallConv :: CCallConv

    ghc GHC.Types.ForeignCall

    No documentation available.

  4. PatSynName :: Name -> ConLikeName

    ghc GHC.Types.GREInfo

    No documentation available.

  5. module GHC.Types.Hint.Ppr

    No documentation available.

  6. PrimOpId :: PrimOp -> ConcreteTyVars -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is for a primitive operator.

  7. module GHC.Types.Name.Ppr

    No documentation available.

  8. data Parent

    ghc GHC.Types.Name.Reader

    See Note [Parents]

  9. ParentIs :: Name -> Parent

    ghc GHC.Types.Name.Reader

    No documentation available.

  10. PatSynName :: Name -> ConLikeName

    ghc GHC.Types.Name.Reader

    No documentation available.

Page 165 of many | Previous | Next