Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. matchAny :: RoutePattern -> ActionM () -> ScottyM ()

    scotty Web.Scotty

    Add a route that matches regardless of the HTTP verb.

  2. tryAnyStatus :: MonadUnliftIO m => m a -> m Bool

    scotty Web.Scotty.Internal.Types

    catches either ActionError (thrown by next), ScottyException (thrown if e.g. a query parameter is not found) or StatusError (via raiseStatus)

  3. matchAny :: forall (m :: Type -> Type) . MonadUnliftIO m => RoutePattern -> ActionT m () -> ScottyT m ()

    scotty Web.Scotty.Trans

    Add a route that matches regardless of the HTTP verb.

  4. matchAny :: forall (m :: Type -> Type) . MonadUnliftIO m => RoutePattern -> ActionT m () -> ScottyT m ()

    scotty Web.Scotty.Trans.Strict

    Add a route that matches regardless of the HTTP verb.

  5. MatchAnyChar :: Regex

    skylighting-core Skylighting.Regex

    No documentation available.

  6. ManichaeanYodh :: JoiningGroup

    text-icu Data.Text.ICU.Char

    No documentation available.

  7. Osmanya :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  8. u_TOO_MANY_ALIASES_ERROR :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

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

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

Page 139 of many | Previous | Next