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. matchAnyValue :: (Attribute name, Eq string) => String -> [string] -> T name string -> Bool

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

  2. many :: (a -> ShowS) -> [a] -> ShowS

    xml-basic Text.XML.Basic.Format

    No documentation available.

  3. matchAny :: C name => [String] -> name -> Bool

    xml-basic Text.XML.Basic.Name

    No documentation available.

  4. failManyT :: forall (m :: Type -> Type) e a . Applicative m => [e] -> FailT e m a

    FailT Control.Monad.Trans.Fail

    Similar to failT, but accepts a list of failures.

    runFailAgg (foldMap failT (xs :: [String])) == runFailAgg (failManyT xs)
    

  5. failManyT :: forall (m :: Type -> Type) a . Applicative m => [String] -> FailT m a

    FailT Control.Monad.Trans.Fail.String

    Version of failManyT restricted to String

    runFailAgg (foldMap failT xs) == runFailAgg (failManyT xs)
    

  6. failManyT :: forall (m :: Type -> Type) a . Applicative m => [Text] -> FailT m a

    FailT Control.Monad.Trans.Fail.Text

    Version of failManyT restricted to Text

  7. setManyAttrib :: (ToSElem a, Stringable b) => [(String, a)] -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate

    Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list.

  8. setManyNativeAttrib :: Stringable b => [(String, b)] -> StringTemplate b -> StringTemplate b

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

  9. setManyAttrib :: (ToSElem a, Stringable b) => [(String, a)] -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate.Base

    Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list.

  10. setManyNativeAttrib :: Stringable b => [(String, b)] -> StringTemplate b -> StringTemplate b

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

Page 182 of many | Previous | Next