• 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. anyLConIsGadt :: Foldable f => f (GenLocated l (ConDecl pass)) -> Bool

    ghc GHC.Hs.Decls

    No documentation available.

  2. anyFreeVarsOfCo :: (TyCoVar -> Bool) -> Coercion -> Bool

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  6. anyRewritableTyVar :: EqRel -> (EqRel -> TcTyVar -> Bool) -> TcType -> Bool

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  7. anyTy_maybe :: Type -> Maybe Kind

    ghc GHC.Tc.Utils.TcType

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

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

    ghc GHC.Types.Name.Env

    No documentation available.

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

    ghc GHC.Types.Unique.Map

    No documentation available.

  10. anyDVarEnv :: (a -> Bool) -> DVarEnv a -> Bool

    ghc GHC.Types.Var.Env

    No documentation available.

Page 50 of many | Previous | Next

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