{-# LANGUAGE DeriveFoldable #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE StrictData #-}

module Data.Tuple.Strict.T18
  ( T18 (..),
  )
where

import Control.DeepSeq (NFData, rnf)
import Data.Biapplicative
import Data.Bifoldable
import Data.Bitraversable
import Data.Functor.Classes (Eq1 (liftEq), Eq2 (liftEq2))
import Data.Hashable (Hashable, hash, hashWithSalt)
import Data.Hashable.Lifted
  ( Hashable1,
    Hashable2,
    defaultLiftHashWithSalt,
    hashWithSalt1,
    liftHashWithSalt,
    liftHashWithSalt2,
  )
import Data.Semigroup
import GHC.Generics (Generic)

data T18 a b c d e f g h i j k l m n o p q r
  = T18 a b c d e f g h i j k l m n o p q r
  deriving stock (T18 a b c d e f g h i j k l m n o p q r
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> Bounded (T18 a b c d e f g h i j k l m n o p q r)
forall a. a -> a -> Bounded a
forall a b c d e f g h i j k l m n o p q r.
(Bounded a, Bounded b, Bounded c, Bounded d, Bounded e, Bounded f,
 Bounded g, Bounded h, Bounded i, Bounded j, Bounded k, Bounded l,
 Bounded m, Bounded n, Bounded o, Bounded p, Bounded q,
 Bounded r) =>
T18 a b c d e f g h i j k l m n o p q r
maxBound :: T18 a b c d e f g h i j k l m n o p q r
$cmaxBound :: forall a b c d e f g h i j k l m n o p q r.
(Bounded a, Bounded b, Bounded c, Bounded d, Bounded e, Bounded f,
 Bounded g, Bounded h, Bounded i, Bounded j, Bounded k, Bounded l,
 Bounded m, Bounded n, Bounded o, Bounded p, Bounded q,
 Bounded r) =>
T18 a b c d e f g h i j k l m n o p q r
minBound :: T18 a b c d e f g h i j k l m n o p q r
$cminBound :: forall a b c d e f g h i j k l m n o p q r.
(Bounded a, Bounded b, Bounded c, Bounded d, Bounded e, Bounded f,
 Bounded g, Bounded h, Bounded i, Bounded j, Bounded k, Bounded l,
 Bounded m, Bounded n, Bounded o, Bounded p, Bounded q,
 Bounded r) =>
T18 a b c d e f g h i j k l m n o p q r
Bounded, T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
(T18 a b c d e f g h i j k l m n o p q r
 -> T18 a b c d e f g h i j k l m n o p q r -> Bool)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r -> Bool)
-> Eq (T18 a b c d e f g h i j k l m n o p q r)
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
forall a b c d e f g h i j k l m n o p q r.
(Eq a, Eq b, Eq c, Eq d, Eq e, Eq f, Eq g, Eq h, Eq i, Eq j, Eq k,
 Eq l, Eq m, Eq n, Eq o, Eq p, Eq q, Eq r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
/= :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
$c/= :: forall a b c d e f g h i j k l m n o p q r.
(Eq a, Eq b, Eq c, Eq d, Eq e, Eq f, Eq g, Eq h, Eq i, Eq j, Eq k,
 Eq l, Eq m, Eq n, Eq o, Eq p, Eq q, Eq r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
== :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
$c== :: forall a b c d e f g h i j k l m n o p q r.
(Eq a, Eq b, Eq c, Eq d, Eq e, Eq f, Eq g, Eq h, Eq i, Eq j, Eq k,
 Eq l, Eq m, Eq n, Eq o, Eq p, Eq q, Eq r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
Eq, Eq (T18 a b c d e f g h i j k l m n o p q r)
Eq (T18 a b c d e f g h i j k l m n o p q r)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r -> Ordering)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r -> Bool)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r -> Bool)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r -> Bool)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r -> Bool)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r)
-> (T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r
    -> T18 a b c d e f g h i j k l m n o p q r)
-> Ord (T18 a b c d e f g h i j k l m n o p q r)
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Ordering
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
Eq (T18 a b c d e f g h i j k l m n o p q r)
forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Ordering
forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
min :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
$cmin :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
max :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
$cmax :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
>= :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
$c>= :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
> :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
$c> :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
<= :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
$c<= :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
< :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
$c< :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Bool
compare :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Ordering
$ccompare :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r -> Ordering
$cp1Ord :: forall a b c d e f g h i j k l m n o p q r.
(Ord a, Ord b, Ord c, Ord d, Ord e, Ord f, Ord g, Ord h, Ord i,
 Ord j, Ord k, Ord l, Ord m, Ord n, Ord o, Ord p, Ord q, Ord r) =>
Eq (T18 a b c d e f g h i j k l m n o p q r)
Ord, ReadPrec [T18 a b c d e f g h i j k l m n o p q r]
ReadPrec (T18 a b c d e f g h i j k l m n o p q r)
Int -> ReadS (T18 a b c d e f g h i j k l m n o p q r)
ReadS [T18 a b c d e f g h i j k l m n o p q r]
(Int -> ReadS (T18 a b c d e f g h i j k l m n o p q r))
-> ReadS [T18 a b c d e f g h i j k l m n o p q r]
-> ReadPrec (T18 a b c d e f g h i j k l m n o p q r)
-> ReadPrec [T18 a b c d e f g h i j k l m n o p q r]
-> Read (T18 a b c d e f g h i j k l m n o p q r)
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
ReadPrec [T18 a b c d e f g h i j k l m n o p q r]
forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
ReadPrec (T18 a b c d e f g h i j k l m n o p q r)
forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
Int -> ReadS (T18 a b c d e f g h i j k l m n o p q r)
forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
ReadS [T18 a b c d e f g h i j k l m n o p q r]
readListPrec :: ReadPrec [T18 a b c d e f g h i j k l m n o p q r]
$creadListPrec :: forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
ReadPrec [T18 a b c d e f g h i j k l m n o p q r]
readPrec :: ReadPrec (T18 a b c d e f g h i j k l m n o p q r)
$creadPrec :: forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
ReadPrec (T18 a b c d e f g h i j k l m n o p q r)
readList :: ReadS [T18 a b c d e f g h i j k l m n o p q r]
$creadList :: forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
ReadS [T18 a b c d e f g h i j k l m n o p q r]
readsPrec :: Int -> ReadS (T18 a b c d e f g h i j k l m n o p q r)
$creadsPrec :: forall a b c d e f g h i j k l m n o p q r.
(Read a, Read b, Read c, Read d, Read e, Read f, Read g, Read h,
 Read i, Read j, Read k, Read l, Read m, Read n, Read o, Read p,
 Read q, Read r) =>
Int -> ReadS (T18 a b c d e f g h i j k l m n o p q r)
Read, Int -> T18 a b c d e f g h i j k l m n o p q r -> ShowS
[T18 a b c d e f g h i j k l m n o p q r] -> ShowS
T18 a b c d e f g h i j k l m n o p q r -> String
(Int -> T18 a b c d e f g h i j k l m n o p q r -> ShowS)
-> (T18 a b c d e f g h i j k l m n o p q r -> String)
-> ([T18 a b c d e f g h i j k l m n o p q r] -> ShowS)
-> Show (T18 a b c d e f g h i j k l m n o p q r)
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
forall a b c d e f g h i j k l m n o p q r.
(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h,
 Show i, Show j, Show k, Show l, Show m, Show n, Show o, Show p,
 Show q, Show r) =>
Int -> T18 a b c d e f g h i j k l m n o p q r -> ShowS
forall a b c d e f g h i j k l m n o p q r.
(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h,
 Show i, Show j, Show k, Show l, Show m, Show n, Show o, Show p,
 Show q, Show r) =>
[T18 a b c d e f g h i j k l m n o p q r] -> ShowS
forall a b c d e f g h i j k l m n o p q r.
(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h,
 Show i, Show j, Show k, Show l, Show m, Show n, Show o, Show p,
 Show q, Show r) =>
T18 a b c d e f g h i j k l m n o p q r -> String
showList :: [T18 a b c d e f g h i j k l m n o p q r] -> ShowS
$cshowList :: forall a b c d e f g h i j k l m n o p q r.
(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h,
 Show i, Show j, Show k, Show l, Show m, Show n, Show o, Show p,
 Show q, Show r) =>
[T18 a b c d e f g h i j k l m n o p q r] -> ShowS
show :: T18 a b c d e f g h i j k l m n o p q r -> String
$cshow :: forall a b c d e f g h i j k l m n o p q r.
(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h,
 Show i, Show j, Show k, Show l, Show m, Show n, Show o, Show p,
 Show q, Show r) =>
T18 a b c d e f g h i j k l m n o p q r -> String
showsPrec :: Int -> T18 a b c d e f g h i j k l m n o p q r -> ShowS
$cshowsPrec :: forall a b c d e f g h i j k l m n o p q r.
(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h,
 Show i, Show j, Show k, Show l, Show m, Show n, Show o, Show p,
 Show q, Show r) =>
Int -> T18 a b c d e f g h i j k l m n o p q r -> ShowS
Show, (forall x.
 T18 a b c d e f g h i j k l m n o p q r
 -> Rep (T18 a b c d e f g h i j k l m n o p q r) x)
-> (forall x.
    Rep (T18 a b c d e f g h i j k l m n o p q r) x
    -> T18 a b c d e f g h i j k l m n o p q r)
-> Generic (T18 a b c d e f g h i j k l m n o p q r)
forall x.
Rep (T18 a b c d e f g h i j k l m n o p q r) x
-> T18 a b c d e f g h i j k l m n o p q r
forall x.
T18 a b c d e f g h i j k l m n o p q r
-> Rep (T18 a b c d e f g h i j k l m n o p q r) x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
forall a b c d e f g h i j k l m n o p q r x.
Rep (T18 a b c d e f g h i j k l m n o p q r) x
-> T18 a b c d e f g h i j k l m n o p q r
forall a b c d e f g h i j k l m n o p q r x.
T18 a b c d e f g h i j k l m n o p q r
-> Rep (T18 a b c d e f g h i j k l m n o p q r) x
$cto :: forall a b c d e f g h i j k l m n o p q r x.
Rep (T18 a b c d e f g h i j k l m n o p q r) x
-> T18 a b c d e f g h i j k l m n o p q r
$cfrom :: forall a b c d e f g h i j k l m n o p q r x.
T18 a b c d e f g h i j k l m n o p q r
-> Rep (T18 a b c d e f g h i j k l m n o p q r) x
Generic)

-- | @since 0.1.3
deriving stock instance Foldable (T18 a b c d e f g h i j k l m n o p q)

-- | @since 0.1.3
deriving stock instance Functor (T18 a b c d e f g h i j k l m n o p q)

-- | @since 0.1.3
deriving stock instance Traversable (T18 a b c d e f g h i j k l m n o p q)

-- | @since 0.1.5
instance (Eq a, Eq b, Eq c, Eq d, Eq e, Eq f, Eq g, Eq h, Eq i, Eq j, Eq k, Eq l, Eq m, Eq n, Eq o, Eq p, Eq q) => Eq1 (T18 a b c d e f g h i j k l m n o p q) where
  liftEq :: (a -> b -> Bool)
-> T18 a b c d e f g h i j k l m n o p q a
-> T18 a b c d e f g h i j k l m n o p q b
-> Bool
liftEq = (q -> q -> Bool)
-> (a -> b -> Bool)
-> T18 a b c d e f g h i j k l m n o p q a
-> T18 a b c d e f g h i j k l m n o p q b
-> Bool
forall (f :: * -> * -> *) a b c d.
Eq2 f =>
(a -> b -> Bool) -> (c -> d -> Bool) -> f a c -> f b d -> Bool
liftEq2 q -> q -> Bool
forall a. Eq a => a -> a -> Bool
(==)

-- | @since 0.1.5
instance (Eq a, Eq b, Eq c, Eq d, Eq e, Eq f, Eq g, Eq h, Eq i, Eq j, Eq k, Eq l, Eq m, Eq n, Eq o, Eq p) => Eq2 (T18 a b c d e f g h i j k l m n o p) where
  liftEq2 :: (a -> b -> Bool)
-> (c -> d -> Bool)
-> T18 a b c d e f g h i j k l m n o p a c
-> T18 a b c d e f g h i j k l m n o p b d
-> Bool
liftEq2 a -> b -> Bool
e1 c -> d -> Bool
e2 (T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p a
q c
r) (T18 a
a' b
b' c
c' d
d' e
e' f
f' g
g' h
h' i
i' j
j' k
k' l
l' m
m' n
n' o
o' p
p' b
q' d
r') =
    a
a a -> a -> Bool
forall a. Eq a => a -> a -> Bool
== a
a' Bool -> Bool -> Bool
&& b
b b -> b -> Bool
forall a. Eq a => a -> a -> Bool
== b
b' Bool -> Bool -> Bool
&& c
c c -> c -> Bool
forall a. Eq a => a -> a -> Bool
== c
c' Bool -> Bool -> Bool
&& d
d d -> d -> Bool
forall a. Eq a => a -> a -> Bool
== d
d' Bool -> Bool -> Bool
&& e
e e -> e -> Bool
forall a. Eq a => a -> a -> Bool
== e
e' Bool -> Bool -> Bool
&& f
f f -> f -> Bool
forall a. Eq a => a -> a -> Bool
== f
f' Bool -> Bool -> Bool
&& g
g g -> g -> Bool
forall a. Eq a => a -> a -> Bool
== g
g' Bool -> Bool -> Bool
&& h
h h -> h -> Bool
forall a. Eq a => a -> a -> Bool
== h
h' Bool -> Bool -> Bool
&& i
i i -> i -> Bool
forall a. Eq a => a -> a -> Bool
== i
i' Bool -> Bool -> Bool
&& j
j j -> j -> Bool
forall a. Eq a => a -> a -> Bool
== j
j' Bool -> Bool -> Bool
&& k
k k -> k -> Bool
forall a. Eq a => a -> a -> Bool
== k
k' Bool -> Bool -> Bool
&& l
l l -> l -> Bool
forall a. Eq a => a -> a -> Bool
== l
l' Bool -> Bool -> Bool
&& m
m m -> m -> Bool
forall a. Eq a => a -> a -> Bool
== m
m' Bool -> Bool -> Bool
&& n
n n -> n -> Bool
forall a. Eq a => a -> a -> Bool
== n
n' Bool -> Bool -> Bool
&& o
o o -> o -> Bool
forall a. Eq a => a -> a -> Bool
== o
o' Bool -> Bool -> Bool
&& p
p p -> p -> Bool
forall a. Eq a => a -> a -> Bool
== p
p' Bool -> Bool -> Bool
&& a -> b -> Bool
e1 a
q b
q' Bool -> Bool -> Bool
&& c -> d -> Bool
e2 c
r d
r'

-- | @since 0.1.3
instance
  (Monoid a, Monoid b, Monoid c, Monoid d, Monoid e, Monoid f, Monoid g, Monoid h, Monoid i, Monoid j, Monoid k, Monoid l, Monoid m, Monoid n, Monoid o, Monoid p, Monoid q) =>
  Applicative (T18 a b c d e f g h i j k l m n o p q)
  where
  pure :: a -> T18 a b c d e f g h i j k l m n o p q a
pure a
r = a
-> b
-> c
-> d
-> e
-> f
-> g
-> h
-> i
-> j
-> k
-> l
-> m
-> n
-> o
-> p
-> q
-> a
-> T18 a b c d e f g h i j k l m n o p q a
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 a
forall a. Monoid a => a
mempty b
forall a. Monoid a => a
mempty c
forall a. Monoid a => a
mempty d
forall a. Monoid a => a
mempty e
forall a. Monoid a => a
mempty f
forall a. Monoid a => a
mempty g
forall a. Monoid a => a
mempty h
forall a. Monoid a => a
mempty i
forall a. Monoid a => a
mempty j
forall a. Monoid a => a
mempty k
forall a. Monoid a => a
mempty l
forall a. Monoid a => a
mempty m
forall a. Monoid a => a
mempty n
forall a. Monoid a => a
mempty o
forall a. Monoid a => a
mempty p
forall a. Monoid a => a
mempty q
forall a. Monoid a => a
mempty a
r
  T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p q
q a -> b
r <*> :: T18 a b c d e f g h i j k l m n o p q (a -> b)
-> T18 a b c d e f g h i j k l m n o p q a
-> T18 a b c d e f g h i j k l m n o p q b
<*> T18 a
a' b
b' c
c' d
d' e
e' f
f' g
g' h
h' i
i' j
j' k
k' l
l' m
m' n
n' o
o' p
p' q
q' a
r' =
    a
-> b
-> c
-> d
-> e
-> f
-> g
-> h
-> i
-> j
-> k
-> l
-> m
-> n
-> o
-> p
-> q
-> b
-> T18 a b c d e f g h i j k l m n o p q b
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 (a
a a -> a -> a
forall a. Semigroup a => a -> a -> a
<> a
a') (b
b b -> b -> b
forall a. Semigroup a => a -> a -> a
<> b
b') (c
c c -> c -> c
forall a. Semigroup a => a -> a -> a
<> c
c') (d
d d -> d -> d
forall a. Semigroup a => a -> a -> a
<> d
d') (e
e e -> e -> e
forall a. Semigroup a => a -> a -> a
<> e
e') (f
f f -> f -> f
forall a. Semigroup a => a -> a -> a
<> f
f') (g
g g -> g -> g
forall a. Semigroup a => a -> a -> a
<> g
g') (h
h h -> h -> h
forall a. Semigroup a => a -> a -> a
<> h
h') (i
i i -> i -> i
forall a. Semigroup a => a -> a -> a
<> i
i') (j
j j -> j -> j
forall a. Semigroup a => a -> a -> a
<> j
j') (k
k k -> k -> k
forall a. Semigroup a => a -> a -> a
<> k
k') (l
l l -> l -> l
forall a. Semigroup a => a -> a -> a
<> l
l') (m
m m -> m -> m
forall a. Semigroup a => a -> a -> a
<> m
m') (n
n n -> n -> n
forall a. Semigroup a => a -> a -> a
<> n
n') (o
o o -> o -> o
forall a. Semigroup a => a -> a -> a
<> o
o') (p
p p -> p -> p
forall a. Semigroup a => a -> a -> a
<> p
p') (q
q q -> q -> q
forall a. Semigroup a => a -> a -> a
<> q
q') (a -> b
r a
r')

-- | @since 0.1.3
instance
  (Monoid a, Monoid b, Monoid c, Monoid d, Monoid e, Monoid f, Monoid g, Monoid h, Monoid i, Monoid j, Monoid k, Monoid l, Monoid m, Monoid n, Monoid o, Monoid p, Monoid q) =>
  Monad (T18 a b c d e f g h i j k l m n o p q)
  where
  return :: a -> T18 a b c d e f g h i j k l m n o p q a
return = a -> T18 a b c d e f g h i j k l m n o p q a
forall (f :: * -> *) a. Applicative f => a -> f a
pure
  T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p q
q a
r >>= :: T18 a b c d e f g h i j k l m n o p q a
-> (a -> T18 a b c d e f g h i j k l m n o p q b)
-> T18 a b c d e f g h i j k l m n o p q b
>>= a -> T18 a b c d e f g h i j k l m n o p q b
s = case a -> T18 a b c d e f g h i j k l m n o p q b
s a
r of
    T18 a
a' b
b' c
c' d
d' e
e' f
f' g
g' h
h' i
i' j
j' k
k' l
l' m
m' n
n' o
o' p
p' q
q' b
r' ->
      a
-> b
-> c
-> d
-> e
-> f
-> g
-> h
-> i
-> j
-> k
-> l
-> m
-> n
-> o
-> p
-> q
-> b
-> T18 a b c d e f g h i j k l m n o p q b
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 (a
a a -> a -> a
forall a. Semigroup a => a -> a -> a
<> a
a') (b
b b -> b -> b
forall a. Semigroup a => a -> a -> a
<> b
b') (c
c c -> c -> c
forall a. Semigroup a => a -> a -> a
<> c
c') (d
d d -> d -> d
forall a. Semigroup a => a -> a -> a
<> d
d') (e
e e -> e -> e
forall a. Semigroup a => a -> a -> a
<> e
e') (f
f f -> f -> f
forall a. Semigroup a => a -> a -> a
<> f
f') (g
g g -> g -> g
forall a. Semigroup a => a -> a -> a
<> g
g') (h
h h -> h -> h
forall a. Semigroup a => a -> a -> a
<> h
h') (i
i i -> i -> i
forall a. Semigroup a => a -> a -> a
<> i
i') (j
j j -> j -> j
forall a. Semigroup a => a -> a -> a
<> j
j') (k
k k -> k -> k
forall a. Semigroup a => a -> a -> a
<> k
k') (l
l l -> l -> l
forall a. Semigroup a => a -> a -> a
<> l
l') (m
m m -> m -> m
forall a. Semigroup a => a -> a -> a
<> m
m') (n
n n -> n -> n
forall a. Semigroup a => a -> a -> a
<> n
n') (o
o o -> o -> o
forall a. Semigroup a => a -> a -> a
<> o
o') (p
p p -> p -> p
forall a. Semigroup a => a -> a -> a
<> p
p') (q
q q -> q -> q
forall a. Semigroup a => a -> a -> a
<> q
q') b
r'

instance (Hashable a, Hashable b, Hashable c, Hashable d, Hashable e, Hashable f, Hashable g, Hashable h, Hashable i, Hashable j, Hashable k, Hashable l, Hashable m, Hashable n, Hashable o, Hashable p, Hashable q, Hashable r) => Hashable (T18 a b c d e f g h i j k l m n o p q r) where
  hash :: T18 a b c d e f g h i j k l m n o p q r -> Int
hash (T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p q
q r
r) = a -> Int
forall a. Hashable a => a -> Int
hash a
a Int -> b -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` b
b Int -> c -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` c
c Int -> d -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` d
d Int -> e -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` e
e Int -> f -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` f
f Int -> g -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` g
g Int -> h -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` h
h Int -> i -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` i
i Int -> j -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` j
j Int -> k -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` k
k Int -> l -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` l
l Int -> m -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` m
m Int -> n -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` n
n Int -> o -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` o
o Int -> p -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` p
p Int -> q -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` q
q Int -> r -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` r
r
  hashWithSalt :: Int -> T18 a b c d e f g h i j k l m n o p q r -> Int
hashWithSalt = Int -> T18 a b c d e f g h i j k l m n o p q r -> Int
forall (f :: * -> *) a.
(Hashable1 f, Hashable a) =>
Int -> f a -> Int
hashWithSalt1

instance (Hashable a, Hashable b, Hashable c, Hashable d, Hashable e, Hashable f, Hashable g, Hashable h, Hashable i, Hashable j, Hashable k, Hashable l, Hashable m, Hashable n, Hashable o, Hashable p, Hashable q) => Hashable1 (T18 a b c d e f g h i j k l m n o p q) where
  liftHashWithSalt :: (Int -> a -> Int)
-> Int -> T18 a b c d e f g h i j k l m n o p q a -> Int
liftHashWithSalt = (Int -> a -> Int)
-> Int -> T18 a b c d e f g h i j k l m n o p q a -> Int
forall (f :: * -> * -> *) a b.
(Hashable2 f, Hashable a) =>
(Int -> b -> Int) -> Int -> f a b -> Int
defaultLiftHashWithSalt

instance (Hashable a, Hashable b, Hashable c, Hashable d, Hashable e, Hashable f, Hashable g, Hashable h, Hashable i, Hashable j, Hashable k, Hashable l, Hashable m, Hashable n, Hashable o, Hashable p) => Hashable2 (T18 a b c d e f g h i j k l m n o p) where
  liftHashWithSalt2 :: (Int -> a -> Int)
-> (Int -> b -> Int)
-> Int
-> T18 a b c d e f g h i j k l m n o p a b
-> Int
liftHashWithSalt2 Int -> a -> Int
h1 Int -> b -> Int
h2 Int
slt (T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p a
q b
r) =
    (Int
slt Int -> a -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` a
a Int -> b -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` b
b Int -> c -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` c
c Int -> d -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` d
d Int -> e -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` e
e Int -> f -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` f
f Int -> g -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` g
g Int -> h -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` h
h Int -> i -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` i
i Int -> j -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` j
j Int -> k -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` k
k Int -> l -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` l
l Int -> m -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` m
m Int -> n -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` n
n Int -> o -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` o
o Int -> p -> Int
forall a. Hashable a => Int -> a -> Int
`hashWithSalt` p
p) Int -> a -> Int
`h1` a
q Int -> b -> Int
`h2` b
r

instance (Monoid a, Monoid b, Monoid c, Monoid d, Monoid e, Monoid f, Monoid g, Monoid h, Monoid i, Monoid j, Monoid k, Monoid l, Monoid m, Monoid n, Monoid o, Monoid p, Monoid q, Monoid r) => Monoid (T18 a b c d e f g h i j k l m n o p q r) where
  mempty :: T18 a b c d e f g h i j k l m n o p q r
mempty = a
-> b
-> c
-> d
-> e
-> f
-> g
-> h
-> i
-> j
-> k
-> l
-> m
-> n
-> o
-> p
-> q
-> r
-> T18 a b c d e f g h i j k l m n o p q r
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 a
forall a. Monoid a => a
mempty b
forall a. Monoid a => a
mempty c
forall a. Monoid a => a
mempty d
forall a. Monoid a => a
mempty e
forall a. Monoid a => a
mempty f
forall a. Monoid a => a
mempty g
forall a. Monoid a => a
mempty h
forall a. Monoid a => a
mempty i
forall a. Monoid a => a
mempty j
forall a. Monoid a => a
mempty k
forall a. Monoid a => a
mempty l
forall a. Monoid a => a
mempty m
forall a. Monoid a => a
mempty n
forall a. Monoid a => a
mempty o
forall a. Monoid a => a
mempty p
forall a. Monoid a => a
mempty q
forall a. Monoid a => a
mempty r
forall a. Monoid a => a
mempty

-- | @since 0.1.4
instance (NFData a, NFData b, NFData c, NFData d, NFData e, NFData f, NFData g, NFData h, NFData i, NFData j, NFData k, NFData l, NFData m, NFData n, NFData o, NFData p, NFData q, NFData r) => NFData (T18 a b c d e f g h i j k l m n o p q r) where
  rnf :: T18 a b c d e f g h i j k l m n o p q r -> ()
rnf (T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p q
q r
r) = a -> ()
forall a. NFData a => a -> ()
rnf a
a () -> () -> ()
`seq` b -> ()
forall a. NFData a => a -> ()
rnf b
b () -> () -> ()
`seq` c -> ()
forall a. NFData a => a -> ()
rnf c
c () -> () -> ()
`seq` d -> ()
forall a. NFData a => a -> ()
rnf d
d () -> () -> ()
`seq` e -> ()
forall a. NFData a => a -> ()
rnf e
e () -> () -> ()
`seq` f -> ()
forall a. NFData a => a -> ()
rnf f
f () -> () -> ()
`seq` g -> ()
forall a. NFData a => a -> ()
rnf g
g () -> () -> ()
`seq` h -> ()
forall a. NFData a => a -> ()
rnf h
h () -> () -> ()
`seq` i -> ()
forall a. NFData a => a -> ()
rnf i
i () -> () -> ()
`seq` j -> ()
forall a. NFData a => a -> ()
rnf j
j () -> () -> ()
`seq` k -> ()
forall a. NFData a => a -> ()
rnf k
k () -> () -> ()
`seq` l -> ()
forall a. NFData a => a -> ()
rnf l
l () -> () -> ()
`seq` m -> ()
forall a. NFData a => a -> ()
rnf m
m () -> () -> ()
`seq` n -> ()
forall a. NFData a => a -> ()
rnf n
n () -> () -> ()
`seq` o -> ()
forall a. NFData a => a -> ()
rnf o
o () -> () -> ()
`seq` p -> ()
forall a. NFData a => a -> ()
rnf p
p () -> () -> ()
`seq` q -> ()
forall a. NFData a => a -> ()
rnf q
q () -> () -> ()
`seq` r -> ()
forall a. NFData a => a -> ()
rnf r
r

instance (Semigroup a, Semigroup b, Semigroup c, Semigroup d, Semigroup e, Semigroup f, Semigroup g, Semigroup h, Semigroup i, Semigroup j, Semigroup k, Semigroup l, Semigroup m, Semigroup n, Semigroup o, Semigroup p, Semigroup q, Semigroup r) => Semigroup (T18 a b c d e f g h i j k l m n o p q r) where
  T18 a
a1 b
b1 c
c1 d
d1 e
e1 f
f1 g
g1 h
h1 i
i1 j
j1 k
k1 l
l1 m
m1 n
n1 o
o1 p
p1 q
q1 r
r1 <> :: T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
<> T18 a
a2 b
b2 c
c2 d
d2 e
e2 f
f2 g
g2 h
h2 i
i2 j
j2 k
k2 l
l2 m
m2 n
n2 o
o2 p
p2 q
q2 r
r2 = a
-> b
-> c
-> d
-> e
-> f
-> g
-> h
-> i
-> j
-> k
-> l
-> m
-> n
-> o
-> p
-> q
-> r
-> T18 a b c d e f g h i j k l m n o p q r
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 (a
a1 a -> a -> a
forall a. Semigroup a => a -> a -> a
<> a
a2) (b
b1 b -> b -> b
forall a. Semigroup a => a -> a -> a
<> b
b2) (c
c1 c -> c -> c
forall a. Semigroup a => a -> a -> a
<> c
c2) (d
d1 d -> d -> d
forall a. Semigroup a => a -> a -> a
<> d
d2) (e
e1 e -> e -> e
forall a. Semigroup a => a -> a -> a
<> e
e2) (f
f1 f -> f -> f
forall a. Semigroup a => a -> a -> a
<> f
f2) (g
g1 g -> g -> g
forall a. Semigroup a => a -> a -> a
<> g
g2) (h
h1 h -> h -> h
forall a. Semigroup a => a -> a -> a
<> h
h2) (i
i1 i -> i -> i
forall a. Semigroup a => a -> a -> a
<> i
i2) (j
j1 j -> j -> j
forall a. Semigroup a => a -> a -> a
<> j
j2) (k
k1 k -> k -> k
forall a. Semigroup a => a -> a -> a
<> k
k2) (l
l1 l -> l -> l
forall a. Semigroup a => a -> a -> a
<> l
l2) (m
m1 m -> m -> m
forall a. Semigroup a => a -> a -> a
<> m
m2) (n
n1 n -> n -> n
forall a. Semigroup a => a -> a -> a
<> n
n2) (o
o1 o -> o -> o
forall a. Semigroup a => a -> a -> a
<> o
o2) (p
p1 p -> p -> p
forall a. Semigroup a => a -> a -> a
<> p
p2) (q
q1 q -> q -> q
forall a. Semigroup a => a -> a -> a
<> q
q2) (r
r1 r -> r -> r
forall a. Semigroup a => a -> a -> a
<> r
r2)
  stimes :: b
-> T18 a b c d e f g h i j k l m n o p q r
-> T18 a b c d e f g h i j k l m n o p q r
stimes b
ii (T18 a
a b
b c
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
n o
o p
p q
q r
r) = a
-> b
-> c
-> d
-> e
-> f
-> g
-> h
-> i
-> j
-> k
-> l
-> m
-> n
-> o
-> p
-> q
-> r
-> T18 a b c d e f g h i j k l m n o p q r
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 (b -> a -> a
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii a
a) (b -> b -> b
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii b
b) (b -> c -> c
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii c
c) (b -> d -> d
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii d
d) (b -> e -> e
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii e
e) (b -> f -> f
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii f
f) (b -> g -> g
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii g
g) (b -> h -> h
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii h
h) (b -> i -> i
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii i
i) (b -> j -> j
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii j
j) (b -> k -> k
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii k
k) (b -> l -> l
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii l
l) (b -> m -> m
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii m
m) (b -> n -> n
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii n
n) (b -> o -> o
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii o
o) (b -> p -> p
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii p
p) (b -> q -> q
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii q
q) (b -> r -> r
forall a b. (Semigroup a, Integral b) => b -> a -> a
stimes b
ii r
r)

-- | @since 0.1.3
instance Bifunctor (T18 x y z w t u v p q r s i j k l m) where
  bimap :: (a -> b)
-> (c -> d)
-> T18 x y z w t u v p q r s i j k l m a c
-> T18 x y z w t u v p q r s i j k l m b d
bimap a -> b
f c -> d
g (T18 x
x y
y z
z w
w t
t u
u v
v p
p q
q r
r s
s i
i j
j k
k l
l m
m a
a c
b) = x
-> y
-> z
-> w
-> t
-> u
-> v
-> p
-> q
-> r
-> s
-> i
-> j
-> k
-> l
-> m
-> b
-> d
-> T18 x y z w t u v p q r s i j k l m b d
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 x
x y
y z
z w
w t
t u
u v
v p
p q
q r
r s
s i
i j
j k
k l
l m
m (a -> b
f a
a) (c -> d
g c
b)

-- | @since 0.1.3
instance Bifoldable (T18 x y z w t u v p q r s i j k l m) where
  bifoldMap :: (a -> m)
-> (b -> m) -> T18 x y z w t u v p q r s i j k l m a b -> m
bifoldMap a -> m
f b -> m
g (T18 x
_ y
_ z
_ w
_ t
_ u
_ v
_ p
_ q
_ r
_ s
_ i
_ j
_ k
_ l
_ m
_ a
a b
b) = a -> m
f a
a m -> m -> m
forall a. Semigroup a => a -> a -> a
<> b -> m
g b
b

-- | @since 0.1.3
instance Bitraversable (T18 x y z w t u v p q r s i j k l m) where
  bitraverse :: (a -> f c)
-> (b -> f d)
-> T18 x y z w t u v p q r s i j k l m a b
-> f (T18 x y z w t u v p q r s i j k l m c d)
bitraverse a -> f c
f b -> f d
g (T18 x
x y
y z
z w
w t
t u
u v
v p
p q
q r
r s
s i
i j
j k
k l
l m
m a
a b
b) = x
-> y
-> z
-> w
-> t
-> u
-> v
-> p
-> q
-> r
-> s
-> i
-> j
-> k
-> l
-> m
-> c
-> d
-> T18 x y z w t u v p q r s i j k l m c d
forall 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
-> T18 a b c d e f g h i j k l m n o p q r
T18 x
x y
y z
z w
w t
t u
u v
v p
p q
q r
r s
s i
i j
j k
k l
l m
m (c -> d -> T18 x y z w t u v p q r s i j k l m c d)
-> f c -> f (d -> T18 x y z w t u v p q r s i j k l m c d)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> a -> f c
f a
a f (d -> T18 x y z w t u v p q r s i j k l m c d)
-> f d -> f (T18 x y z w t u v p q r s i j k l m c d)
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> b -> f d
g b
b