Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. PrefixI :: FixityI

    base GHC.Generics

    No documentation available.

  2. PermissionDenied :: IOErrorType

    base GHC.IO.Exception

    No documentation available.

  3. ProtocolError :: IOErrorType

    base GHC.IO.Exception

    No documentation available.

  4. module GHC.Pack

    Deprecated: The exports of this module should be instead imported from GHC.Exts

  5. module GHC.Profiling

    No documentation available.

  6. module GHC.Ptr

    The Ptr and FunPtr types and operations.

  7. data Ptr a

    base GHC.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.

  8. Ptr :: Addr# -> Ptr a

    base GHC.Ptr

    No documentation available.

  9. data ParFlags

    base GHC.RTS.Flags

    Parameters pertaining to parallelism

  10. ParFlags :: Word32 -> Bool -> Word32 -> Bool -> Word32 -> Bool -> Word32 -> Word32 -> Word32 -> Bool -> ParFlags

    base GHC.RTS.Flags

    No documentation available.

Page 18 of many | Previous | Next