| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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 # | |
Associated Types type DatatypeInfoOf Bool :: DatatypeInfo # Methods datatypeInfo :: proxy Bool -> DatatypeInfo (Code Bool) # | |
| HasDatatypeInfo Ordering # | |
Associated Types type DatatypeInfoOf Ordering :: DatatypeInfo # Methods datatypeInfo :: proxy Ordering -> DatatypeInfo (Code Ordering) # | |
| HasDatatypeInfo () # | |
Associated Types type DatatypeInfoOf () :: DatatypeInfo # Methods datatypeInfo :: proxy () -> DatatypeInfo (Code ()) # | |
| HasDatatypeInfo DataRep # | |
Associated Types type DatatypeInfoOf DataRep :: DatatypeInfo # Methods datatypeInfo :: proxy DataRep -> DatatypeInfo (Code DataRep) # | |
| HasDatatypeInfo ConstrRep # | |
Associated Types type DatatypeInfoOf ConstrRep :: DatatypeInfo # Methods datatypeInfo :: proxy ConstrRep -> DatatypeInfo (Code ConstrRep) # | |
| HasDatatypeInfo Fixity # | |
Associated Types type DatatypeInfoOf Fixity :: DatatypeInfo # Methods datatypeInfo :: proxy Fixity -> DatatypeInfo (Code Fixity) # | |
| HasDatatypeInfo FormatAdjustment # | |
Associated Types type DatatypeInfoOf FormatAdjustment :: DatatypeInfo # Methods datatypeInfo :: proxy FormatAdjustment -> DatatypeInfo (Code FormatAdjustment) # | |
| HasDatatypeInfo FormatSign # | |
Associated Types type DatatypeInfoOf FormatSign :: DatatypeInfo # Methods datatypeInfo :: proxy FormatSign -> DatatypeInfo (Code FormatSign) # | |
| HasDatatypeInfo FieldFormat # | |
Associated Types type DatatypeInfoOf FieldFormat :: DatatypeInfo # Methods datatypeInfo :: proxy FieldFormat -> DatatypeInfo (Code FieldFormat) # | |
| HasDatatypeInfo FormatParse # | |
Associated Types type DatatypeInfoOf FormatParse :: DatatypeInfo # Methods datatypeInfo :: proxy FormatParse -> DatatypeInfo (Code FormatParse) # | |
| HasDatatypeInfo Version # | |
Associated Types type DatatypeInfoOf Version :: DatatypeInfo # Methods datatypeInfo :: proxy Version -> DatatypeInfo (Code Version) # | |
| HasDatatypeInfo PatternMatchFail # | |
Associated Types type DatatypeInfoOf PatternMatchFail :: DatatypeInfo # Methods datatypeInfo :: proxy PatternMatchFail -> DatatypeInfo (Code PatternMatchFail) # | |
| HasDatatypeInfo RecSelError # | |
Associated Types type DatatypeInfoOf RecSelError :: DatatypeInfo # Methods datatypeInfo :: proxy RecSelError -> DatatypeInfo (Code RecSelError) # | |
| HasDatatypeInfo RecConError # | |
Associated Types type DatatypeInfoOf RecConError :: DatatypeInfo # Methods datatypeInfo :: proxy RecConError -> DatatypeInfo (Code RecConError) # | |
| HasDatatypeInfo RecUpdError # | |
Associated Types type DatatypeInfoOf RecUpdError :: DatatypeInfo # Methods datatypeInfo :: proxy RecUpdError -> DatatypeInfo (Code RecUpdError) # | |
| HasDatatypeInfo NoMethodError # | |
Associated Types type DatatypeInfoOf NoMethodError :: DatatypeInfo # Methods datatypeInfo :: proxy NoMethodError -> DatatypeInfo (Code NoMethodError) # | |
| HasDatatypeInfo NonTermination # | |
Associated Types type DatatypeInfoOf NonTermination :: DatatypeInfo # Methods datatypeInfo :: proxy NonTermination -> DatatypeInfo (Code NonTermination) # | |
| HasDatatypeInfo NestedAtomically # | |
Associated Types type DatatypeInfoOf NestedAtomically :: DatatypeInfo # Methods datatypeInfo :: proxy NestedAtomically -> DatatypeInfo (Code NestedAtomically) # | |
| HasDatatypeInfo Errno # | |
Associated Types type DatatypeInfoOf Errno :: DatatypeInfo # Methods datatypeInfo :: proxy Errno -> DatatypeInfo (Code Errno) # | |
| HasDatatypeInfo BlockedIndefinitelyOnMVar # | |
Associated Types type DatatypeInfoOf BlockedIndefinitelyOnMVar :: DatatypeInfo # Methods datatypeInfo :: proxy BlockedIndefinitelyOnMVar -> DatatypeInfo (Code BlockedIndefinitelyOnMVar) # | |
| HasDatatypeInfo BlockedIndefinitelyOnSTM # | |
Associated Types type DatatypeInfoOf BlockedIndefinitelyOnSTM :: DatatypeInfo # Methods datatypeInfo :: proxy BlockedIndefinitelyOnSTM -> DatatypeInfo (Code BlockedIndefinitelyOnSTM) # | |
| HasDatatypeInfo Deadlock # | |
Associated Types type DatatypeInfoOf Deadlock :: DatatypeInfo # Methods datatypeInfo :: proxy Deadlock -> DatatypeInfo (Code Deadlock) # | |
| HasDatatypeInfo AssertionFailed # | |
Associated Types type DatatypeInfoOf AssertionFailed :: DatatypeInfo # Methods datatypeInfo :: proxy AssertionFailed -> DatatypeInfo (Code AssertionFailed) # | |
| HasDatatypeInfo AsyncException # | |
Associated Types type DatatypeInfoOf AsyncException :: DatatypeInfo # Methods datatypeInfo :: proxy AsyncException -> DatatypeInfo (Code AsyncException) # | |
| HasDatatypeInfo ArrayException # | |
Associated Types type DatatypeInfoOf ArrayException :: DatatypeInfo # Methods datatypeInfo :: proxy ArrayException -> DatatypeInfo (Code ArrayException) # | |
| HasDatatypeInfo ExitCode # | |
Associated Types type DatatypeInfoOf ExitCode :: DatatypeInfo # Methods datatypeInfo :: proxy ExitCode -> DatatypeInfo (Code ExitCode) # | |
| HasDatatypeInfo BufferMode # | |
Associated Types type DatatypeInfoOf BufferMode :: DatatypeInfo # Methods datatypeInfo :: proxy BufferMode -> DatatypeInfo (Code BufferMode) # | |
| HasDatatypeInfo Newline # | |
Associated Types type DatatypeInfoOf Newline :: DatatypeInfo # Methods datatypeInfo :: proxy Newline -> DatatypeInfo (Code Newline) # | |
| HasDatatypeInfo NewlineMode # | |
Associated Types type DatatypeInfoOf NewlineMode :: DatatypeInfo # Methods datatypeInfo :: proxy NewlineMode -> DatatypeInfo (Code NewlineMode) # | |
| HasDatatypeInfo SeekMode # | |
Associated Types type DatatypeInfoOf SeekMode :: DatatypeInfo # Methods datatypeInfo :: proxy SeekMode -> DatatypeInfo (Code SeekMode) # | |
| HasDatatypeInfo MaskingState # | |
Associated Types type DatatypeInfoOf MaskingState :: DatatypeInfo # Methods datatypeInfo :: proxy MaskingState -> DatatypeInfo (Code MaskingState) # | |
| HasDatatypeInfo IOException # | |
Associated Types type DatatypeInfoOf IOException :: DatatypeInfo # Methods datatypeInfo :: proxy IOException -> DatatypeInfo (Code IOException) # | |
| HasDatatypeInfo ErrorCall # | |
Associated Types type DatatypeInfoOf ErrorCall :: DatatypeInfo # Methods datatypeInfo :: proxy ErrorCall -> DatatypeInfo (Code ErrorCall) # | |
| HasDatatypeInfo ArithException # | |
Associated Types type DatatypeInfoOf ArithException :: DatatypeInfo # Methods datatypeInfo :: proxy ArithException -> DatatypeInfo (Code ArithException) # | |
| HasDatatypeInfo All # | |
Associated Types type DatatypeInfoOf All :: DatatypeInfo # Methods datatypeInfo :: proxy All -> DatatypeInfo (Code All) # | |
| HasDatatypeInfo Any # | |
Associated Types type DatatypeInfoOf Any :: DatatypeInfo # Methods datatypeInfo :: proxy Any -> DatatypeInfo (Code Any) # | |
| HasDatatypeInfo CChar # | |
Associated Types type DatatypeInfoOf CChar :: DatatypeInfo # Methods datatypeInfo :: proxy CChar -> DatatypeInfo (Code CChar) # | |
| HasDatatypeInfo CSChar # | |
Associated Types type DatatypeInfoOf CSChar :: DatatypeInfo # Methods datatypeInfo :: proxy CSChar -> DatatypeInfo (Code CSChar) # | |
| HasDatatypeInfo CUChar # | |
Associated Types type DatatypeInfoOf CUChar :: DatatypeInfo # Methods datatypeInfo :: proxy CUChar -> DatatypeInfo (Code CUChar) # | |
| HasDatatypeInfo CShort # | |
Associated Types type DatatypeInfoOf CShort :: DatatypeInfo # Methods datatypeInfo :: proxy CShort -> DatatypeInfo (Code CShort) # | |
| HasDatatypeInfo CUShort # | |
Associated Types type DatatypeInfoOf CUShort :: DatatypeInfo # Methods datatypeInfo :: proxy CUShort -> DatatypeInfo (Code CUShort) # | |
| HasDatatypeInfo CInt # | |
Associated Types type DatatypeInfoOf CInt :: DatatypeInfo # Methods datatypeInfo :: proxy CInt -> DatatypeInfo (Code CInt) # | |
| HasDatatypeInfo CUInt # | |
Associated Types type DatatypeInfoOf CUInt :: DatatypeInfo # Methods datatypeInfo :: proxy CUInt -> DatatypeInfo (Code CUInt) # | |
| HasDatatypeInfo CLong # | |
Associated Types type DatatypeInfoOf CLong :: DatatypeInfo # Methods datatypeInfo :: proxy CLong -> DatatypeInfo (Code CLong) # | |
| HasDatatypeInfo CULong # | |
Associated Types type DatatypeInfoOf CULong :: DatatypeInfo # Methods datatypeInfo :: proxy CULong -> DatatypeInfo (Code CULong) # | |
| HasDatatypeInfo CLLong # | |
Associated Types type DatatypeInfoOf CLLong :: DatatypeInfo # Methods datatypeInfo :: proxy CLLong -> DatatypeInfo (Code CLLong) # | |
| HasDatatypeInfo CULLong # | |
Associated Types type DatatypeInfoOf CULLong :: DatatypeInfo # Methods datatypeInfo :: proxy CULLong -> DatatypeInfo (Code CULLong) # | |
| HasDatatypeInfo CFloat # | |
Associated Types type DatatypeInfoOf CFloat :: DatatypeInfo # Methods datatypeInfo :: proxy CFloat -> DatatypeInfo (Code CFloat) # | |
| HasDatatypeInfo CDouble # | |
Associated Types type DatatypeInfoOf CDouble :: DatatypeInfo # Methods datatypeInfo :: proxy CDouble -> DatatypeInfo (Code CDouble) # | |
| HasDatatypeInfo CPtrdiff # | |
Associated Types type DatatypeInfoOf CPtrdiff :: DatatypeInfo # Methods datatypeInfo :: proxy CPtrdiff -> DatatypeInfo (Code CPtrdiff) # | |
| HasDatatypeInfo CSize # | |
Associated Types type DatatypeInfoOf CSize :: DatatypeInfo # Methods datatypeInfo :: proxy CSize -> DatatypeInfo (Code CSize) # | |
| HasDatatypeInfo CWchar # | |
Associated Types type DatatypeInfoOf CWchar :: DatatypeInfo # Methods datatypeInfo :: proxy CWchar -> DatatypeInfo (Code CWchar) # | |
| HasDatatypeInfo CSigAtomic # | |
Associated Types type DatatypeInfoOf CSigAtomic :: DatatypeInfo # Methods datatypeInfo :: proxy CSigAtomic -> DatatypeInfo (Code CSigAtomic) # | |
| HasDatatypeInfo CClock # | |
Associated Types type DatatypeInfoOf CClock :: DatatypeInfo # Methods datatypeInfo :: proxy CClock -> DatatypeInfo (Code CClock) # | |
| HasDatatypeInfo CTime # | |
Associated Types type DatatypeInfoOf CTime :: DatatypeInfo # Methods datatypeInfo :: proxy CTime -> DatatypeInfo (Code CTime) # | |
| HasDatatypeInfo CUSeconds # | |
Associated Types type DatatypeInfoOf CUSeconds :: DatatypeInfo # Methods datatypeInfo :: proxy CUSeconds -> DatatypeInfo (Code CUSeconds) # | |
| HasDatatypeInfo CSUSeconds # | |
Associated Types type DatatypeInfoOf CSUSeconds :: DatatypeInfo # Methods datatypeInfo :: proxy CSUSeconds -> DatatypeInfo (Code CSUSeconds) # | |
| HasDatatypeInfo CIntPtr # | |
Associated Types type DatatypeInfoOf CIntPtr :: DatatypeInfo # Methods datatypeInfo :: proxy CIntPtr -> DatatypeInfo (Code CIntPtr) # | |
| HasDatatypeInfo CUIntPtr # | |
Associated Types type DatatypeInfoOf CUIntPtr :: DatatypeInfo # Methods datatypeInfo :: proxy CUIntPtr -> DatatypeInfo (Code CUIntPtr) # | |
| HasDatatypeInfo CIntMax # | |
Associated Types type DatatypeInfoOf CIntMax :: DatatypeInfo # Methods datatypeInfo :: proxy CIntMax -> DatatypeInfo (Code CIntMax) # | |
| HasDatatypeInfo CUIntMax # | |
Associated Types type DatatypeInfoOf CUIntMax :: DatatypeInfo # Methods datatypeInfo :: proxy CUIntMax -> DatatypeInfo (Code CUIntMax) # | |
| HasDatatypeInfo IOMode # | |
Associated Types type DatatypeInfoOf IOMode :: DatatypeInfo # Methods datatypeInfo :: proxy IOMode -> DatatypeInfo (Code IOMode) # | |
| HasDatatypeInfo Lexeme # | |
Associated Types type DatatypeInfoOf Lexeme :: DatatypeInfo # Methods datatypeInfo :: proxy Lexeme -> DatatypeInfo (Code Lexeme) # | |
| HasDatatypeInfo Number # | |
Associated Types type DatatypeInfoOf Number :: DatatypeInfo # Methods datatypeInfo :: proxy Number -> DatatypeInfo (Code Number) # | |
| HasDatatypeInfo GeneralCategory # | |
Associated Types type DatatypeInfoOf GeneralCategory :: DatatypeInfo # Methods datatypeInfo :: proxy GeneralCategory -> DatatypeInfo (Code GeneralCategory) # | |
| Generic Bool # | |
| Generic Ordering # | |
| Generic () # | |
| Generic DataRep # | |
| Generic ConstrRep # | |
| Generic Fixity # | |
| Generic FormatAdjustment # | |
Associated Types type Code FormatAdjustment :: [[*]] # Methods from :: FormatAdjustment -> Rep FormatAdjustment # to :: Rep FormatAdjustment -> FormatAdjustment # | |
| Generic FormatSign # | |
Associated Types type Code FormatSign :: [[*]] # | |
| Generic FieldFormat # | |
Associated Types type Code FieldFormat :: [[*]] # | |
| Generic FormatParse # | |
Associated Types type Code FormatParse :: [[*]] # | |
| Generic Version # | |
| Generic PatternMatchFail # | |
Associated Types type Code PatternMatchFail :: [[*]] # Methods from :: PatternMatchFail -> Rep PatternMatchFail # to :: Rep PatternMatchFail -> PatternMatchFail # | |
| Generic RecSelError # | |
Associated Types type Code RecSelError :: [[*]] # | |
| Generic RecConError # | |
Associated Types type Code RecConError :: [[*]] # | |
| Generic RecUpdError # | |
Associated Types type Code RecUpdError :: [[*]] # | |
| Generic NoMethodError # | |
Associated Types type Code NoMethodError :: [[*]] # | |
| Generic NonTermination # | |
Associated Types type Code NonTermination :: [[*]] # | |
| Generic NestedAtomically # | |
Associated Types type Code NestedAtomically :: [[*]] # Methods from :: NestedAtomically -> Rep NestedAtomically # to :: Rep NestedAtomically -> NestedAtomically # | |
| Generic Errno # | |
| Generic BlockedIndefinitelyOnMVar # | |
Associated Types type Code BlockedIndefinitelyOnMVar :: [[*]] # | |
| Generic BlockedIndefinitelyOnSTM # | |
Associated Types type Code BlockedIndefinitelyOnSTM :: [[*]] # | |
| Generic Deadlock # | |
| Generic AssertionFailed # | |
Associated Types type Code AssertionFailed :: [[*]] # Methods from :: AssertionFailed -> Rep AssertionFailed # to :: Rep AssertionFailed -> AssertionFailed # | |
| Generic AsyncException # | |
Associated Types type Code AsyncException :: [[*]] # | |
| Generic ArrayException # | |
Associated Types type Code ArrayException :: [[*]] # | |
| Generic ExitCode # | |
| Generic BufferMode # | |
Associated Types type Code BufferMode :: [[*]] # | |
| Generic Newline # | |
| Generic NewlineMode # | |
Associated Types type Code NewlineMode :: [[*]] # | |
| Generic SeekMode # | |
| Generic MaskingState # | |
Associated Types type Code MaskingState :: [[*]] # | |
| Generic IOException # | |
Associated Types type Code IOException :: [[*]] # | |
| Generic ErrorCall # | |
| Generic ArithException # | |
Associated Types type Code ArithException :: [[*]] # | |
| Generic All # | |
| Generic Any # | |
| Generic CChar # | |
| Generic CSChar # | |
| Generic CUChar # | |
| Generic CShort # | |
| Generic CUShort # | |
| Generic CInt # | |
| Generic CUInt # | |
| Generic CLong # | |
| Generic CULong # | |
| Generic CLLong # | |
| Generic CULLong # | |
| Generic CFloat # | |
| Generic CDouble # | |
| Generic CPtrdiff # | |
| Generic CSize # | |
| Generic CWchar # | |
| Generic CSigAtomic # | |
Associated Types type Code CSigAtomic :: [[*]] # | |
| Generic CClock # | |
| Generic CTime # | |
| Generic CUSeconds # | |
| Generic CSUSeconds # | |
Associated Types type Code CSUSeconds :: [[*]] # | |
| Generic CIntPtr # | |
| Generic CUIntPtr # | |
| Generic CIntMax # | |
| Generic CUIntMax # | |
| Generic IOMode # | |
| Generic Lexeme # | |
| Generic Number # | |
| Generic GeneralCategory # | |
Associated Types type Code GeneralCategory :: [[*]] # Methods from :: GeneralCategory -> Rep GeneralCategory # to :: Rep GeneralCategory -> GeneralCategory # | |
| HasDatatypeInfo [a] # | |
Associated Types type DatatypeInfoOf [a] :: DatatypeInfo # Methods datatypeInfo :: proxy [a] -> DatatypeInfo (Code [a]) # | |
| HasDatatypeInfo (Maybe a) # | |
Associated Types type DatatypeInfoOf (Maybe a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Maybe a) -> DatatypeInfo (Code (Maybe a)) # | |
| HasDatatypeInfo (Complex a) # | |
Associated Types type DatatypeInfoOf (Complex a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Complex a) -> DatatypeInfo (Code (Complex a)) # | |
| HasDatatypeInfo (Fixed a) # | |
Associated Types type DatatypeInfoOf (Fixed a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Fixed a) -> DatatypeInfo (Code (Fixed a)) # | |
| HasDatatypeInfo (ArgOrder a) # | |
Associated Types type DatatypeInfoOf (ArgOrder a) :: DatatypeInfo # Methods datatypeInfo :: proxy (ArgOrder a) -> DatatypeInfo (Code (ArgOrder a)) # | |
| HasDatatypeInfo (OptDescr a) # | |
Associated Types type DatatypeInfoOf (OptDescr a) :: DatatypeInfo # Methods datatypeInfo :: proxy (OptDescr a) -> DatatypeInfo (Code (OptDescr a)) # | |
| HasDatatypeInfo (ArgDescr a) # | |
Associated Types type DatatypeInfoOf (ArgDescr a) :: DatatypeInfo # Methods datatypeInfo :: proxy (ArgDescr a) -> DatatypeInfo (Code (ArgDescr a)) # | |
| HasDatatypeInfo (First a) # | |
Associated Types type DatatypeInfoOf (First a) :: DatatypeInfo # Methods datatypeInfo :: proxy (First a) -> DatatypeInfo (Code (First a)) # | |
| HasDatatypeInfo (Last a) # | |
Associated Types type DatatypeInfoOf (Last a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Last a) -> DatatypeInfo (Code (Last a)) # | |
| HasDatatypeInfo (Dual a) # | |
Associated Types type DatatypeInfoOf (Dual a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Dual a) -> DatatypeInfo (Code (Dual a)) # | |
| HasDatatypeInfo (Endo a) # | |
Associated Types type DatatypeInfoOf (Endo a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Endo a) -> DatatypeInfo (Code (Endo a)) # | |
| HasDatatypeInfo (Sum a) # | |
Associated Types type DatatypeInfoOf (Sum a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Sum a) -> DatatypeInfo (Code (Sum a)) # | |
| HasDatatypeInfo (Product a) # | |
Associated Types type DatatypeInfoOf (Product a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Product a) -> DatatypeInfo (Code (Product a)) # | |
| HasDatatypeInfo (Down a) # | |
Associated Types type DatatypeInfoOf (Down a) :: DatatypeInfo # Methods datatypeInfo :: proxy (Down a) -> DatatypeInfo (Code (Down a)) # | |
| HasDatatypeInfo (I a) # | |
Associated Types type DatatypeInfoOf (I a) :: DatatypeInfo # Methods datatypeInfo :: proxy (I a) -> DatatypeInfo (Code (I a)) # | |
| Generic [a] # | |
| Generic (Maybe a) # | |
| Generic (Complex a) # | |
| Generic (Fixed a) # | |
| Generic (ArgOrder a) # | |
| Generic (OptDescr a) # | |
| Generic (ArgDescr a) # | |
| Generic (First a) # | |
| Generic (Last a) # | |
| Generic (Dual a) # | |
| Generic (Endo a) # | |
| Generic (Sum a) # | |
| Generic (Product a) # | |
| Generic (Down a) # | |
| Generic (I a) # | |
| HasDatatypeInfo (Either a b) # | |
Associated Types type DatatypeInfoOf (Either a b) :: DatatypeInfo # Methods datatypeInfo :: proxy (Either a b) -> DatatypeInfo (Code (Either a b)) # | |
| HasDatatypeInfo (a, b) # | |
Associated Types type DatatypeInfoOf (a, b) :: DatatypeInfo # Methods datatypeInfo :: proxy (a, b) -> DatatypeInfo (Code (a, b)) # | |
| HasDatatypeInfo (Proxy t) # | |
Associated Types type DatatypeInfoOf (Proxy t) :: DatatypeInfo # Methods datatypeInfo :: proxy (Proxy t) -> DatatypeInfo (Code (Proxy t)) # | |
| Generic (Either a b) # | |
| Generic (a, b) # | |
| Generic (Proxy t) # | |
| HasDatatypeInfo (a, b, c) # | |
Associated Types type DatatypeInfoOf (a, b, c) :: DatatypeInfo # Methods datatypeInfo :: proxy (a, b, c) -> DatatypeInfo (Code (a, b, c)) # | |
| HasDatatypeInfo (K a b) # | |
Associated Types type DatatypeInfoOf (K a b) :: DatatypeInfo # Methods datatypeInfo :: proxy (K a b) -> DatatypeInfo (Code (K a b)) # | |
| Generic (a, b, c) # | |
| Generic (K a b) # | |
| HasDatatypeInfo (a, b, c, d) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e) # | |
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) # | |
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) # | |
| Generic ((f :.: g) p) # | |
| HasDatatypeInfo (a, b, c, d, e, f) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) # | |
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) # | |
| HasDatatypeInfo (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |
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) # | |