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. anyListT :: Monad m => ListT m a -> (a -> m Bool) -> m Bool

    Agda Agda.Utils.ListT

    Lazy monadic disjunction of lazy monadic list, effects left-to-right

  2. anyM :: (Foldable f, Monad m) => (a -> m Bool) -> f a -> m Bool

    Agda Agda.Utils.Monad

    No documentation available.

  3. anyChar :: STR Char

    RefSerialize Data.RefSerialize.Parser

    No documentation available.

  4. anyToken :: forall s (m :: Type -> Type) u . Stream s m Token => ParsecT s u m Token

    ace ACE.Combinators

    The parser anyToken accepts any kind of token. It is for example used to implement eof. Returns the accepted token.

  5. anyChar :: Input inp => MkParser inp Char

    appar Text.Appar.ByteString

    This parser succeeds for any character. Returns the parsed character.

  6. anyChar :: Input inp => MkParser inp Char

    appar Text.Appar.LazyByteString

    This parser succeeds for any character. Returns the parsed character.

  7. anyChar :: Input inp => MkParser inp Char

    appar Text.Appar.String

    This parser succeeds for any character. Returns the parsed character.

  8. anyConflict :: forall (table :: (Type -> Type) -> Type) . BeamHasInsertOnConflict be => SqlConflictTarget be table

    beam-postgres Database.Beam.Postgres.Full

    No documentation available.

  9. anyChar :: Get Char

    binary-parsers Data.Binary.Parser.Char8

    Match any character.

  10. anyWord8 :: Get Word8

    binary-parsers Data.Binary.Parser.Word8

    Match any byte.

Page 83 of many | Previous | Next