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

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. anyFreeVarsOfType :: (TyCoVar -> Bool) -> Type -> Bool

    ghc-lib-parser GHC.Core.Type

    No documentation available.

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

    ghc-lib-parser GHC.Core.Type

    No documentation available.

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

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

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

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

  9. anyNameEnv :: (elt -> Bool) -> NameEnv elt -> Bool

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

    No documentation available.

  10. anyUniqMap :: (a -> Bool) -> UniqMap k a -> Bool

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

Page 68 of many | Previous | Next

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