Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ProtocolError :: IOErrorType

    ghc-internal GHC.Internal.IO.Exception

    No documentation available.

  2. data PrimMVar

    ghc-internal GHC.Internal.MVar

    No documentation available.

  3. module GHC.Internal.Pack

    ⚠ Warning: Starting base-4.18, this module is being deprecated. See https://gitlab.haskell.org/ghc/ghc/-/issues/21461 for more information. This module provides a small set of low-level functions for packing and unpacking a chunk of bytes. Used by code emitted by the compiler plus the prelude libraries. The programmer level view of packed strings is provided by a GHC system library PackedString.

  4. module GHC.Internal.Profiling

    No documentation available.

  5. module GHC.Internal.Ptr

    The Ptr and FunPtr types and operations.

  6. data Ptr a

    ghc-internal GHC.Internal.Ptr

    A value of type Ptr a represents a pointer to an object, or an array of objects, which may be marshalled to or from Haskell values of type a. The type a will often be an instance of class Storable which provides the marshalling operations. However this is not essential, and you can provide your own operations to access the pointer. For example you might write small foreign functions to get or set the fields of a C struct.

  7. Ptr :: Addr# -> Ptr a

    ghc-internal GHC.Internal.Ptr

    No documentation available.

  8. data ParFlags

    ghc-internal GHC.Internal.RTS.Flags

    Parameters pertaining to parallelism

  9. ParFlags :: Word32 -> Bool -> Word32 -> Bool -> Word32 -> Bool -> Word32 -> Word32 -> Word32 -> Bool -> ParFlags

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  10. data ProfFlags

    ghc-internal GHC.Internal.RTS.Flags

    Parameters of the cost-center profiler

Page 403 of many | Previous | Next