winery-0: Sustainable serialisation library

Safe HaskellNone
LanguageHaskell2010

Data.Winery.Term

Synopsis

Documentation

data Term Source #

Common representation for any winery data. Handy for prettyprinting winery-serialised data.

Instances

Show Term Source # 

Methods

showsPrec :: Int -> Term -> ShowS #

show :: Term -> String #

showList :: [Term] -> ShowS #

Pretty Term Source # 

Methods

pretty :: Term -> Doc ann #

prettyList :: [Term] -> Doc ann #

decodeTerm :: Deserialiser Term Source #

Deserialiser for a Term.