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. PprProgramError :: String -> SDoc -> GhcException

    ghc GHC

    No documentation available.

  2. PprSorry :: String -> SDoc -> GhcException

    ghc GHC

    No documentation available.

  3. type PredType = Type

    ghc GHC

    A type of the form p of constraint kind represents a value whose type is the Haskell predicate p, where a predicate is what occurs before the => in a Haskell type. We use PredType as documentation to mark those types that we guarantee to have this kind. It can be expanded into its representation, but:

    • The type checker must treat it as opaque
    • The rest of the compiler treats it as transparent
    Consider these examples:
    f :: (Eq a) => a -> Int
    g :: (?x :: Int -> Int) => a -> Int
    h :: (r\l) => {r} => {l::Int | r}
    
    Here the Eq a and ?x :: Int -> Int and rl are all called "predicates"

  4. Prefix :: LexicalFixity

    ghc GHC

    No documentation available.

  5. ProgramError :: String -> GhcException

    ghc GHC

    An error in the user's code, probably.

  6. module GHC.Builtin.PrimOps

    No documentation available.

  7. ParOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  8. Pdep16Op :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  9. Pdep32Op :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  10. Pdep64Op :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

Page 102 of many | Previous | Next