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

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

  3. setNativeAttribute :: Stringable b => String -> b -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate

    Yields a StringTemplate with the appropriate attribute set. If the attribute already exists, it is appended to a list. This will not translate the attribute through any intermediate representation, so is more efficient when, e.g. setting attributes that are large bytestrings in a bytestring template.

  4. setAttribute :: (ToSElem a, Stringable b) => String -> a -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate.Base

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

  5. setEncoder :: Stringable a => (a -> a) -> StringTemplate a -> StringTemplate a

    HStringTemplate Text.StringTemplate.Base

    Sets an encoding function of a template that all values are rendered with. For example one useful encoder would be stringToHtmlString. All attributes will be encoded once and only once.

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

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

  8. setNativeAttribute :: Stringable b => String -> b -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate.Base

    Yields a StringTemplate with the appropriate attribute set. If the attribute already exists, it is appended to a list. This will not translate the attribute through any intermediate representation, so is more efficient when, e.g. setting attributes that are large bytestrings in a bytestring template.

  9. setminus :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Base.Math

    Set minus <math>.

  10. setminus :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Set minus <math>.

Page 461 of many | Previous | Next