generics-sop-0.3.2.0: Generic Programming using True Sums of Products

Safe HaskellNone
LanguageHaskell2010

Generics.SOP.Instances

Contents

Description

Instances for Generic and HasMetadata.

We define instances for datatypes from generics-sop and base that are supported.

(There are only instances defined in this module, so the documentation is empty.)

Orphan instances

HasDatatypeInfo Bool # 
Instance details

Associated Types

type DatatypeInfoOf Bool :: DatatypeInfo #

Methods

datatypeInfo :: proxy Bool -> DatatypeInfo (Code Bool) #

HasDatatypeInfo Ordering # 
Instance details

Associated Types

type DatatypeInfoOf Ordering :: DatatypeInfo #

HasDatatypeInfo () # 
Instance details

Associated Types

type DatatypeInfoOf () :: DatatypeInfo #

Methods

datatypeInfo :: proxy () -> DatatypeInfo (Code ()) #

HasDatatypeInfo DataRep # 
Instance details

Associated Types

type DatatypeInfoOf DataRep :: DatatypeInfo #

HasDatatypeInfo ConstrRep # 
Instance details

Associated Types

type DatatypeInfoOf ConstrRep :: DatatypeInfo #

HasDatatypeInfo Fixity # 
Instance details

Associated Types

type DatatypeInfoOf Fixity :: DatatypeInfo #

HasDatatypeInfo FormatAdjustment # 
Instance details

HasDatatypeInfo FormatSign # 
Instance details

Associated Types

type DatatypeInfoOf FormatSign :: DatatypeInfo #

HasDatatypeInfo FieldFormat # 
Instance details

Associated Types

type DatatypeInfoOf FieldFormat :: DatatypeInfo #

HasDatatypeInfo FormatParse # 
Instance details

Associated Types

type DatatypeInfoOf FormatParse :: DatatypeInfo #

HasDatatypeInfo Version # 
Instance details

Associated Types

type DatatypeInfoOf Version :: DatatypeInfo #

HasDatatypeInfo PatternMatchFail # 
Instance details

HasDatatypeInfo RecSelError # 
Instance details

Associated Types

type DatatypeInfoOf RecSelError :: DatatypeInfo #

HasDatatypeInfo RecConError # 
Instance details

Associated Types

type DatatypeInfoOf RecConError :: DatatypeInfo #

HasDatatypeInfo RecUpdError # 
Instance details

Associated Types

type DatatypeInfoOf RecUpdError :: DatatypeInfo #

HasDatatypeInfo NoMethodError # 
Instance details

Associated Types

type DatatypeInfoOf NoMethodError :: DatatypeInfo #

HasDatatypeInfo NonTermination # 
Instance details

HasDatatypeInfo NestedAtomically # 
Instance details

HasDatatypeInfo Errno # 
Instance details

Associated Types

type DatatypeInfoOf Errno :: DatatypeInfo #

Methods

datatypeInfo :: proxy Errno -> DatatypeInfo (Code Errno) #

HasDatatypeInfo BlockedIndefinitelyOnMVar # 
Instance details

HasDatatypeInfo BlockedIndefinitelyOnSTM # 
Instance details

HasDatatypeInfo Deadlock # 
Instance details

Associated Types

type DatatypeInfoOf Deadlock :: DatatypeInfo #

HasDatatypeInfo AssertionFailed # 
Instance details

HasDatatypeInfo AsyncException # 
Instance details

HasDatatypeInfo ArrayException # 
Instance details

HasDatatypeInfo ExitCode # 
Instance details

Associated Types

type DatatypeInfoOf ExitCode :: DatatypeInfo #

HasDatatypeInfo BufferMode # 
Instance details

Associated Types

type DatatypeInfoOf BufferMode :: DatatypeInfo #

HasDatatypeInfo Newline # 
Instance details

Associated Types

type DatatypeInfoOf Newline :: DatatypeInfo #

HasDatatypeInfo NewlineMode # 
Instance details

Associated Types

type DatatypeInfoOf NewlineMode :: DatatypeInfo #

HasDatatypeInfo SeekMode # 
Instance details

Associated Types

type DatatypeInfoOf SeekMode :: DatatypeInfo #

HasDatatypeInfo MaskingState # 
Instance details

Associated Types

type DatatypeInfoOf MaskingState :: DatatypeInfo #

HasDatatypeInfo IOException # 
Instance details

Associated Types

type DatatypeInfoOf IOException :: DatatypeInfo #

HasDatatypeInfo ErrorCall # 
Instance details

Associated Types

type DatatypeInfoOf ErrorCall :: DatatypeInfo #

HasDatatypeInfo ArithException # 
Instance details

HasDatatypeInfo All # 
Instance details

Associated Types

type DatatypeInfoOf All :: DatatypeInfo #

Methods

datatypeInfo :: proxy All -> DatatypeInfo (Code All) #

HasDatatypeInfo Any # 
Instance details

Associated Types

type DatatypeInfoOf Any :: DatatypeInfo #

Methods

datatypeInfo :: proxy Any -> DatatypeInfo (Code Any) #

HasDatatypeInfo CChar # 
Instance details

Associated Types

type DatatypeInfoOf CChar :: DatatypeInfo #

Methods

datatypeInfo :: proxy CChar -> DatatypeInfo (Code CChar) #

HasDatatypeInfo CSChar # 
Instance details

Associated Types

type DatatypeInfoOf CSChar :: DatatypeInfo #

HasDatatypeInfo CUChar # 
Instance details

Associated Types

type DatatypeInfoOf CUChar :: DatatypeInfo #

HasDatatypeInfo CShort # 
Instance details

Associated Types

type DatatypeInfoOf CShort :: DatatypeInfo #

HasDatatypeInfo CUShort # 
Instance details

Associated Types

type DatatypeInfoOf CUShort :: DatatypeInfo #

HasDatatypeInfo CInt # 
Instance details

Associated Types

type DatatypeInfoOf CInt :: DatatypeInfo #

Methods

datatypeInfo :: proxy CInt -> DatatypeInfo (Code CInt) #

HasDatatypeInfo CUInt # 
Instance details

Associated Types

type DatatypeInfoOf CUInt :: DatatypeInfo #

Methods

datatypeInfo :: proxy CUInt -> DatatypeInfo (Code CUInt) #

HasDatatypeInfo CLong # 
Instance details

Associated Types

type DatatypeInfoOf CLong :: DatatypeInfo #

Methods

datatypeInfo :: proxy CLong -> DatatypeInfo (Code CLong) #

HasDatatypeInfo CULong # 
Instance details

Associated Types

type DatatypeInfoOf CULong :: DatatypeInfo #

HasDatatypeInfo CLLong # 
Instance details

Associated Types

type DatatypeInfoOf CLLong :: DatatypeInfo #

HasDatatypeInfo CULLong # 
Instance details

Associated Types

type DatatypeInfoOf CULLong :: DatatypeInfo #

HasDatatypeInfo CFloat # 
Instance details

Associated Types

type DatatypeInfoOf CFloat :: DatatypeInfo #

HasDatatypeInfo CDouble # 
Instance details

Associated Types

type DatatypeInfoOf CDouble :: DatatypeInfo #

HasDatatypeInfo CPtrdiff # 
Instance details

Associated Types

type DatatypeInfoOf CPtrdiff :: DatatypeInfo #

HasDatatypeInfo CSize # 
Instance details

Associated Types

type DatatypeInfoOf CSize :: DatatypeInfo #

Methods

datatypeInfo :: proxy CSize -> DatatypeInfo (Code CSize) #

HasDatatypeInfo CWchar # 
Instance details

Associated Types

type DatatypeInfoOf CWchar :: DatatypeInfo #

HasDatatypeInfo CSigAtomic # 
Instance details

Associated Types

type DatatypeInfoOf CSigAtomic :: DatatypeInfo #

HasDatatypeInfo CClock # 
Instance details

Associated Types

type DatatypeInfoOf CClock :: DatatypeInfo #

HasDatatypeInfo CTime # 
Instance details

Associated Types

type DatatypeInfoOf CTime :: DatatypeInfo #

Methods

datatypeInfo :: proxy CTime -> DatatypeInfo (Code CTime) #

HasDatatypeInfo CUSeconds # 
Instance details

Associated Types

type DatatypeInfoOf CUSeconds :: DatatypeInfo #

HasDatatypeInfo CSUSeconds # 
Instance details

Associated Types

type DatatypeInfoOf CSUSeconds :: DatatypeInfo #

HasDatatypeInfo CIntPtr # 
Instance details

Associated Types

type DatatypeInfoOf CIntPtr :: DatatypeInfo #

HasDatatypeInfo CUIntPtr # 
Instance details

Associated Types

type DatatypeInfoOf CUIntPtr :: DatatypeInfo #

HasDatatypeInfo CIntMax # 
Instance details

Associated Types

type DatatypeInfoOf CIntMax :: DatatypeInfo #

HasDatatypeInfo CUIntMax # 
Instance details

Associated Types

type DatatypeInfoOf CUIntMax :: DatatypeInfo #

HasDatatypeInfo IOMode # 
Instance details

Associated Types

type DatatypeInfoOf IOMode :: DatatypeInfo #

HasDatatypeInfo Lexeme # 
Instance details

Associated Types

type DatatypeInfoOf Lexeme :: DatatypeInfo #

HasDatatypeInfo Number # 
Instance details

Associated Types

type DatatypeInfoOf Number :: DatatypeInfo #

HasDatatypeInfo GeneralCategory # 
Instance details

Generic Bool # 
Instance details

Associated Types

type Code Bool :: [[*]] #

Methods

from :: Bool -> Rep Bool #

to :: Rep Bool -> Bool #

Generic Ordering # 
Instance details

Associated Types

type Code Ordering :: [[*]] #

Generic () # 
Instance details

Associated Types

type Code () :: [[*]] #

Methods

from :: () -> Rep () #

to :: Rep () -> () #

Generic DataRep # 
Instance details

Associated Types

type Code DataRep :: [[*]] #

Generic ConstrRep # 
Instance details

Associated Types

type Code ConstrRep :: [[*]] #

Generic Fixity # 
Instance details

Associated Types

type Code Fixity :: [[*]] #

Methods

from :: Fixity -> Rep Fixity #

to :: Rep Fixity -> Fixity #

Generic FormatAdjustment # 
Instance details

Associated Types

type Code FormatAdjustment :: [[*]] #

Generic FormatSign # 
Instance details

Associated Types

type Code FormatSign :: [[*]] #

Generic FieldFormat # 
Instance details

Associated Types

type Code FieldFormat :: [[*]] #

Generic FormatParse # 
Instance details

Associated Types

type Code FormatParse :: [[*]] #

Generic Version # 
Instance details

Associated Types

type Code Version :: [[*]] #

Generic PatternMatchFail # 
Instance details

Associated Types

type Code PatternMatchFail :: [[*]] #

Generic RecSelError # 
Instance details

Associated Types

type Code RecSelError :: [[*]] #

Generic RecConError # 
Instance details

Associated Types

type Code RecConError :: [[*]] #

Generic RecUpdError # 
Instance details

Associated Types

type Code RecUpdError :: [[*]] #

Generic NoMethodError # 
Instance details

Associated Types

type Code NoMethodError :: [[*]] #

Generic NonTermination # 
Instance details

Associated Types

type Code NonTermination :: [[*]] #

Generic NestedAtomically # 
Instance details

Associated Types

type Code NestedAtomically :: [[*]] #

Generic Errno # 
Instance details

Associated Types

type Code Errno :: [[*]] #

Methods

from :: Errno -> Rep Errno #

to :: Rep Errno -> Errno #

Generic BlockedIndefinitelyOnMVar # 
Instance details

Associated Types

type Code BlockedIndefinitelyOnMVar :: [[*]] #

Generic BlockedIndefinitelyOnSTM # 
Instance details

Associated Types

type Code BlockedIndefinitelyOnSTM :: [[*]] #

Generic Deadlock # 
Instance details

Associated Types

type Code Deadlock :: [[*]] #

Generic AssertionFailed # 
Instance details

Associated Types

type Code AssertionFailed :: [[*]] #

Generic AsyncException # 
Instance details

Associated Types

type Code AsyncException :: [[*]] #

Generic ArrayException # 
Instance details

Associated Types

type Code ArrayException :: [[*]] #

Generic ExitCode # 
Instance details

Associated Types

type Code ExitCode :: [[*]] #

Generic BufferMode # 
Instance details

Associated Types

type Code BufferMode :: [[*]] #

Generic Newline # 
Instance details

Associated Types

type Code Newline :: [[*]] #

Generic NewlineMode # 
Instance details

Associated Types

type Code NewlineMode :: [[*]] #

Generic SeekMode # 
Instance details

Associated Types

type Code SeekMode :: [[*]] #

Generic MaskingState # 
Instance details

Associated Types

type Code MaskingState :: [[*]] #

Generic IOException # 
Instance details

Associated Types

type Code IOException :: [[*]] #

Generic ErrorCall # 
Instance details

Associated Types

type Code ErrorCall :: [[*]] #

Generic ArithException # 
Instance details

Associated Types

type Code ArithException :: [[*]] #

Generic All # 
Instance details

Associated Types

type Code All :: [[*]] #

Methods

from :: All -> Rep All #

to :: Rep All -> All #

Generic Any # 
Instance details

Associated Types

type Code Any :: [[*]] #

Methods

from :: Any -> Rep Any #

to :: Rep Any -> Any #

Generic CChar # 
Instance details

Associated Types

type Code CChar :: [[*]] #

Methods

from :: CChar -> Rep CChar #

to :: Rep CChar -> CChar #

Generic CSChar # 
Instance details

Associated Types

type Code CSChar :: [[*]] #

Methods

from :: CSChar -> Rep CSChar #

to :: Rep CSChar -> CSChar #

Generic CUChar # 
Instance details

Associated Types

type Code CUChar :: [[*]] #

Methods

from :: CUChar -> Rep CUChar #

to :: Rep CUChar -> CUChar #

Generic CShort # 
Instance details

Associated Types

type Code CShort :: [[*]] #

Methods

from :: CShort -> Rep CShort #

to :: Rep CShort -> CShort #

Generic CUShort # 
Instance details

Associated Types

type Code CUShort :: [[*]] #

Generic CInt # 
Instance details

Associated Types

type Code CInt :: [[*]] #

Methods

from :: CInt -> Rep CInt #

to :: Rep CInt -> CInt #

Generic CUInt # 
Instance details

Associated Types

type Code CUInt :: [[*]] #

Methods

from :: CUInt -> Rep CUInt #

to :: Rep CUInt -> CUInt #

Generic CLong # 
Instance details

Associated Types

type Code CLong :: [[*]] #

Methods

from :: CLong -> Rep CLong #

to :: Rep CLong -> CLong #

Generic CULong # 
Instance details

Associated Types

type Code CULong :: [[*]] #

Methods

from :: CULong -> Rep CULong #

to :: Rep CULong -> CULong #

Generic CLLong # 
Instance details

Associated Types

type Code CLLong :: [[*]] #

Methods

from :: CLLong -> Rep CLLong #

to :: Rep CLLong -> CLLong #

Generic CULLong # 
Instance details

Associated Types

type Code CULLong :: [[*]] #

Generic CFloat # 
Instance details

Associated Types

type Code CFloat :: [[*]] #

Methods

from :: CFloat -> Rep CFloat #

to :: Rep CFloat -> CFloat #

Generic CDouble # 
Instance details

Associated Types

type Code CDouble :: [[*]] #

Generic CPtrdiff # 
Instance details

Associated Types

type Code CPtrdiff :: [[*]] #

Generic CSize # 
Instance details

Associated Types

type Code CSize :: [[*]] #

Methods

from :: CSize -> Rep CSize #

to :: Rep CSize -> CSize #

Generic CWchar # 
Instance details

Associated Types

type Code CWchar :: [[*]] #

Methods

from :: CWchar -> Rep CWchar #

to :: Rep CWchar -> CWchar #

Generic CSigAtomic # 
Instance details

Associated Types

type Code CSigAtomic :: [[*]] #

Generic CClock # 
Instance details

Associated Types

type Code CClock :: [[*]] #

Methods

from :: CClock -> Rep CClock #

to :: Rep CClock -> CClock #

Generic CTime # 
Instance details

Associated Types

type Code CTime :: [[*]] #

Methods

from :: CTime -> Rep CTime #

to :: Rep CTime -> CTime #

Generic CUSeconds # 
Instance details

Associated Types

type Code CUSeconds :: [[*]] #

Generic CSUSeconds # 
Instance details

Associated Types

type Code CSUSeconds :: [[*]] #

Generic CIntPtr # 
Instance details

Associated Types

type Code CIntPtr :: [[*]] #

Generic CUIntPtr # 
Instance details

Associated Types

type Code CUIntPtr :: [[*]] #

Generic CIntMax # 
Instance details

Associated Types

type Code CIntMax :: [[*]] #

Generic CUIntMax # 
Instance details

Associated Types

type Code CUIntMax :: [[*]] #

Generic IOMode # 
Instance details

Associated Types

type Code IOMode :: [[*]] #

Methods

from :: IOMode -> Rep IOMode #

to :: Rep IOMode -> IOMode #

Generic Lexeme # 
Instance details

Associated Types

type Code Lexeme :: [[*]] #

Methods

from :: Lexeme -> Rep Lexeme #

to :: Rep Lexeme -> Lexeme #

Generic Number # 
Instance details

Associated Types

type Code Number :: [[*]] #

Methods

from :: Number -> Rep Number #

to :: Rep Number -> Number #

Generic GeneralCategory # 
Instance details

Associated Types

type Code GeneralCategory :: [[*]] #

HasDatatypeInfo [a] # 
Instance details

Associated Types

type DatatypeInfoOf [a] :: DatatypeInfo #

Methods

datatypeInfo :: proxy [a] -> DatatypeInfo (Code [a]) #

HasDatatypeInfo (Maybe a) # 
Instance details

Associated Types

type DatatypeInfoOf (Maybe a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Maybe a) -> DatatypeInfo (Code (Maybe a)) #

HasDatatypeInfo (Complex a) # 
Instance details

Associated Types

type DatatypeInfoOf (Complex a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Complex a) -> DatatypeInfo (Code (Complex a)) #

HasDatatypeInfo (Fixed a) # 
Instance details

Associated Types

type DatatypeInfoOf (Fixed a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Fixed a) -> DatatypeInfo (Code (Fixed a)) #

HasDatatypeInfo (ArgOrder a) # 
Instance details

Associated Types

type DatatypeInfoOf (ArgOrder a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (ArgOrder a) -> DatatypeInfo (Code (ArgOrder a)) #

HasDatatypeInfo (OptDescr a) # 
Instance details

Associated Types

type DatatypeInfoOf (OptDescr a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (OptDescr a) -> DatatypeInfo (Code (OptDescr a)) #

HasDatatypeInfo (ArgDescr a) # 
Instance details

Associated Types

type DatatypeInfoOf (ArgDescr a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (ArgDescr a) -> DatatypeInfo (Code (ArgDescr a)) #

HasDatatypeInfo (First a) # 
Instance details

Associated Types

type DatatypeInfoOf (First a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (First a) -> DatatypeInfo (Code (First a)) #

HasDatatypeInfo (Last a) # 
Instance details

Associated Types

type DatatypeInfoOf (Last a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Last a) -> DatatypeInfo (Code (Last a)) #

HasDatatypeInfo (Dual a) # 
Instance details

Associated Types

type DatatypeInfoOf (Dual a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Dual a) -> DatatypeInfo (Code (Dual a)) #

HasDatatypeInfo (Endo a) # 
Instance details

Associated Types

type DatatypeInfoOf (Endo a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Endo a) -> DatatypeInfo (Code (Endo a)) #

HasDatatypeInfo (Sum a) # 
Instance details

Associated Types

type DatatypeInfoOf (Sum a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Sum a) -> DatatypeInfo (Code (Sum a)) #

HasDatatypeInfo (Product a) # 
Instance details

Associated Types

type DatatypeInfoOf (Product a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Product a) -> DatatypeInfo (Code (Product a)) #

HasDatatypeInfo (Down a) # 
Instance details

Associated Types

type DatatypeInfoOf (Down a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Down a) -> DatatypeInfo (Code (Down a)) #

HasDatatypeInfo (I a) # 
Instance details

Associated Types

type DatatypeInfoOf (I a) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (I a) -> DatatypeInfo (Code (I a)) #

Generic [a] # 
Instance details

Associated Types

type Code [a] :: [[*]] #

Methods

from :: [a] -> Rep [a] #

to :: Rep [a] -> [a] #

Generic (Maybe a) # 
Instance details

Associated Types

type Code (Maybe a) :: [[*]] #

Methods

from :: Maybe a -> Rep (Maybe a) #

to :: Rep (Maybe a) -> Maybe a #

Generic (Complex a) # 
Instance details

Associated Types

type Code (Complex a) :: [[*]] #

Methods

from :: Complex a -> Rep (Complex a) #

to :: Rep (Complex a) -> Complex a #

Generic (Fixed a) # 
Instance details

Associated Types

type Code (Fixed a) :: [[*]] #

Methods

from :: Fixed a -> Rep (Fixed a) #

to :: Rep (Fixed a) -> Fixed a #

Generic (ArgOrder a) # 
Instance details

Associated Types

type Code (ArgOrder a) :: [[*]] #

Methods

from :: ArgOrder a -> Rep (ArgOrder a) #

to :: Rep (ArgOrder a) -> ArgOrder a #

Generic (OptDescr a) # 
Instance details

Associated Types

type Code (OptDescr a) :: [[*]] #

Methods

from :: OptDescr a -> Rep (OptDescr a) #

to :: Rep (OptDescr a) -> OptDescr a #

Generic (ArgDescr a) # 
Instance details

Associated Types

type Code (ArgDescr a) :: [[*]] #

Methods

from :: ArgDescr a -> Rep (ArgDescr a) #

to :: Rep (ArgDescr a) -> ArgDescr a #

Generic (First a) # 
Instance details

Associated Types

type Code (First a) :: [[*]] #

Methods

from :: First a -> Rep (First a) #

to :: Rep (First a) -> First a #

Generic (Last a) # 
Instance details

Associated Types

type Code (Last a) :: [[*]] #

Methods

from :: Last a -> Rep (Last a) #

to :: Rep (Last a) -> Last a #

Generic (Dual a) # 
Instance details

Associated Types

type Code (Dual a) :: [[*]] #

Methods

from :: Dual a -> Rep (Dual a) #

to :: Rep (Dual a) -> Dual a #

Generic (Endo a) # 
Instance details

Associated Types

type Code (Endo a) :: [[*]] #

Methods

from :: Endo a -> Rep (Endo a) #

to :: Rep (Endo a) -> Endo a #

Generic (Sum a) # 
Instance details

Associated Types

type Code (Sum a) :: [[*]] #

Methods

from :: Sum a -> Rep (Sum a) #

to :: Rep (Sum a) -> Sum a #

Generic (Product a) # 
Instance details

Associated Types

type Code (Product a) :: [[*]] #

Methods

from :: Product a -> Rep (Product a) #

to :: Rep (Product a) -> Product a #

Generic (Down a) # 
Instance details

Associated Types

type Code (Down a) :: [[*]] #

Methods

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

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

Generic (I a) # 
Instance details

Associated Types

type Code (I a) :: [[*]] #

Methods

from :: I a -> Rep (I a) #

to :: Rep (I a) -> I a #

HasDatatypeInfo (Either a b) # 
Instance details

Associated Types

type DatatypeInfoOf (Either a b) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Either a b) -> DatatypeInfo (Code (Either a b)) #

HasDatatypeInfo (a, b) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b) -> DatatypeInfo (Code (a, b)) #

HasDatatypeInfo (Proxy t) # 
Instance details

Associated Types

type DatatypeInfoOf (Proxy t) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (Proxy t) -> DatatypeInfo (Code (Proxy t)) #

Generic (Either a b) # 
Instance details

Associated Types

type Code (Either a b) :: [[*]] #

Methods

from :: Either a b -> Rep (Either a b) #

to :: Rep (Either a b) -> Either a b #

Generic (a, b) # 
Instance details

Associated Types

type Code (a, b) :: [[*]] #

Methods

from :: (a, b) -> Rep (a, b) #

to :: Rep (a, b) -> (a, b) #

Generic (Proxy t) # 
Instance details

Associated Types

type Code (Proxy t) :: [[*]] #

Methods

from :: Proxy t -> Rep (Proxy t) #

to :: Rep (Proxy t) -> Proxy t #

HasDatatypeInfo (a, b, c) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c) -> DatatypeInfo (Code (a, b, c)) #

HasDatatypeInfo (K a b) # 
Instance details

Associated Types

type DatatypeInfoOf (K a b) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (K a b) -> DatatypeInfo (Code (K a b)) #

Generic (a, b, c) # 
Instance details

Associated Types

type Code (a, b, c) :: [[*]] #

Methods

from :: (a, b, c) -> Rep (a, b, c) #

to :: Rep (a, b, c) -> (a, b, c) #

Generic (K a b) # 
Instance details

Associated Types

type Code (K a b) :: [[*]] #

Methods

from :: K a b -> Rep (K a b) #

to :: Rep (K a b) -> K a b #

HasDatatypeInfo (a, b, c, d) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d) -> DatatypeInfo (Code (a, b, c, d)) #

Generic (a, b, c, d) # 
Instance details

Associated Types

type Code (a, b, c, d) :: [[*]] #

Methods

from :: (a, b, c, d) -> Rep (a, b, c, d) #

to :: Rep (a, b, c, d) -> (a, b, c, d) #

HasDatatypeInfo (a, b, c, d, e) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e) -> DatatypeInfo (Code (a, b, c, d, e)) #

HasDatatypeInfo ((f :.: g) p) # 
Instance details

Associated Types

type DatatypeInfoOf ((f :.: g) p) :: DatatypeInfo #

Methods

datatypeInfo :: proxy ((f :.: g) p) -> DatatypeInfo (Code ((f :.: g) p)) #

Generic (a, b, c, d, e) # 
Instance details

Associated Types

type Code (a, b, c, d, e) :: [[*]] #

Methods

from :: (a, b, c, d, e) -> Rep (a, b, c, d, e) #

to :: Rep (a, b, c, d, e) -> (a, b, c, d, e) #

Generic ((f :.: g) p) # 
Instance details

Associated Types

type Code ((f :.: g) p) :: [[*]] #

Methods

from :: (f :.: g) p -> Rep ((f :.: g) p) #

to :: Rep ((f :.: g) p) -> (f :.: g) p #

HasDatatypeInfo (a, b, c, d, e, f) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f) -> DatatypeInfo (Code (a, b, c, d, e, f)) #

Generic (a, b, c, d, e, f) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f) :: [[*]] #

Methods

from :: (a, b, c, d, e, f) -> Rep (a, b, c, d, e, f) #

to :: Rep (a, b, c, d, e, f) -> (a, b, c, d, e, f) #

HasDatatypeInfo (a, b, c, d, e, f, g) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g) -> DatatypeInfo (Code (a, b, c, d, e, f, g)) #

Generic (a, b, c, d, e, f, g) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g) -> Rep (a, b, c, d, e, f, g) #

to :: Rep (a, b, c, d, e, f, g) -> (a, b, c, d, e, f, g) #

HasDatatypeInfo (a, b, c, d, e, f, g, h) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h)) #

Generic (a, b, c, d, e, f, g, h) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h) -> Rep (a, b, c, d, e, f, g, h) #

to :: Rep (a, b, c, d, e, f, g, h) -> (a, b, c, d, e, f, g, h) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i)) #

Generic (a, b, c, d, e, f, g, h, i) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i) -> Rep (a, b, c, d, e, f, g, h, i) #

to :: Rep (a, b, c, d, e, f, g, h, i) -> (a, b, c, d, e, f, g, h, i) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j)) #

Generic (a, b, c, d, e, f, g, h, i, j) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j) -> Rep (a, b, c, d, e, f, g, h, i, j) #

to :: Rep (a, b, c, d, e, f, g, h, i, j) -> (a, b, c, d, e, f, g, h, i, j) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k)) #

Generic (a, b, c, d, e, f, g, h, i, j, k) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k) -> Rep (a, b, c, d, e, f, g, h, i, j, k) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k) -> (a, b, c, d, e, f, g, h, i, j, k) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l) -> (a, b, c, d, e, f, g, h, i, j, k, l) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m) -> (a, b, c, d, e, f, g, h, i, j, k, l, m) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28) #

HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) # 
Instance details

Associated Types

type DatatypeInfoOf (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) :: DatatypeInfo #

Methods

datatypeInfo :: proxy (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) -> DatatypeInfo (Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29)) #

Generic (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) # 
Instance details

Associated Types

type Code (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) :: [[*]] #

Methods

from :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) -> Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) #

to :: Rep (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, t26, t27, t28, t29) #