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.
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.
setNativeAttribute :: Stringable b => String -> b -> StringTemplate b -> StringTemplate bHStringTemplate 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.
setAttribute :: (ToSElem a, Stringable b) => String -> a -> StringTemplate b -> StringTemplate bHStringTemplate Text.StringTemplate.Base Yields a StringTemplate with the appropriate attribute set. If the attribute already exists, it is appended to a list.
setEncoder :: Stringable a => (a -> a) -> StringTemplate a -> StringTemplate aHStringTemplate 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.
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.
setNativeAttribute :: Stringable b => String -> b -> StringTemplate b -> StringTemplate bHStringTemplate 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.
setminus :: LaTeXC l => l -> l -> lHaTeX Text.LaTeX.Base.Math Set minus <math>.
setminus :: LaTeXC l => l -> l -> lHaTeX Text.LaTeX.Packages.AMSMath Set minus <math>.