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. Pair :: a -> a -> Pair a

    ghc-lib-parser GHC.Data.Pair

    No documentation available.

  2. data Pair a b

    ghc-lib-parser GHC.Data.Strict

    No documentation available.

  3. type Prefix = Word64

    ghc-lib-parser GHC.Data.Word64Map.Internal

    No documentation available.

  4. type Prefix = Word64

    ghc-lib-parser GHC.Data.Word64Set.Internal

    No documentation available.

  5. data PrimitiveImplementation

    ghc-lib-parser GHC.Driver.Backend

    This enumeration type specifies how the back end wishes GHC's primitives to be implemented. (Module GHC.StgToCmm.Prim provides a generic implementation of every primitive, but some primitives, like IntQuotRemOp, can be implemented more efficiently by certain back ends on certain platforms. For example, by using a machine instruction that simultaneously computes quotient and remainder.) For the meaning of each alternative, consult GHC.StgToCmm.Config. (In a perfect world, type PrimitiveImplementation would be defined there, in the module that determines its meaning. But I could not figure out how to do it without mutual recursion across module boundaries.)

  6. PassFlag :: (String -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc-lib-parser GHC.Driver.CmdLine

    No documentation available.

  7. Prefix :: (String -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc-lib-parser GHC.Driver.CmdLine

    No documentation available.

  8. module GHC.Driver.Config.Parser

    No documentation available.

  9. data PackageArg

    ghc-lib-parser GHC.Driver.DynFlags

    We accept flags which make packages visible, but how they select the package varies; this data type reflects what selection criterion is used.

  10. PackageArg :: String -> PackageArg

    ghc-lib-parser GHC.Driver.DynFlags

    -package, by PackageName

Page 511 of many | Previous | Next