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.
matchAnyValue :: (Attribute name, Eq string) => String -> [string] -> T name string -> Boolxml-basic Text.XML.Basic.Attribute matchManyValues name [value0, value1] attrs checks whether (name, value0) or (name, value1) is contained in attrs. The values are handled case-sensitive.
many :: (a -> ShowS) -> [a] -> ShowSxml-basic Text.XML.Basic.Format No documentation available.
matchAny :: C name => [String] -> name -> Boolxml-basic Text.XML.Basic.Name No documentation available.
failManyT :: forall (m :: Type -> Type) e a . Applicative m => [e] -> FailT e m aFailT Control.Monad.Trans.Fail Similar to failT, but accepts a list of failures.
runFailAgg (foldMap failT (xs :: [String])) == runFailAgg (failManyT xs)
failManyT :: forall (m :: Type -> Type) a . Applicative m => [String] -> FailT m aFailT Control.Monad.Trans.Fail.String Version of failManyT restricted to String
runFailAgg (foldMap failT xs) == runFailAgg (failManyT xs)
failManyT :: forall (m :: Type -> Type) a . Applicative m => [Text] -> FailT m aFailT Control.Monad.Trans.Fail.Text setManyAttrib :: (ToSElem a, Stringable b) => [(String, a)] -> StringTemplate b -> StringTemplate bHStringTemplate Text.StringTemplate Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list.
setManyNativeAttrib :: Stringable b => [(String, b)] -> StringTemplate b -> StringTemplate bHStringTemplate Text.StringTemplate Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list. Attributes are added natively, which may provide efficiency gains.
setManyAttrib :: (ToSElem a, Stringable b) => [(String, a)] -> StringTemplate b -> StringTemplate bHStringTemplate Text.StringTemplate.Base Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list.
setManyNativeAttrib :: Stringable b => [(String, b)] -> StringTemplate b -> StringTemplate bHStringTemplate Text.StringTemplate.Base Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list. Attributes are added natively, which may provide efficiency gains.