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.
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
-
pandoc Text.Pandoc.Parsing skipMany1 p applies the parser p one or more times, skipping its result.
-
pandoc Text.Pandoc.Parsing Parse string, case insensitive.
matchAny :: RoutePattern -> ActionM () -> ScottyM ()scotty Web.Scotty Add a route that matches regardless of the HTTP verb.
tryAnyStatus :: MonadUnliftIO m => m a -> m Boolscotty 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)
-
scotty Web.Scotty.Trans Add a route that matches regardless of the HTTP verb.
-
scotty Web.Scotty.Trans.Strict Add a route that matches regardless of the HTTP verb.
-
skylighting-core Skylighting.Regex No documentation available.
ManichaeanYodh :: JoiningGrouptext-icu Data.Text.ICU.Char No documentation available.
-
text-icu Data.Text.ICU.Char No documentation available.