Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. anyList :: Gen a -> Gen [a]

    checkers Test.QuickCheck.Instances.List

    Generates any list (possibly empty) with the contents generated using its argument.

  2. anySymbol :: forall (m :: Type -> Type) s . Monad m => ParsecT [Tok] s m Tok

    commonmark Commonmark.TokParsers

    Parses any Symbol Tok.

  3. anyTok :: forall (m :: Type -> Type) s . Monad m => ParsecT [Tok] s m Tok

    commonmark Commonmark.TokParsers

    Parses any Tok.

  4. anyOf :: Getting Any s a -> (a -> Bool) -> s -> Bool

    dhall Dhall.Optics

    Identical to Control.Lens.anyOf

  5. anyLabel :: Parser Text

    dhall Dhall.Parser.Token

    Same as label except that built-in names are allowed This corresponds to the any-label rule in the official grammar

  6. anyLabelOrSome :: Parser Text

    dhall Dhall.Parser.Token

    Same as anyLabel except that Some is allowed This corresponds to the any-label-or-some rule in the official grammar

  7. anyElement :: ParserSource input => Parser input (Element input)

    foundation Foundation.Parser

    Get the next `Element input` from the parser

  8. anyWithKey :: FoldableWithKey t => (Key t -> a -> Bool) -> t a -> Bool

    keys Data.Key

    No documentation available.

  9. anyS :: Selective f => (a -> f Bool) -> [a] -> f Bool

    rebase Rebase.Prelude

    A lifted version of any. Retains the short-circuiting behaviour.

  10. anyChar8 :: Scanner Char

    scanner Scanner

    Consume the next 8-bit char It fails if end of input

Page 70 of many | Previous | Next