syb-0.1.0.1: Scrap Your Boilerplate

Portabilitynon-portable (uses Data.Generics.Basics)
Stabilityexperimental
Maintainergenerics@haskell.org

Data.Generics.Text

Description

"Scrap your boilerplate" --- Generic programming in Haskell See http://www.cs.vu.nl/boilerplate/. The present module provides generic operations for text serialisation of terms.

Synopsis

Documentation

gshow :: Data a => a -> StringSource

Generic show: an alternative to "deriving Show"

gread :: Data a => ReadS aSource

Generic read: an alternative to "deriving Read"