uniplate-1.6.12: Help writing simple, concise and fast generic operations.
Safe HaskellNone
LanguageHaskell98

Data.Generics.PlateData

Description

Deprecated: Use Data.Generics.Uniplate.Data instead

DEPRECATED: Use Data.Generics.Uniplate.Data instead.

This module exports Biplate instances for everything with Data defined. Using GHC the Data instances can be constructed with deriving Data.

Documentation

Orphan instances

(Data a, Typeable a) => Uniplate a # 
Instance details

Methods

uniplate :: UniplateType a #

(Data a, Data b, Uniplate b, Typeable a, Typeable b) => Biplate a b # 
Instance details

Methods

biplate :: BiplateType a b #