Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Parser.Lexer No documentation available.
-
ghc GHC.Parser.PostProcess No documentation available.
requireExplicitNamespaces :: MonadP m => SrcSpan -> m ()ghc GHC.Parser.PostProcess No documentation available.
requireLTPuns :: PsErrPunDetails -> Located a -> Located b -> P ()ghc GHC.Parser.PostProcess Emit an error of type PsErrInvalidPun with a location from start to end if the extension ListTuplePuns is disabled. This is used in Parser.y to guard rules that require punning.
warnPrepositiveQualifiedModule :: SrcSpan -> P ()ghc GHC.Parser.PostProcess No documentation available.
-
ghc GHC.Plugins No documentation available.
mkEqPredCoOcc :: OccName -> OccNameghc GHC.Plugins No documentation available.
mkEqPredCoOcc :: OccName -> OccNameghc GHC.Plugins No documentation available.
mkNomPrimEqPred :: Kind -> Type -> Type -> Typeghc GHC.Plugins Creates a primitive nominal type equality predicate with an explicit (but homogeneous) kind: (~#) k k ty1 ty2
mkPrimEqPred :: Type -> Type -> Typeghc GHC.Plugins Creates a primitive nominal type equality predicate. t1 ~# t2 Invariant: the types are not Coercions