Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. anySame :: Eq a => [a] -> Bool

    extra Extra

    Is there any element which occurs more than once.

    anySame [1,1,2] == True
    anySame [1,2,3] == False
    anySame (1:2:1:undefined) == True
    anySame [] == False
    \xs -> anySame xs == (length (nub xs) < length xs)
    

  2. anyTyConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  3. anyclassStrategyIdKey :: Unique

    ghc GHC.Builtin.Names.TH

    No documentation available.

  4. anyclassStrategyName :: Name

    ghc GHC.Builtin.Names.TH

    No documentation available.

  5. anyTy :: Type

    ghc GHC.Builtin.Types

    No documentation available.

  6. anyTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

  7. anyTypeOfKind :: Kind -> Type

    ghc GHC.Builtin.Types

    No documentation available.

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

    ghc GHC.Core.Coercion

    No documentation available.

  9. anyInstEnv :: (ClsInst -> Bool) -> InstEnv -> Bool

    ghc GHC.Core.InstEnv

    No documentation available.

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

    ghc GHC.Core.TyCo.FVs

    No documentation available.

Page 47 of many | Previous | Next