xml-hamlet-0.4.1: Hamlet-style quasiquoter for XML content

Safe HaskellNone
LanguageHaskell98

Text.Hamlet.XML

Synopsis

Documentation

class ToAttributes a where #

Convert some value to a list of attribute pairs.

Minimal complete definition

toAttributes

Methods

toAttributes :: a -> Map Name Text #