Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Tc.Utils.TcType No documentation available.
-
ghc GHC.Tc.Utils.TcType 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
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" PuFail :: CheckTyEqResult -> PuResult a bghc GHC.Tc.Utils.Unify No documentation available.
PuOK :: Bag a -> b -> PuResult a bghc GHC.Tc.Utils.Unify No documentation available.
-
ghc GHC.Tc.Utils.Unify No documentation available.
-
ghc GHC.Tc.Validity No documentation available.
PatSynCtxt :: Name -> UserTypeCtxtghc GHC.Tc.Validity No documentation available.
Phase :: PhaseNum -> CompilerPhaseghc GHC.Types.Basic No documentation available.
-
ghc GHC.Types.Basic Phase Number
-
ghc GHC.Types.Basic A general-purpose pretty-printing precedence type.