generic-deriving-1.12.3: Generic programming library for generalised deriving.

Safe HaskellSafe
LanguageHaskell2010

Generics.Deriving.Instances

Contents

Documentation

type Rep0Down a = Rep (Down a) #

Orphan instances

Generic1 Down # 

Associated Types

type Rep1 (Down :: * -> *) :: * -> * #

Methods

from1 :: Down a -> Rep1 Down a #

to1 :: Rep1 Down a -> Down a #

Generic (Down a) # 

Associated Types

type Rep (Down a) :: * -> * #

Methods

from :: Down a -> Rep (Down a) x #

to :: Rep (Down a) x -> Down a #