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. mkForeignExportOcc :: OccName -> OccName

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

  2. transformGREs :: (GlobalRdrElt -> GlobalRdrElt) -> [OccName] -> GlobalRdrEnv -> GlobalRdrEnv

    ghc-lib-parser GHC.Types.Name.Reader

    Apply a transformation function to the GREs for these OccNames

  3. coreTyLamForAllTyFlag :: ForAllTyFlag

    ghc-lib-parser GHC.Types.Var

    The ForAllTyFlag on a (Lam a e) term, where a is a type variable. If you want other ForAllTyFlag, use a cast. See Note [Required foralls in Core] in GHC.Core.TyCo.Rep

  4. isInferredForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  5. isInvisibleForAllTyBinder :: ForAllTyBinder -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  6. isInvisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    Does this ForAllTyFlag classify an argument that is not written in Haskell?

  7. isSpecifiedForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  8. isVisibleForAllTyBinder :: ForAllTyBinder -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  9. isVisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    Does this ForAllTyFlag classify an argument that is written in Haskell?

  10. mkForAllTyBinder :: vis -> TyCoVar -> VarBndr TyCoVar vis

    ghc-lib-parser GHC.Types.Var

    Make a named binder

Page 709 of many | Previous | Next