Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. isForAllTy_ty :: Type -> Bool

    ghc GHC.Plugins

    Like isForAllTy, but returns True only if it is a tyvar binder

  2. isInvisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc GHC.Plugins

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

  3. isVisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc GHC.Plugins

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

  4. mkForAllCo :: HasDebugCallStack => TyCoVar -> ForAllTyFlag -> ForAllTyFlag -> CoercionN -> Coercion -> Coercion

    ghc GHC.Plugins

    Make a Coercion from a tycovar, a kind coercion, and a body coercion.

  5. mkForAllTy :: ForAllTyBinder -> Type -> Type

    ghc GHC.Plugins

    Like mkTyCoForAllTy, but does not check the occurrence of the binder See Note [Unused coercion variable in ForAllTy]

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

    ghc GHC.Plugins

    Make a named binder

  7. mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]

    ghc GHC.Plugins

    Make many named binders

  8. mkForAllTys :: [ForAllTyBinder] -> Type -> Type

    ghc GHC.Plugins

    Wraps foralls over the type using the provided TyCoVars from left to right

  9. mkForeignExportOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  10. mkForeignExportOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

Page 473 of many | Previous | Next