HStringTemplate-0.8.7: StringTemplate implementation in Haskell.

Safe HaskellNone
LanguageHaskell98

Text.StringTemplate.GenericStandard

Contents

Description

Generic Instance for ToSElem using standard Data.Generic libraries.

Orphan instances

Data a => ToSElem a Source # 

Methods

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

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