• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyFreeVarsOfTypes :: (TyCoVar -> Bool) -> [Type] -> Bool

    ghc-lib-parser GHC.Core.TyCo.FVs

    No documentation available.

  2. anyTyConEnv :: (elt -> Bool) -> TyConEnv elt -> Bool

    ghc-lib-parser GHC.Core.TyCon.Env

    No documentation available.

  3. anyFreeVarsOfType :: (TyCoVar -> Bool) -> Type -> Bool

    ghc-lib-parser GHC.Core.Type

    No documentation available.

  4. anyFreeVarsOfTypes :: (TyCoVar -> Bool) -> [Type] -> Bool

    ghc-lib-parser GHC.Core.Type

    No documentation available.

  5. anyBag :: (a -> Bool) -> Bag a -> Bool

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  6. anyBagM :: Monad m => (a -> m Bool) -> Bag a -> m Bool

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  7. anyLConIsGadt :: Foldable f => f (GenLocated l (ConDecl pass)) -> Bool

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  8. anyRewritableTyFamApp :: EqRel -> (UnderFam -> EqRel -> TyCon -> [TcType] -> Bool) -> TcType -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  9. anyRewritableTyVar :: EqRel -> (UnderFam -> EqRel -> TcTyVar -> Bool) -> TcType -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  10. anyTy_maybe :: Type -> Maybe Kind

    ghc-lib-parser GHC.Tc.Utils.TcType

    Check whether the type is of the form Any :: k, returning the kind k.

Page 69 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete