HAppS-Data-0.9.2.1: HAppS data manipulation librariesContentsIndex
HAppS.Data.Pairs
Documentation
toPairs :: AsPairs x => x -> Pairs
fromPairs :: AsPairs x => Pairs -> Maybe x
type Pairs = [(String, String)]
class (Xml x, Show x, Data x) => AsPairs x where
Methods
toPairs :: x -> Pairs
fromPairs :: Pairs -> Maybe x
Produced by Haddock version 2.1.0