| Generic1 Down | |
Instance detailsDefined in GHC.Generics |
| Generic1 NonEmpty | |
Instance detailsDefined in GHC.Generics |
| Generic1 Par1 | |
Instance detailsDefined in GHC.Generics |
| Generic1 Maybe | |
Instance detailsDefined in GHC.Generics |
| Generic1 Solo | |
Instance detailsDefined in GHC.Generics |
| Generic1 [] | |
Instance detailsDefined in GHC.Generics |
| Generic1 (Either a :: Type -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 ((,) a :: Type -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (Proxy :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (U1 :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (V1 :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 ((,,) a b :: Type -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (Rec1 f :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (URec (Ptr ()) :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (URec Char :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (URec Double :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (URec Float :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (URec Int :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (URec Word :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 ((,,,) a b c :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Methods from1 :: (a, b, c, a0) -> Rep1 ((,,,) a b c) a0 # to1 :: Rep1 ((,,,) a b c) a0 -> (a, b, c, a0) # |
| Generic1 (f :*: g :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (f :+: g :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (K1 i c :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 ((,,,,) a b c d :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Methods from1 :: (a, b, c, d, a0) -> Rep1 ((,,,,) a b c d) a0 # to1 :: Rep1 ((,,,,) a b c d) a0 -> (a, b, c, d, a0) # |
| Functor f => Generic1 (f :.: g :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 (M1 i c f :: k -> Type) | |
Instance detailsDefined in GHC.Generics |
| Generic1 ((,,,,,) a b c d e :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,) a b c d e :: Type -> Type) | Since: base-4.6.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,) a b c d e :: Type -> Type) = D1 (' MetaData "Tuple6" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,)" ' PrefixI ' False) (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c))) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1)))) |
Methods from1 :: (a, b, c, d, e, a0) -> Rep1 ((,,,,,) a b c d e) a0 # to1 :: Rep1 ((,,,,,) a b c d e) a0 -> (a, b, c, d, e, a0) # |
| Generic1 ((,,,,,,) a b c d e f :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,) a b c d e f :: Type -> Type) | Since: base-4.6.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,) a b c d e f :: Type -> Type) = D1 (' MetaData "Tuple7" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,)" ' PrefixI ' False) (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1)))) |
Methods from1 :: (a, b, c, d, e, f, a0) -> Rep1 ((,,,,,,) a b c d e f) a0 # to1 :: Rep1 ((,,,,,,) a b c d e f) a0 -> (a, b, c, d, e, f, a0) # |
| Generic1 ((,,,,,,,) a b c d e f g :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,) a b c d e f g :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,) a b c d e f g :: Type -> Type) = D1 (' MetaData "Tuple8" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1)))) |
Methods from1 :: (a, b, c, d, e, f, g, a0) -> Rep1 ((,,,,,,,) a b c d e f g) a0 # to1 :: Rep1 ((,,,,,,,) a b c d e f g) a0 -> (a, b, c, d, e, f, g, a0) # |
| Generic1 ((,,,,,,,,) a b c d e f g h :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,) a b c d e f g h :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,) a b c d e f g h :: Type -> Type) = D1 (' MetaData "Tuple9" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, a0) -> Rep1 ((,,,,,,,,) a b c d e f g h) a0 # to1 :: Rep1 ((,,,,,,,,) a b c d e f g h) a0 -> (a, b, c, d, e, f, g, h, a0) # |
| Generic1 ((,,,,,,,,,) a b c d e f g h i :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,,) a b c d e f g h i :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,,) a b c d e f g h i :: Type -> Type) = D1 (' MetaData "Tuple10" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e)))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 i) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, i, a0) -> Rep1 ((,,,,,,,,,) a b c d e f g h i) a0 # to1 :: Rep1 ((,,,,,,,,,) a b c d e f g h i) a0 -> (a, b, c, d, e, f, g, h, i, a0) # |
| Generic1 ((,,,,,,,,,,) a b c d e f g h i j :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,,,) a b c d e f g h i j :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,,,) a b c d e f g h i j :: Type -> Type) = D1 (' MetaData "Tuple11" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e)))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h))) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 i) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 j) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, i, j, a0) -> Rep1 ((,,,,,,,,,,) a b c d e f g h i j) a0 # to1 :: Rep1 ((,,,,,,,,,,) a b c d e f g h i j) a0 -> (a, b, c, d, e, f, g, h, i, j, a0) # |
| Generic1 ((,,,,,,,,,,,) a b c d e f g h i j k :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,,,,) a b c d e f g h i j k :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,,,,) a b c d e f g h i j k :: Type -> Type) = D1 (' MetaData "Tuple12" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c))) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f)))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 i))) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 j) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 k) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, i, j, k, a0) -> Rep1 ((,,,,,,,,,,,) a b c d e f g h i j k) a0 # to1 :: Rep1 ((,,,,,,,,,,,) a b c d e f g h i j k) a0 -> (a, b, c, d, e, f, g, h, i, j, k, a0) # |
| Generic1 ((,,,,,,,,,,,,) a b c d e f g h i j k l :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,,,,,) a b c d e f g h i j k l :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,,,,,) a b c d e f g h i j k l :: Type -> Type) = D1 (' MetaData "Tuple13" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c))) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f)))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 i))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 j) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 k)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 l) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, i, j, k, l, a0) -> Rep1 ((,,,,,,,,,,,,) a b c d e f g h i j k l) a0 # to1 :: Rep1 ((,,,,,,,,,,,,) a b c d e f g h i j k l) a0 -> (a, b, c, d, e, f, g, h, i, j, k, l, a0) # |
| Generic1 ((,,,,,,,,,,,,,) a b c d e f g h i j k l m :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,,,,,,) a b c d e f g h i j k l m :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,,,,,,) a b c d e f g h i j k l m :: Type -> Type) = D1 (' MetaData "Tuple14" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g)))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 i) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 j))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 k) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 l)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 m) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, i, j, k, l, m, a0) -> Rep1 ((,,,,,,,,,,,,,) a b c d e f g h i j k l m) a0 # to1 :: Rep1 ((,,,,,,,,,,,,,) a b c d e f g h i j k l m) a0 -> (a, b, c, d, e, f, g, h, i, j, k, l, m, a0) # |
| Generic1 ((,,,,,,,,,,,,,,) a b c d e f g h i j k l m n :: Type -> Type) | |
Instance detailsDefined in GHC.Generics Associated Types | type Rep1 ((,,,,,,,,,,,,,,) a b c d e f g h i j k l m n :: Type -> Type) | Since: base-4.16.0.0 | Instance detailsDefined in GHC.Generics type Rep1 ( (,,,,,,,,,,,,,,) a b c d e f g h i j k l m n :: Type -> Type) = D1 (' MetaData "Tuple15" "GHC.Tuple.Prim" "ghc-prim" ' False) ( C1 (' MetaCons "(,,,,,,,,,,,,,,)" ' PrefixI ' False) ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 a) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 b) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 c))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 d) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 e)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 f) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 g)))) :*: ((( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 h) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 i)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 j) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 k))) :*: (( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 l) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 m)) :*: ( S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) ( Rec0 n) :*: S1 (' MetaSel (' Nothing :: Maybe Symbol) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy) Par1))))) |
Methods from1 :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, a0) -> Rep1 ((,,,,,,,,,,,,,,) a b c d e f g h i j k l m n) a0 # to1 :: Rep1 ((,,,,,,,,,,,,,,) a b c d e f g h i j k l m n) a0 -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, a0) # |