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. anything :: forall (m :: Type -> Type) a . Monad m => Predicate m a

    skeletest Skeletest.Internal.Predicate

    A predicate that matches any value

  2. anything :: forall (m :: Type -> Type) a . Monad m => Predicate m a

    skeletest Skeletest.Predicate

    A predicate that matches any value

  3. any# :: e -> Parser e s Char#

    bytesmith Data.Bytes.Parser.Ascii

    Variant of any with unboxed result.

  4. any# :: e -> Parser e s Char#

    bytesmith Data.Bytes.Parser.Utf8

    Interpret the next one to four bytes as a UTF-8-encoded character. Fails if the decoded codepoint is in the range U+D800 through U+DFFF.

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

    checkers Test.QuickCheck.Instances.List

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

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

    commonmark Commonmark.TokParsers

    Parses any Symbol Tok.

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

    commonmark Commonmark.TokParsers

    Parses any Tok.

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

    dhall Dhall.Optics

    Identical to Control.Lens.anyOf

  9. 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

  10. 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

Page 71 of many | Previous | Next