uniplate-1.6.13: Help writing simple, concise and fast generic operations.
Safe HaskellNone
LanguageHaskell2010

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 Source # 
Instance details

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

Methods

biplate :: BiplateType a b Source #