| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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 # | |