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.

  1. ITsimpleQuote :: Token

    ghc GHC.Parser.Lexer

    No documentation available.

  2. mkTyFamInstEqn :: SrcSpan -> HsOuterFamEqnTyVarBndrs GhcPs -> LHsType GhcPs -> LHsType GhcPs -> [AddEpAnn] -> P (LTyFamInstEqn GhcPs)

    ghc GHC.Parser.PostProcess

    No documentation available.

  3. requireExplicitNamespaces :: MonadP m => SrcSpan -> m ()

    ghc GHC.Parser.PostProcess

    No documentation available.

  4. 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.

  5. warnPrepositiveQualifiedModule :: SrcSpan -> P ()

    ghc GHC.Parser.PostProcess

    No documentation available.

  6. Required :: ForAllTyFlag

    ghc GHC.Plugins

    No documentation available.

  7. mkEqPredCoOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  8. mkEqPredCoOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  9. mkNomPrimEqPred :: Kind -> Type -> Type -> Type

    ghc GHC.Plugins

    Creates a primitive nominal type equality predicate with an explicit (but homogeneous) kind: (~#) k k ty1 ty2

  10. mkPrimEqPred :: Type -> Type -> Type

    ghc GHC.Plugins

    Creates a primitive nominal type equality predicate. t1 ~# t2 Invariant: the types are not Coercions

Page 208 of many | Previous | Next