HStringTemplate-0.8.8: StringTemplate implementation in Haskell.
Safe HaskellNone
LanguageHaskell2010

Text.StringTemplate.GenericStandard

Description

Generic Instance for ToSElem using standard Data.Generic libraries.

Orphan instances

Data a => ToSElem a Source # 
Instance details

Methods

toSElem :: Stringable b => a -> SElem b Source #

toSElemList :: Stringable b => [a] -> SElem b Source #