Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. u_TOO_MANY_ALIASES_ERROR :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  2. SkeletonAnyCase :: SkeletonTypeOverride

    text-icu Data.Text.ICU.Spoof

    By default, getSkeleton assumes the input string has already been passed through toCaseFold and is lower-case. Pass this flag to override that behavior and allow upper and lower-case strings.

  3. htmlAnyContain :: HasCallStack => Query -> String -> YesodExample site ()

    yesod-test Yesod.Test

    Queries the HTML using a CSS selector, and passes if any matched element contains the given string.

    Examples

    {-# LANGUAGE OverloadedStrings #-}
    get HomeR
    htmlAnyContain "p" "Hello" -- At least one <p> tag contains the string "Hello"
    
    Since 0.3.5

  4. Many :: Multiplicity

    ghc-internal GHC.Internal.Base

    No documentation available.

  5. compactContainsAny# :: a -> State# RealWorld -> (# State# RealWorld, Int# #)

    ghc-internal GHC.Internal.Base

    Returns 1# if the object is in any CNF at all, 0# otherwise.

  6. many :: Alternative f => f a -> f [a]

    ghc-internal GHC.Internal.Base

    Zero or more.

    Examples

    >>> many (putStr "la")
    lalalalalalalalala... * goes on forever *
    
    >>> many Nothing
    Just []
    
    >>> take 5 <$> many (Just 1)
    * hangs forever *
    
    Note that this function can be used with Parsers based on Applicatives. In that case many parser will attempt to parse parser zero or more times until it fails.

  7. getAny :: Any -> Bool

    ghc-internal GHC.Internal.Data.Monoid

    No documentation available.

  8. getAny :: Any -> Bool

    ghc-internal GHC.Internal.Data.Semigroup.Internal

    No documentation available.

  9. Many :: Multiplicity

    ghc-internal GHC.Internal.Exts

    No documentation available.

  10. compactContainsAny# :: a -> State# RealWorld -> (# State# RealWorld, Int# #)

    ghc-internal GHC.Internal.Exts

    Returns 1# if the object is in any CNF at all, 0# otherwise.

Page 141 of many | Previous | Next