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.

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

    ghc GHC.Parser.PostProcess

    No documentation available.

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

  3. warnPrepositiveQualifiedModule :: SrcSpan -> P ()

    ghc GHC.Parser.PostProcess

    No documentation available.

  4. Required :: ForAllTyFlag

    ghc GHC.Plugins

    No documentation available.

  5. mkEqPredCoOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  6. mkEqPredCoOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

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

  8. mkPrimEqPred :: Type -> Type -> Type

    ghc GHC.Plugins

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

  9. mkPrimEqPredRole :: Role -> Type -> Type -> PredType

    ghc GHC.Plugins

    Makes a lifted equality predicate at the given role

  10. mkRepEqOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

Page 208 of many | Previous | Next