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. skipMany :: forall s u (m :: Type -> Type) a . ParsecT s u m a -> ParsecT s u m ()

    pandoc Text.Pandoc.Parsing

    skipMany p applies the parser p zero or more times, skipping its result.

    spaces  = skipMany space
    

  2. skipMany1 :: forall s (m :: Type -> Type) t u a . Stream s m t => ParsecT s u m a -> ParsecT s u m ()

    pandoc Text.Pandoc.Parsing

    skipMany1 p applies the parser p one or more times, skipping its result.

  3. stringAnyCase :: forall s (m :: Type -> Type) st . (Stream s m Char, UpdateSourcePos s Char) => Text -> ParsecT s st m Text

    pandoc Text.Pandoc.Parsing

    Parse string, case insensitive.

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

    scotty Web.Scotty

    Add a route that matches regardless of the HTTP verb.

  5. 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)

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

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

  8. MatchAnyChar :: Regex

    skylighting-core Skylighting.Regex

    No documentation available.

  9. ManichaeanYodh :: JoiningGroup

    text-icu Data.Text.ICU.Char

    No documentation available.

  10. Osmanya :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

Page 140 of many | Previous | Next