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

Safe HaskellSafe
LanguageHaskell2010

Generics.Deriving.Instances

Contents

Documentation

type Rep0Kleisli m a b = Rep (Kleisli m a b) Source #

type Rep1Kleisli m a = Rep1 (Kleisli m a) Source #

Orphan instances

Generic1 (Kleisli m a :: Type -> Type) Source # 
Instance details

Associated Types

type Rep1 (Kleisli m a) :: k -> Type #

Methods

from1 :: Kleisli m a a0 -> Rep1 (Kleisli m a) a0 #

to1 :: Rep1 (Kleisli m a) a0 -> Kleisli m a a0 #

Generic (Kleisli m a b) Source # 
Instance details

Associated Types

type Rep (Kleisli m a b) :: Type -> Type #

Methods

from :: Kleisli m a b -> Rep (Kleisli m a b) x #

to :: Rep (Kleisli m a b) x -> Kleisli m a b #