tamper-0.4.1: An HTML templating system similar to Blaze, implemented as a monad transformer of sorts

Safe HaskellNone
LanguageHaskell2010

Text.Tamper.Render.Html

Documentation

htmlReducer :: (Monoid t, Encode t, IsString t) => NodeList t -> t Source

htmlEncode :: (Encode t, IsString t) => t -> t Source