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.
anyEllipsisVar :: QName -> SpineClause -> [Name] -> TCM BoolAgda Agda.Interaction.MakeCase No documentation available.
anyAbstract :: AnyAbstract a => a -> BoolAgda Agda.Syntax.Abstract No documentation available.
anyIsAbstract :: AnyIsAbstract a => a -> IsAbstractAgda Agda.Syntax.Common No documentation available.
anyDefs :: GetDefs a => (QName -> Bool) -> a -> TCM (Set QName)Agda Agda.Termination.RecCheck anysDef names a returns all definitions from names that are used in a.
anyRigid :: (AnyRigid a, PureTCM tcm) => (Nat -> tcm Bool) -> a -> tcm BoolAgda Agda.TypeChecking.MetaVars.Occurs No documentation available.
anyListT :: Monad m => ListT m a -> (a -> m Bool) -> m BoolAgda Agda.Utils.ListT Lazy monadic disjunction of lazy monadic list, effects left-to-right
anyM :: (Foldable f, Monad m) => (a -> m Bool) -> f a -> m BoolAgda Agda.Utils.Monad No documentation available.
-
RefSerialize Data.RefSerialize.Parser No documentation available.
anyToken :: forall s (m :: Type -> Type) u . Stream s m Token => ParsecT s u m Tokenace ACE.Combinators The parser anyToken accepts any kind of token. It is for example used to implement eof. Returns the accepted token.
anyChar :: Input inp => MkParser inp Charappar Text.Appar.ByteString This parser succeeds for any character. Returns the parsed character.