| Copyright | (C) 2013 Richard Eisenberg |
|---|---|
| License | BSD-style (see LICENSE) |
| Maintainer | Richard Eisenberg (rae@cs.brynmawr.edu) |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Singletons.TH
Contents
Description
This module contains everything you need to derive your own singletons via Template Haskell.
TURN ON -XScopedTypeVariables IN YOUR MODULE IF YOU WANT THIS TO WORK.
- singletons :: DsMonad q => q [Dec] -> q [Dec]
- singletonsOnly :: DsMonad q => q [Dec] -> q [Dec]
- genSingletons :: DsMonad q => [Name] -> q [Dec]
- promote :: DsMonad q => q [Dec] -> q [Dec]
- promoteOnly :: DsMonad q => q [Dec] -> q [Dec]
- genDefunSymbols :: DsMonad q => [Name] -> q [Dec]
- genPromotions :: DsMonad q => [Name] -> q [Dec]
- promoteEqInstances :: DsMonad q => [Name] -> q [Dec]
- promoteEqInstance :: DsMonad q => Name -> q [Dec]
- singEqInstances :: DsMonad q => [Name] -> q [Dec]
- singEqInstance :: DsMonad q => Name -> q [Dec]
- singEqInstancesOnly :: DsMonad q => [Name] -> q [Dec]
- singEqInstanceOnly :: DsMonad q => Name -> q [Dec]
- singDecideInstances :: DsMonad q => [Name] -> q [Dec]
- singDecideInstance :: DsMonad q => Name -> q [Dec]
- promoteOrdInstances :: DsMonad q => [Name] -> q [Dec]
- promoteOrdInstance :: DsMonad q => Name -> q [Dec]
- singOrdInstances :: DsMonad q => [Name] -> q [Dec]
- singOrdInstance :: DsMonad q => Name -> q [Dec]
- promoteBoundedInstances :: DsMonad q => [Name] -> q [Dec]
- promoteBoundedInstance :: DsMonad q => Name -> q [Dec]
- singBoundedInstances :: DsMonad q => [Name] -> q [Dec]
- singBoundedInstance :: DsMonad q => Name -> q [Dec]
- promoteEnumInstances :: DsMonad q => [Name] -> q [Dec]
- promoteEnumInstance :: DsMonad q => Name -> q [Dec]
- singEnumInstances :: DsMonad q => [Name] -> q [Dec]
- singEnumInstance :: DsMonad q => Name -> q [Dec]
- cases :: DsMonad q => Name -> q Exp -> q Exp -> q Exp
- sCases :: DsMonad q => Name -> q Exp -> q Exp -> q Exp
- data family Sing (a :: k)
- module Data.Singletons
- class PEq a where
- type family If k (cond :: Bool) (tru :: k) (fls :: k) :: k where ...
- sIf :: Sing a -> Sing b -> Sing c -> Sing (If a b c)
- type family (a :: Bool) :&& (a :: Bool) :: Bool where ...
- class SEq k where
- class PEq a => POrd (a :: Type) where
- class SEq a => SOrd a where
- type family ThenCmp (a :: Ordering) (a :: Ordering) :: Ordering where ...
- sThenCmp :: forall (t :: Ordering) (t :: Ordering). Sing t -> Sing t -> Sing (Apply (Apply ThenCmpSym0 t) t :: Ordering)
- type family Foldl (a :: TyFun b (TyFun a b -> Type) -> Type) (a :: b) (a :: [a]) :: b where ...
- sFoldl :: forall (t :: TyFun b (TyFun a b -> Type) -> Type) (t :: b) (t :: [a]). Sing t -> Sing t -> Sing t -> Sing (Apply (Apply (Apply FoldlSym0 t) t) t :: b)
- type family Any k0 :: k0 where ...
- class SDecide k where
- data (k :~: (a :: k)) (b :: k) :: forall k. k -> k -> * where
- data Void :: *
- type Refuted a = a -> Void
- data Decision a
- data SomeSing k where
- type family Error (str :: k0) :: k
- data ErrorSym0 (l :: TyFun k06989586621679418718 k6989586621679418720)
- type TrueSym0 = True
- type FalseSym0 = False
- type LTSym0 = LT
- type EQSym0 = EQ
- type GTSym0 = GT
- type Tuple0Sym0 = '()
- data Tuple2Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> Type))
- data Tuple2Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866))
- type Tuple2Sym2 (t :: a3530822107858468865) (t :: b3530822107858468866) = '(t, t)
- data Tuple3Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> Type))
- data Tuple3Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type))
- data Tuple3Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867))
- type Tuple3Sym3 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) = '(t, t, t)
- data Tuple4Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> Type))
- data Tuple4Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type))
- data Tuple4Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type))
- data Tuple4Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868))
- type Tuple4Sym4 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) = '(t, t, t, t)
- data Tuple5Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> Type))
- data Tuple5Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type))
- data Tuple5Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type))
- data Tuple5Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type))
- data Tuple5Sym4 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869))
- type Tuple5Sym5 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) (t :: e3530822107858468869) = '(t, t, t, t, t)
- data Tuple6Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> Type))
- data Tuple6Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type))
- data Tuple6Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type))
- data Tuple6Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type))
- data Tuple6Sym4 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type))
- data Tuple6Sym5 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: e3530822107858468869) (l :: TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870))
- type Tuple6Sym6 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) (t :: e3530822107858468869) (t :: f3530822107858468870) = '(t, t, t, t, t, t)
- data Tuple7Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type))
- data Tuple7Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type))
- data Tuple7Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type))
- data Tuple7Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type))
- data Tuple7Sym4 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type))
- data Tuple7Sym5 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: e3530822107858468869) (l :: TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type))
- data Tuple7Sym6 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: e3530822107858468869) (l :: f3530822107858468870) (l :: TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871))
- type Tuple7Sym7 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) (t :: e3530822107858468869) (t :: f3530822107858468870) (t :: g3530822107858468871) = '(t, t, t, t, t, t, t)
- data CompareSym0 (l :: TyFun a6989586621679324852 (TyFun a6989586621679324852 Ordering -> Type))
- data ThenCmpSym0 (l :: TyFun Ordering (TyFun Ordering Ordering -> Type))
- data FoldlSym0 (l :: TyFun (TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) (TyFun b6989586621679252328 (TyFun [a6989586621679252327] b6989586621679252328 -> Type) -> Type))
- class SuppressUnusedWarnings (t :: k) where
Primary Template Haskell generation functions
singletons :: DsMonad q => q [Dec] -> q [Dec] #
Make promoted and singleton versions of all declarations given, retaining the original declarations. See https://github.com/goldfirere/singletons/blob/master/README.md for further explanation.
singletonsOnly :: DsMonad q => q [Dec] -> q [Dec] #
Make promoted and singleton versions of all declarations given, discarding the original declarations. Note that a singleton based on a datatype needs the original datatype, so this will fail if it sees any datatype declarations. Classes, instances, and functions are all fine.
genSingletons :: DsMonad q => [Name] -> q [Dec] #
Generate singleton definitions from a type that is already defined. For example, the singletons package itself uses
$(genSingletons [''Bool, ''Maybe, ''Either, ''[]])
to generate singletons for Prelude types.
promote :: DsMonad q => q [Dec] -> q [Dec] #
Promote every declaration given to the type level, retaining the originals.
promoteOnly :: DsMonad q => q [Dec] -> q [Dec] #
Promote each declaration, discarding the originals. Note that a promoted datatype uses the same definition as an original datatype, so this will not work with datatypes. Classes, instances, and functions are all fine.
genDefunSymbols :: DsMonad q => [Name] -> q [Dec] #
Generate defunctionalization symbols for existing type family
genPromotions :: DsMonad q => [Name] -> q [Dec] #
Generate promoted definitions from a type that is already defined. This is generally only useful with classes.
Functions to generate equality instances
promoteEqInstances :: DsMonad q => [Name] -> q [Dec] #
Produce instances for '(:==)' (type-level equality) from the given types
promoteEqInstance :: DsMonad q => Name -> q [Dec] #
Produce an instance for '(:==)' (type-level equality) from the given type
singEqInstances :: DsMonad q => [Name] -> q [Dec] #
Create instances of SEq and type-level '(:==)' for each type in the list
singEqInstance :: DsMonad q => Name -> q [Dec] #
Create instance of SEq and type-level '(:==)' for the given type
singEqInstancesOnly :: DsMonad q => [Name] -> q [Dec] #
Create instances of SEq (only -- no instance for '(:==)', which SEq generally
relies on) for each type in the list
singEqInstanceOnly :: DsMonad q => Name -> q [Dec] #
Create instances of SEq (only -- no instance for '(:==)', which SEq generally
relies on) for the given type
singDecideInstances :: DsMonad q => [Name] -> q [Dec] #
Create instances of SDecide for each type in the list.
singDecideInstance :: DsMonad q => Name -> q [Dec] #
Create instance of SDecide for the given type.
Functions to generate Ord instances
promoteOrdInstances :: DsMonad q => [Name] -> q [Dec] #
Produce instances for POrd from the given types
promoteOrdInstance :: DsMonad q => Name -> q [Dec] #
Produce an instance for POrd from the given type
singOrdInstances :: DsMonad q => [Name] -> q [Dec] #
Create instances of SOrd for the given types
singOrdInstance :: DsMonad q => Name -> q [Dec] #
Create instance of SOrd for the given type
Functions to generate Bounded instances
promoteBoundedInstances :: DsMonad q => [Name] -> q [Dec] #
Produce instances for PBounded from the given types
promoteBoundedInstance :: DsMonad q => Name -> q [Dec] #
Produce an instance for PBounded from the given type
singBoundedInstances :: DsMonad q => [Name] -> q [Dec] #
Create instances of SBounded for the given types
singBoundedInstance :: DsMonad q => Name -> q [Dec] #
Create instance of SBounded for the given type
Functions to generate Enum instances
promoteEnumInstances :: DsMonad q => [Name] -> q [Dec] #
Produce instances for PEnum from the given types
promoteEnumInstance :: DsMonad q => Name -> q [Dec] #
Produce an instance for PEnum from the given type
singEnumInstances :: DsMonad q => [Name] -> q [Dec] #
Create instances of SEnum for the given types
singEnumInstance :: DsMonad q => Name -> q [Dec] #
Create instance of SEnum for the given type
Utility functions
Arguments
| :: DsMonad q | |
| => Name | The head of the type of the scrutinee. (Like |
| -> q Exp | The scrutinee, in a Template Haskell quote |
| -> q Exp | The body, in a Template Haskell quote |
| -> q Exp |
The function cases generates a case expression where each right-hand side
is identical. This may be useful if the type-checker requires knowledge of which
constructor is used to satisfy equality or type-class constraints, but where
each constructor is treated the same.
Arguments
| :: DsMonad q | |
| => Name | The head of the type the scrutinee's type is based on.
(Like |
| -> q Exp | The scrutinee, in a Template Haskell quote |
| -> q Exp | The body, in a Template Haskell quote |
| -> q Exp |
The function sCases generates a case expression where each right-hand side
is identical. This may be useful if the type-checker requires knowledge of which
constructor is used to satisfy equality or type-class constraints, but where
each constructor is treated the same. For sCases, unlike cases, the
scrutinee is a singleton. But make sure to pass in the name of the original
datatype, preferring ''Maybe over ''SMaybe.
Basic singleton definitions
The singleton kind-indexed data family.
Instances
| data Sing Bool # | |
| data Sing Ordering # | |
| data Sing * # | |
| data Sing Nat # | |
| data Sing Symbol # | |
| data Sing () # | |
| data Sing [a] # | |
| data Sing (Maybe a) # | |
| data Sing (NonEmpty a) # | |
| data Sing (Either a b) # | |
| data Sing (a, b) # | |
| data Sing ((~>) k1 k2) # | |
| data Sing (a, b, c) # | |
| data Sing (a, b, c, d) # | |
| data Sing (a, b, c, d, e) # | |
| data Sing (a, b, c, d, e, f) # | |
| data Sing (a, b, c, d, e, f, g) # | |
module Data.Singletons
Auxiliary definitions
These definitions might be mentioned in code generated by Template Haskell, so they must be in scope.
The promoted analogue of Eq. If you supply no definition for '(:==)',
then it defaults to a use of '(==)', from Data.Type.Equality.
type family If k (cond :: Bool) (tru :: k) (fls :: k) :: k where ... #
Type-level If. If True a b ==> a; If False a b ==> b
The singleton analogue of Eq. Unlike the definition for Eq, it is required
that instances define a body for '(%:==)'. You may also supply a body for '(%:/=)'.
Minimal complete definition
Methods
(%:==) :: forall (a :: k) (b :: k). Sing a -> Sing b -> Sing (a :== b) infix 4 #
Boolean equality on singletons
(%:/=) :: forall (a :: k) (b :: k). Sing a -> Sing b -> Sing (a :/= b) infix 4 #
Boolean disequality on singletons
(%:/=) :: forall (a :: k) (b :: k). (a :/= b) ~ Not (a :== b) => Sing a -> Sing b -> Sing (a :/= b) infix 4 #
Boolean disequality on singletons
Instances
| SEq Bool # | |
| SEq Ordering # | |
| SEq () # | |
| SEq a => SEq [a] # | |
| SEq a => SEq (Maybe a) # | |
| SEq a => SEq (NonEmpty a) # | |
| (SEq a, SEq b) => SEq (Either a b) # | |
| (SEq a, SEq b) => SEq (a, b) # | |
| (SEq a, SEq b, SEq c) => SEq (a, b, c) # | |
| (SEq a, SEq b, SEq c, SEq d) => SEq (a, b, c, d) # | |
| (SEq a, SEq b, SEq c, SEq d, SEq e) => SEq (a, b, c, d, e) # | |
| (SEq a, SEq b, SEq c, SEq d, SEq e, SEq f) => SEq (a, b, c, d, e, f) # | |
| (SEq a, SEq b, SEq c, SEq d, SEq e, SEq f, SEq g) => SEq (a, b, c, d, e, f, g) # | |
Methods
sCompare :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply CompareSym0 t) t :: Ordering) #
(%:<) :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply (:<$) t) t :: Bool) infix 4 #
(%:<=) :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply (:<=$) t) t :: Bool) infix 4 #
(%:>) :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply (:>$) t) t :: Bool) infix 4 #
(%:>=) :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply (:>=$) t) t :: Bool) infix 4 #
sMax :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply MaxSym0 t) t :: a) #
sMin :: forall (t :: a) (t :: a). Sing t -> Sing t -> Sing (Apply (Apply MinSym0 t) t :: a) #
sCompare :: forall (t :: a) (t :: a). ((Apply (Apply CompareSym0 t) t :: Ordering) ~ Apply (Apply Compare_6989586621679326558Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply CompareSym0 t) t :: Ordering) #
(%:<) :: forall (t :: a) (t :: a). ((Apply (Apply (:<$) t) t :: Bool) ~ Apply (Apply TFHelper_6989586621679326591Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply (:<$) t) t :: Bool) infix 4 #
(%:<=) :: forall (t :: a) (t :: a). ((Apply (Apply (:<=$) t) t :: Bool) ~ Apply (Apply TFHelper_6989586621679326624Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply (:<=$) t) t :: Bool) infix 4 #
(%:>) :: forall (t :: a) (t :: a). ((Apply (Apply (:>$) t) t :: Bool) ~ Apply (Apply TFHelper_6989586621679326657Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply (:>$) t) t :: Bool) infix 4 #
(%:>=) :: forall (t :: a) (t :: a). ((Apply (Apply (:>=$) t) t :: Bool) ~ Apply (Apply TFHelper_6989586621679326690Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply (:>=$) t) t :: Bool) infix 4 #
sMax :: forall (t :: a) (t :: a). ((Apply (Apply MaxSym0 t) t :: a) ~ Apply (Apply Max_6989586621679326723Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply MaxSym0 t) t :: a) #
sMin :: forall (t :: a) (t :: a). ((Apply (Apply MinSym0 t) t :: a) ~ Apply (Apply Min_6989586621679326756Sym0 t) t) => Sing t -> Sing t -> Sing (Apply (Apply MinSym0 t) t :: a) #
Instances
| SOrd Bool # | |
| SOrd Ordering # | |
| SOrd () # | |
| (SOrd a, SOrd [a]) => SOrd [a] # | |
| SOrd a => SOrd (Maybe a) # | |
| (SOrd a, SOrd [a]) => SOrd (NonEmpty a) # | |
| (SOrd a, SOrd b) => SOrd (Either a b) # | |
| (SOrd a, SOrd b) => SOrd (a, b) # | |
| (SOrd a, SOrd b, SOrd c) => SOrd (a, b, c) # | |
| (SOrd a, SOrd b, SOrd c, SOrd d) => SOrd (a, b, c, d) # | |
| (SOrd a, SOrd b, SOrd c, SOrd d, SOrd e) => SOrd (a, b, c, d, e) # | |
| (SOrd a, SOrd b, SOrd c, SOrd d, SOrd e, SOrd f) => SOrd (a, b, c, d, e, f) # | |
| (SOrd a, SOrd b, SOrd c, SOrd d, SOrd e, SOrd f, SOrd g) => SOrd (a, b, c, d, e, f, g) # | |
sThenCmp :: forall (t :: Ordering) (t :: Ordering). Sing t -> Sing t -> Sing (Apply (Apply ThenCmpSym0 t) t :: Ordering) #
sFoldl :: forall (t :: TyFun b (TyFun a b -> Type) -> Type) (t :: b) (t :: [a]). Sing t -> Sing t -> Sing t -> Sing (Apply (Apply (Apply FoldlSym0 t) t) t :: b) #
type family Any k0 :: k0 where ... #
The type constructor Any is type to which you can unsafely coerce any
lifted type, and back. More concretely, for a lifted type t and
value x :: t, -- unsafeCoerce (unsafeCoerce x :: Any) :: t is equivalent
to x.
Members of the SDecide "kind" class support decidable equality. Instances
of this class are generated alongside singleton definitions for datatypes that
derive an Eq instance.
Minimal complete definition
data (k :~: (a :: k)) (b :: k) :: forall k. k -> k -> * where infix 4 #
Propositional equality. If a :~: b is inhabited by some terminating
value, then the type a is the same as the type b. To use this equality
in practice, pattern-match on the a :~: b to get out the Refl constructor;
in the body of the pattern-match, the compiler knows that a ~ b.
Since: 4.7.0.0
Instances
| TestCoercion k ((:~:) k a) | Since: 4.7.0.0 |
| TestEquality k ((:~:) k a) | Since: 4.7.0.0 |
| (~) k a b => Bounded ((:~:) k a b) | Since: 4.7.0.0 |
| (~) k a b => Enum ((:~:) k a b) | Since: 4.7.0.0 |
| Eq ((:~:) k a b) | |
| ((~) * a b, Data a) => Data ((:~:) * a b) | Since: 4.7.0.0 |
| Ord ((:~:) k a b) | |
| (~) k a b => Read ((:~:) k a b) | Since: 4.7.0.0 |
| Show ((:~:) k a b) | |
Uninhabited data type
Since: 4.8.0.0
Instances
| Eq Void | Since: 4.8.0.0 |
| Data Void | |
| Ord Void | Since: 4.8.0.0 |
| Read Void | Reading a |
| Show Void | Since: 4.8.0.0 |
| Ix Void | Since: 4.8.0.0 |
| Generic Void | |
| Semigroup Void | Since: 4.9.0.0 |
| Exception Void | Since: 4.8.0.0 |
| type Rep Void | |
A Decision about a type a is either a proof of existence or a proof that a
cannot exist.
An existentially-quantified singleton. This type is useful when you want a singleton type, but there is no way of knowing, at compile-time, what the type index will be. To make use of this type, you will generally have to use a pattern-match:
foo :: Bool -> ...
foo b = case toSing b of
SomeSing sb -> {- fancy dependently-typed code with sb -}An example like the one above may be easier to write using withSomeSing.
type family Error (str :: k0) :: k #
The promotion of error. This version is more poly-kinded for
easier use.
type Tuple0Sym0 = '() #
data Tuple2Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> Type) -> *) (Tuple2Sym0 a3530822107858468865 b3530822107858468866) # | |
| type Apply a3530822107858468865 (TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> Type) (Tuple2Sym0 a3530822107858468865 b3530822107858468866) l # | |
data Tuple2Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> *) (Tuple2Sym1 a3530822107858468865 b3530822107858468866) # | |
| type Apply k1 (k2, k1) (Tuple2Sym1 k2 k1 l1) l2 # | |
type Tuple2Sym2 (t :: a3530822107858468865) (t :: b3530822107858468866) = '(t, t) #
data Tuple3Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> Type) -> *) (Tuple3Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| type Apply a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> Type) (Tuple3Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867) l # | |
data Tuple3Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> *) (Tuple3Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| type Apply b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) (Tuple3Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 l1) l2 # | |
data Tuple3Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> *) (Tuple3Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| type Apply k3 (k2, k1, k3) (Tuple3Sym2 k2 k1 k3 l1 l2) l3 # | |
type Tuple3Sym3 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) = '(t, t, t) #
data Tuple4Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> Type) -> *) (Tuple4Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| type Apply a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> Type) (Tuple4Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) l # | |
data Tuple4Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> *) (Tuple4Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| type Apply b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) (Tuple4Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 l1) l2 # | |
data Tuple4Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> *) (Tuple4Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| type Apply c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) (Tuple4Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 l1 l2) l3 # | |
data Tuple4Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> *) (Tuple4Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| type Apply k4 (k2, k1, k3, k4) (Tuple4Sym3 k2 k1 k3 k4 l1 l2 l3) l4 # | |
type Tuple4Sym4 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) = '(t, t, t, t) #
data Tuple5Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple5Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| type Apply a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> Type) (Tuple5Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) l # | |
data Tuple5Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> *) (Tuple5Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| type Apply b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) (Tuple5Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 l1) l2 # | |
data Tuple5Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> *) (Tuple5Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| type Apply c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) (Tuple5Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 l1 l2) l3 # | |
data Tuple5Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> *) (Tuple5Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| type Apply d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) (Tuple5Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 l1 l2 l3) l4 # | |
data Tuple5Sym4 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> *) (Tuple5Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| type Apply k5 (k2, k1, k3, k4, k5) (Tuple5Sym4 k2 k1 k3 k4 k5 l1 l2 l3 l4) l5 # | |
type Tuple5Sym5 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) (t :: e3530822107858468869) = '(t, t, t, t, t) #
data Tuple6Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple6Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| type Apply a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> Type) (Tuple6Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) l # | |
data Tuple6Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple6Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| type Apply b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) (Tuple6Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 l1) l2 # | |
data Tuple6Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> *) (Tuple6Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| type Apply c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) (Tuple6Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 l1 l2) l3 # | |
data Tuple6Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> *) (Tuple6Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| type Apply d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) (Tuple6Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 l1 l2 l3) l4 # | |
data Tuple6Sym4 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> *) (Tuple6Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| type Apply e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) (Tuple6Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 l1 l2 l3 l4) l5 # | |
data Tuple6Sym5 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: e3530822107858468869) (l :: TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> e3530822107858468869 -> TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> *) (Tuple6Sym5 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| type Apply k6 (k2, k1, k3, k4, k5, k6) (Tuple6Sym5 k2 k1 k3 k4 k5 k6 l1 l2 l3 l4 l5) l6 # | |
type Tuple6Sym6 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) (t :: e3530822107858468869) (t :: f3530822107858468870) = '(t, t, t, t, t, t) #
data Tuple7Sym0 (l :: TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple7Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) (Tuple7Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) l # | |
data Tuple7Sym1 (l :: a3530822107858468865) (l :: TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple7Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) (Tuple7Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871 l1) l2 # | |
data Tuple7Sym2 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple7Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) (Tuple7Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871 l1 l2) l3 # | |
data Tuple7Sym3 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> *) (Tuple7Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) (Tuple7Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871 l1 l2 l3) l4 # | |
data Tuple7Sym4 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> *) (Tuple7Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) (Tuple7Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871 l1 l2 l3 l4) l5 # | |
data Tuple7Sym5 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: e3530822107858468869) (l :: TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> e3530822107858468869 -> TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> *) (Tuple7Sym5 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) (Tuple7Sym5 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871 l1 l2 l3 l4 l5) l6 # | |
data Tuple7Sym6 (l :: a3530822107858468865) (l :: b3530822107858468866) (l :: c3530822107858468867) (l :: d3530822107858468868) (l :: e3530822107858468869) (l :: f3530822107858468870) (l :: TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871)) #
Instances
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> e3530822107858468869 -> f3530822107858468870 -> TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> *) (Tuple7Sym6 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| type Apply k7 (k2, k1, k3, k4, k5, k6, k7) (Tuple7Sym6 k2 k1 k3 k4 k5 k6 k7 l1 l2 l3 l4 l5 l6) l7 # | |
type Tuple7Sym7 (t :: a3530822107858468865) (t :: b3530822107858468866) (t :: c3530822107858468867) (t :: d3530822107858468868) (t :: e3530822107858468869) (t :: f3530822107858468870) (t :: g3530822107858468871) = '(t, t, t, t, t, t, t) #
data CompareSym0 (l :: TyFun a6989586621679324852 (TyFun a6989586621679324852 Ordering -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 Ordering -> Type) -> *) (CompareSym0 a6989586621679324852) # | |
| type Apply a6989586621679324852 (TyFun a6989586621679324852 Ordering -> Type) (CompareSym0 a6989586621679324852) l # | |
data FoldlSym0 (l :: TyFun (TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) (TyFun b6989586621679252328 (TyFun [a6989586621679252327] b6989586621679252328 -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) (TyFun b6989586621679252328 (TyFun [a6989586621679252327] b6989586621679252328 -> Type) -> Type) -> *) (FoldlSym0 a6989586621679252327 b6989586621679252328) # | |
| type Apply (TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) (TyFun b6989586621679252328 (TyFun [a6989586621679252327] b6989586621679252328 -> Type) -> Type) (FoldlSym0 a6989586621679252327 b6989586621679252328) l # | |
class SuppressUnusedWarnings (t :: k) where #
This class (which users should never see) is to be instantiated in order to use an otherwise-unused data constructor, such as the "kind-inference" data constructor for defunctionalization symbols.
Minimal complete definition
Methods
suppressUnusedWarnings :: Proxy t -> () #
Instances
| SuppressUnusedWarnings (Bool -> TyFun Bool Bool -> *) (:&&$$) # | |
| SuppressUnusedWarnings (Bool -> TyFun Bool Bool -> *) (:||$$) # | |
| SuppressUnusedWarnings (Ordering -> TyFun Ordering Ordering -> *) ThenCmpSym1 # | |
| SuppressUnusedWarnings (Nat -> TyFun Nat Nat -> *) (:^$$) # | |
| SuppressUnusedWarnings (TyFun Bool Bool -> *) NotSym0 # | |
| SuppressUnusedWarnings (TyFun Bool (TyFun Bool Bool -> Type) -> *) (:&&$) # | |
| SuppressUnusedWarnings (TyFun Bool (TyFun Bool Bool -> Type) -> *) (:||$) # | |
| SuppressUnusedWarnings (TyFun [Bool] Bool -> *) AndSym0 # | |
| SuppressUnusedWarnings (TyFun [Bool] Bool -> *) OrSym0 # | |
| SuppressUnusedWarnings (TyFun Ordering (TyFun Ordering Ordering -> Type) -> *) ThenCmpSym0 # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun Nat Nat -> *) -> *) (:^$) # | |
| SuppressUnusedWarnings (TyFun Nat Constraint -> *) KnownNatSym0 # | |
| SuppressUnusedWarnings (TyFun Symbol Constraint -> *) KnownSymbolSym0 # | |
| SuppressUnusedWarnings (TyFun (NonEmpty Bool) Bool -> *) XorSym0 # | |
| SuppressUnusedWarnings ((TyFun a6989586621679463106 Bool -> Type) -> (TyFun a6989586621679463106 a6989586621679463106 -> Type) -> TyFun a6989586621679463106 a6989586621679463106 -> *) (UntilSym2 a6989586621679463106) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679463106 Bool -> Type) -> TyFun (TyFun a6989586621679463106 a6989586621679463106 -> Type) (TyFun a6989586621679463106 a6989586621679463106 -> Type) -> *) (UntilSym1 a6989586621679463106) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679465427 Bool -> Type) -> TyFun [a6989586621679465427] Bool -> *) (Any_Sym1 a6989586621679465427) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475541 (TyFun a6989586621679475541 Bool -> Type) -> Type) -> TyFun [a6989586621679475541] [a6989586621679475541] -> *) (NubBySym1 a6989586621679475541) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475550 Bool -> Type) -> TyFun [a6989586621679475550] ([a6989586621679475550], [a6989586621679475550]) -> *) (PartitionSym1 a6989586621679475550) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475562 Bool -> Type) -> TyFun [a6989586621679475562] ([a6989586621679475562], [a6989586621679475562]) -> *) (BreakSym1 a6989586621679475562) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475563 Bool -> Type) -> TyFun [a6989586621679475563] ([a6989586621679475563], [a6989586621679475563]) -> *) (SpanSym1 a6989586621679475563) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475553 (TyFun a6989586621679475553 Bool -> Type) -> Type) -> TyFun [a6989586621679475553] [[a6989586621679475553]] -> *) (GroupBySym1 a6989586621679475553) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475565 Bool -> Type) -> TyFun [a6989586621679475565] [a6989586621679475565] -> *) (DropWhileSym1 a6989586621679475565) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475566 Bool -> Type) -> TyFun [a6989586621679475566] [a6989586621679475566] -> *) (TakeWhileSym1 a6989586621679475566) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475574 Bool -> Type) -> TyFun [a6989586621679475574] [a6989586621679475574] -> *) (FilterSym1 a6989586621679475574) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475573 Bool -> Type) -> TyFun [a6989586621679475573] (Maybe a6989586621679475573) -> *) (FindSym1 a6989586621679475573) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475567 (TyFun a6989586621679475567 Bool -> Type) -> Type) -> [a6989586621679475567] -> TyFun [a6989586621679475567] [a6989586621679475567] -> *) (IntersectBySym2 a6989586621679475567) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475567 (TyFun a6989586621679475567 Bool -> Type) -> Type) -> TyFun [a6989586621679475567] (TyFun [a6989586621679475567] [a6989586621679475567] -> Type) -> *) (IntersectBySym1 a6989586621679475567) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475577 (TyFun a6989586621679475577 Ordering -> Type) -> Type) -> TyFun a6989586621679475577 (TyFun [a6989586621679475577] [a6989586621679475577] -> Type) -> *) (InsertBySym1 a6989586621679475577) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475577 (TyFun a6989586621679475577 Ordering -> Type) -> Type) -> a6989586621679475577 -> TyFun [a6989586621679475577] [a6989586621679475577] -> *) (InsertBySym2 a6989586621679475577) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475578 (TyFun a6989586621679475578 Ordering -> Type) -> Type) -> TyFun [a6989586621679475578] [a6989586621679475578] -> *) (SortBySym1 a6989586621679475578) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475580 (TyFun a6989586621679475580 Bool -> Type) -> Type) -> TyFun a6989586621679475580 (TyFun [a6989586621679475580] [a6989586621679475580] -> Type) -> *) (DeleteBySym1 a6989586621679475580) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475580 (TyFun a6989586621679475580 Bool -> Type) -> Type) -> a6989586621679475580 -> TyFun [a6989586621679475580] [a6989586621679475580] -> *) (DeleteBySym2 a6989586621679475580) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475579 (TyFun a6989586621679475579 Bool -> Type) -> Type) -> [a6989586621679475579] -> TyFun [a6989586621679475579] [a6989586621679475579] -> *) (DeleteFirstsBySym2 a6989586621679475579) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475579 (TyFun a6989586621679475579 Bool -> Type) -> Type) -> TyFun [a6989586621679475579] (TyFun [a6989586621679475579] [a6989586621679475579] -> Type) -> *) (DeleteFirstsBySym1 a6989586621679475579) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475539 (TyFun a6989586621679475539 Bool -> Type) -> Type) -> [a6989586621679475539] -> TyFun [a6989586621679475539] [a6989586621679475539] -> *) (UnionBySym2 a6989586621679475539) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475539 (TyFun a6989586621679475539 Bool -> Type) -> Type) -> TyFun [a6989586621679475539] (TyFun [a6989586621679475539] [a6989586621679475539] -> Type) -> *) (UnionBySym1 a6989586621679475539) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475569 Bool -> Type) -> TyFun [a6989586621679475569] [Nat] -> *) (FindIndicesSym1 a6989586621679475569) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475570 Bool -> Type) -> TyFun [a6989586621679475570] (Maybe Nat) -> *) (FindIndexSym1 a6989586621679475570) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475637 (TyFun a6989586621679475637 a6989586621679475637 -> Type) -> Type) -> TyFun [a6989586621679475637] [a6989586621679475637] -> *) (Scanr1Sym1 a6989586621679475637) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475640 (TyFun a6989586621679475640 a6989586621679475640 -> Type) -> Type) -> TyFun [a6989586621679475640] [a6989586621679475640] -> *) (Scanl1Sym1 a6989586621679475640) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475643 Bool -> Type) -> TyFun [a6989586621679475643] Bool -> *) (AllSym1 a6989586621679475643) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475647 (TyFun a6989586621679475647 a6989586621679475647 -> Type) -> Type) -> TyFun [a6989586621679475647] a6989586621679475647 -> *) (Foldr1Sym1 a6989586621679475647) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475649 (TyFun a6989586621679475649 a6989586621679475649 -> Type) -> Type) -> TyFun [a6989586621679475649] a6989586621679475649 -> *) (Foldl1Sym1 a6989586621679475649) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475576 (TyFun a6989586621679475576 Ordering -> Type) -> Type) -> TyFun [a6989586621679475576] a6989586621679475576 -> *) (MaximumBySym1 a6989586621679475576) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475575 (TyFun a6989586621679475575 Ordering -> Type) -> Type) -> TyFun [a6989586621679475575] a6989586621679475575 -> *) (MinimumBySym1 a6989586621679475575) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475648 (TyFun a6989586621679475648 a6989586621679475648 -> Type) -> Type) -> TyFun [a6989586621679475648] a6989586621679475648 -> *) (Foldl1'Sym1 a6989586621679475648) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475564 Bool -> Type) -> TyFun [a6989586621679475564] [a6989586621679475564] -> *) (DropWhileEndSym1 a6989586621679475564) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753479 (TyFun a6989586621679753479 Bool -> Type) -> Type) -> TyFun (NonEmpty a6989586621679753479) (NonEmpty a6989586621679753479) -> *) (NubBySym1 a6989586621679753479) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753500 (TyFun a6989586621679753500 Bool -> Type) -> Type) -> TyFun [a6989586621679753500] [NonEmpty a6989586621679753500] -> *) (GroupBySym1 a6989586621679753500) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753494 (TyFun a6989586621679753494 Bool -> Type) -> Type) -> TyFun (NonEmpty a6989586621679753494) (NonEmpty (NonEmpty a6989586621679753494)) -> *) (GroupBy1Sym1 a6989586621679753494) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753507 Bool -> Type) -> TyFun (NonEmpty a6989586621679753507) [a6989586621679753507] -> *) (TakeWhileSym1 a6989586621679753507) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753506 Bool -> Type) -> TyFun (NonEmpty a6989586621679753506) [a6989586621679753506] -> *) (DropWhileSym1 a6989586621679753506) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753505 Bool -> Type) -> TyFun (NonEmpty a6989586621679753505) ([a6989586621679753505], [a6989586621679753505]) -> *) (SpanSym1 a6989586621679753505) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753504 Bool -> Type) -> TyFun (NonEmpty a6989586621679753504) ([a6989586621679753504], [a6989586621679753504]) -> *) (BreakSym1 a6989586621679753504) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753503 Bool -> Type) -> TyFun (NonEmpty a6989586621679753503) [a6989586621679753503] -> *) (FilterSym1 a6989586621679753503) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753502 Bool -> Type) -> TyFun (NonEmpty a6989586621679753502) ([a6989586621679753502], [a6989586621679753502]) -> *) (PartitionSym1 a6989586621679753502) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753477 (TyFun a6989586621679753477 Ordering -> Type) -> Type) -> TyFun (NonEmpty a6989586621679753477) (NonEmpty a6989586621679753477) -> *) (SortBySym1 a6989586621679753477) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753514 (TyFun a6989586621679753514 a6989586621679753514 -> Type) -> Type) -> TyFun (NonEmpty a6989586621679753514) (NonEmpty a6989586621679753514) -> *) (Scanl1Sym1 a6989586621679753514) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753513 (TyFun a6989586621679753513 a6989586621679753513 -> Type) -> Type) -> TyFun (NonEmpty a6989586621679753513) (NonEmpty a6989586621679753513) -> *) (Scanr1Sym1 a6989586621679753513) # | |
| SuppressUnusedWarnings ([a6989586621679292514] -> TyFun [a6989586621679292514] [a6989586621679292514] -> *) ((:++$$) a6989586621679292514) # | |
| SuppressUnusedWarnings ([a6989586621679475543] -> TyFun Nat a6989586621679475543 -> *) ((:!!$$) a6989586621679475543) # | |
| SuppressUnusedWarnings ([a6989586621679475568] -> TyFun [a6989586621679475568] [a6989586621679475568] -> *) (IntersectSym1 a6989586621679475568) # | |
| SuppressUnusedWarnings ([a6989586621679475538] -> TyFun [a6989586621679475538] [a6989586621679475538] -> *) (UnionSym1 a6989586621679475538) # | |
| SuppressUnusedWarnings ([a6989586621679475581] -> TyFun [a6989586621679475581] [a6989586621679475581] -> *) ((:\\$$) a6989586621679475581) # | |
| SuppressUnusedWarnings ([a6989586621679475626] -> TyFun [a6989586621679475626] Bool -> *) (IsPrefixOfSym1 a6989586621679475626) # | |
| SuppressUnusedWarnings ([a6989586621679475624] -> TyFun [a6989586621679475624] Bool -> *) (IsInfixOfSym1 a6989586621679475624) # | |
| SuppressUnusedWarnings ([a6989586621679475656] -> TyFun [[a6989586621679475656]] [a6989586621679475656] -> *) (IntercalateSym1 a6989586621679475656) # | |
| SuppressUnusedWarnings ([a6989586621679475625] -> TyFun [a6989586621679475625] Bool -> *) (IsSuffixOfSym1 a6989586621679475625) # | |
| SuppressUnusedWarnings ([a6989586621679753489] -> TyFun (NonEmpty a6989586621679753489) Bool -> *) (IsPrefixOfSym1 a6989586621679753489) # | |
| SuppressUnusedWarnings ([a6989586621679904319] -> TyFun [a6989586621679904319] (Maybe [a6989586621679904319]) -> *) (StripPrefixSym1 a6989586621679904319) # | |
| SuppressUnusedWarnings (Nat -> TyFun [a6989586621679475560] [a6989586621679475560] -> *) (DropSym1 a6989586621679475560) # | |
| SuppressUnusedWarnings (Nat -> TyFun [a6989586621679475561] [a6989586621679475561] -> *) (TakeSym1 a6989586621679475561) # | |
| SuppressUnusedWarnings (Nat -> TyFun [a6989586621679475559] ([a6989586621679475559], [a6989586621679475559]) -> *) (SplitAtSym1 a6989586621679475559) # | |
| SuppressUnusedWarnings (Nat -> TyFun a6989586621679475545 [a6989586621679475545] -> *) (ReplicateSym1 a6989586621679475545) # | |
| SuppressUnusedWarnings (Nat -> TyFun (NonEmpty a6989586621679753510) [a6989586621679753510] -> *) (TakeSym1 a6989586621679753510) # | |
| SuppressUnusedWarnings (Nat -> TyFun (NonEmpty a6989586621679753509) [a6989586621679753509] -> *) (DropSym1 a6989586621679753509) # | |
| SuppressUnusedWarnings (Nat -> TyFun (NonEmpty a6989586621679753508) ([a6989586621679753508], [a6989586621679753508]) -> *) (SplitAtSym1 a6989586621679753508) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun [a3530822107858468865] [a3530822107858468865] -> *) ((:$$) a3530822107858468865) # | |
| SuppressUnusedWarnings (a6989586621679075955 -> TyFun [a6989586621679075955] (NonEmpty a6989586621679075955) -> *) ((:|$$) a6989586621679075955) # | |
| SuppressUnusedWarnings (a6989586621679288557 -> a6989586621679288557 -> TyFun Bool a6989586621679288557 -> *) (Bool_Sym2 a6989586621679288557) # | |
| SuppressUnusedWarnings (a6989586621679288557 -> TyFun a6989586621679288557 (TyFun Bool a6989586621679288557 -> Type) -> *) (Bool_Sym1 a6989586621679288557) # | |
| SuppressUnusedWarnings (a6989586621679292504 -> TyFun a6989586621679292504 a6989586621679292504 -> *) (AsTypeOfSym1 a6989586621679292504) # | |
| SuppressUnusedWarnings (a6989586621679309568 -> TyFun a6989586621679309568 Bool -> *) ((:==$$) a6989586621679309568) # | |
| SuppressUnusedWarnings (a6989586621679309568 -> TyFun a6989586621679309568 Bool -> *) ((:/=$$) a6989586621679309568) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 Bool -> *) ((:<=$$) a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 Ordering -> *) (CompareSym1 a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 a6989586621679324852 -> *) (MinSym1 a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 a6989586621679324852 -> *) (MaxSym1 a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 Bool -> *) ((:>=$$) a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 Bool -> *) ((:>$$) a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679324852 -> TyFun a6989586621679324852 Bool -> *) ((:<$$) a6989586621679324852) # | |
| SuppressUnusedWarnings (a6989586621679427063 -> TyFun a6989586621679427063 a6989586621679427063 -> *) ((:-$$) a6989586621679427063) # | |
| SuppressUnusedWarnings (a6989586621679427063 -> TyFun a6989586621679427063 a6989586621679427063 -> *) ((:+$$) a6989586621679427063) # | |
| SuppressUnusedWarnings (a6989586621679427063 -> TyFun a6989586621679427063 a6989586621679427063 -> *) ((:*$$) a6989586621679427063) # | |
| SuppressUnusedWarnings (a6989586621679429354 -> TyFun a6989586621679429354 a6989586621679429354 -> *) (SubtractSym1 a6989586621679429354) # | |
| SuppressUnusedWarnings (a6989586621679444547 -> TyFun (Maybe a6989586621679444547) a6989586621679444547 -> *) (FromMaybeSym1 a6989586621679444547) # | |
| SuppressUnusedWarnings (a6989586621679475555 -> TyFun [a6989586621679475555] [a6989586621679475555] -> *) (InsertSym1 a6989586621679475555) # | |
| SuppressUnusedWarnings (a6989586621679475582 -> TyFun [a6989586621679475582] [a6989586621679475582] -> *) (DeleteSym1 a6989586621679475582) # | |
| SuppressUnusedWarnings (a6989586621679475571 -> TyFun [a6989586621679475571] [Nat] -> *) (ElemIndicesSym1 a6989586621679475571) # | |
| SuppressUnusedWarnings (a6989586621679475572 -> TyFun [a6989586621679475572] (Maybe Nat) -> *) (ElemIndexSym1 a6989586621679475572) # | |
| SuppressUnusedWarnings (a6989586621679475622 -> TyFun [a6989586621679475622] Bool -> *) (NotElemSym1 a6989586621679475622) # | |
| SuppressUnusedWarnings (a6989586621679475623 -> TyFun [a6989586621679475623] Bool -> *) (ElemSym1 a6989586621679475623) # | |
| SuppressUnusedWarnings (a6989586621679475657 -> TyFun [a6989586621679475657] [a6989586621679475657] -> *) (IntersperseSym1 a6989586621679475657) # | |
| SuppressUnusedWarnings (a6989586621679753512 -> TyFun (NonEmpty a6989586621679753512) (NonEmpty a6989586621679753512) -> *) (IntersperseSym1 a6989586621679753512) # | |
| SuppressUnusedWarnings (a6989586621679753519 -> TyFun [a6989586621679753519] (NonEmpty a6989586621679753519) -> *) (InsertSym1 a6989586621679753519) # | |
| SuppressUnusedWarnings (a6989586621679753530 -> TyFun (NonEmpty a6989586621679753530) (NonEmpty a6989586621679753530) -> *) ((:<|$$) a6989586621679753530) # | |
| SuppressUnusedWarnings (a6989586621679753529 -> TyFun (NonEmpty a6989586621679753529) (NonEmpty a6989586621679753529) -> *) (ConsSym1 a6989586621679753529) # | |
| SuppressUnusedWarnings (a6989586621679834780 -> TyFun a6989586621679834780 (TyFun a6989586621679834780 [a6989586621679834780] -> Type) -> *) (EnumFromThenToSym1 a6989586621679834780) # | |
| SuppressUnusedWarnings (a6989586621679834780 -> a6989586621679834780 -> TyFun a6989586621679834780 [a6989586621679834780] -> *) (EnumFromThenToSym2 a6989586621679834780) # | |
| SuppressUnusedWarnings (a6989586621679834780 -> TyFun a6989586621679834780 [a6989586621679834780] -> *) (EnumFromToSym1 a6989586621679834780) # | |
| SuppressUnusedWarnings (NonEmpty a6989586621679753488 -> TyFun Nat a6989586621679753488 -> *) ((:!!$$) a6989586621679753488) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679463106 Bool -> Type) (TyFun (TyFun a6989586621679463106 a6989586621679463106 -> Type) (TyFun a6989586621679463106 a6989586621679463106 -> Type) -> Type) -> *) (UntilSym0 a6989586621679463106) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679465427 Bool -> Type) (TyFun [a6989586621679465427] Bool -> Type) -> *) (Any_Sym0 a6989586621679465427) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475541 (TyFun a6989586621679475541 Bool -> Type) -> Type) (TyFun [a6989586621679475541] [a6989586621679475541] -> Type) -> *) (NubBySym0 a6989586621679475541) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475550 Bool -> Type) (TyFun [a6989586621679475550] ([a6989586621679475550], [a6989586621679475550]) -> Type) -> *) (PartitionSym0 a6989586621679475550) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475562 Bool -> Type) (TyFun [a6989586621679475562] ([a6989586621679475562], [a6989586621679475562]) -> Type) -> *) (BreakSym0 a6989586621679475562) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475563 Bool -> Type) (TyFun [a6989586621679475563] ([a6989586621679475563], [a6989586621679475563]) -> Type) -> *) (SpanSym0 a6989586621679475563) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475553 (TyFun a6989586621679475553 Bool -> Type) -> Type) (TyFun [a6989586621679475553] [[a6989586621679475553]] -> Type) -> *) (GroupBySym0 a6989586621679475553) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475565 Bool -> Type) (TyFun [a6989586621679475565] [a6989586621679475565] -> Type) -> *) (DropWhileSym0 a6989586621679475565) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475566 Bool -> Type) (TyFun [a6989586621679475566] [a6989586621679475566] -> Type) -> *) (TakeWhileSym0 a6989586621679475566) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475574 Bool -> Type) (TyFun [a6989586621679475574] [a6989586621679475574] -> Type) -> *) (FilterSym0 a6989586621679475574) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475573 Bool -> Type) (TyFun [a6989586621679475573] (Maybe a6989586621679475573) -> Type) -> *) (FindSym0 a6989586621679475573) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475567 (TyFun a6989586621679475567 Bool -> Type) -> Type) (TyFun [a6989586621679475567] (TyFun [a6989586621679475567] [a6989586621679475567] -> Type) -> Type) -> *) (IntersectBySym0 a6989586621679475567) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475577 (TyFun a6989586621679475577 Ordering -> Type) -> Type) (TyFun a6989586621679475577 (TyFun [a6989586621679475577] [a6989586621679475577] -> Type) -> Type) -> *) (InsertBySym0 a6989586621679475577) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475578 (TyFun a6989586621679475578 Ordering -> Type) -> Type) (TyFun [a6989586621679475578] [a6989586621679475578] -> Type) -> *) (SortBySym0 a6989586621679475578) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475580 (TyFun a6989586621679475580 Bool -> Type) -> Type) (TyFun a6989586621679475580 (TyFun [a6989586621679475580] [a6989586621679475580] -> Type) -> Type) -> *) (DeleteBySym0 a6989586621679475580) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475579 (TyFun a6989586621679475579 Bool -> Type) -> Type) (TyFun [a6989586621679475579] (TyFun [a6989586621679475579] [a6989586621679475579] -> Type) -> Type) -> *) (DeleteFirstsBySym0 a6989586621679475579) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475539 (TyFun a6989586621679475539 Bool -> Type) -> Type) (TyFun [a6989586621679475539] (TyFun [a6989586621679475539] [a6989586621679475539] -> Type) -> Type) -> *) (UnionBySym0 a6989586621679475539) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475569 Bool -> Type) (TyFun [a6989586621679475569] [Nat] -> Type) -> *) (FindIndicesSym0 a6989586621679475569) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475570 Bool -> Type) (TyFun [a6989586621679475570] (Maybe Nat) -> Type) -> *) (FindIndexSym0 a6989586621679475570) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475637 (TyFun a6989586621679475637 a6989586621679475637 -> Type) -> Type) (TyFun [a6989586621679475637] [a6989586621679475637] -> Type) -> *) (Scanr1Sym0 a6989586621679475637) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475640 (TyFun a6989586621679475640 a6989586621679475640 -> Type) -> Type) (TyFun [a6989586621679475640] [a6989586621679475640] -> Type) -> *) (Scanl1Sym0 a6989586621679475640) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475643 Bool -> Type) (TyFun [a6989586621679475643] Bool -> Type) -> *) (AllSym0 a6989586621679475643) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475647 (TyFun a6989586621679475647 a6989586621679475647 -> Type) -> Type) (TyFun [a6989586621679475647] a6989586621679475647 -> Type) -> *) (Foldr1Sym0 a6989586621679475647) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475649 (TyFun a6989586621679475649 a6989586621679475649 -> Type) -> Type) (TyFun [a6989586621679475649] a6989586621679475649 -> Type) -> *) (Foldl1Sym0 a6989586621679475649) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475576 (TyFun a6989586621679475576 Ordering -> Type) -> Type) (TyFun [a6989586621679475576] a6989586621679475576 -> Type) -> *) (MaximumBySym0 a6989586621679475576) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475575 (TyFun a6989586621679475575 Ordering -> Type) -> Type) (TyFun [a6989586621679475575] a6989586621679475575 -> Type) -> *) (MinimumBySym0 a6989586621679475575) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475648 (TyFun a6989586621679475648 a6989586621679475648 -> Type) -> Type) (TyFun [a6989586621679475648] a6989586621679475648 -> Type) -> *) (Foldl1'Sym0 a6989586621679475648) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475564 Bool -> Type) (TyFun [a6989586621679475564] [a6989586621679475564] -> Type) -> *) (DropWhileEndSym0 a6989586621679475564) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753479 (TyFun a6989586621679753479 Bool -> Type) -> Type) (TyFun (NonEmpty a6989586621679753479) (NonEmpty a6989586621679753479) -> Type) -> *) (NubBySym0 a6989586621679753479) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753500 (TyFun a6989586621679753500 Bool -> Type) -> Type) (TyFun [a6989586621679753500] [NonEmpty a6989586621679753500] -> Type) -> *) (GroupBySym0 a6989586621679753500) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753494 (TyFun a6989586621679753494 Bool -> Type) -> Type) (TyFun (NonEmpty a6989586621679753494) (NonEmpty (NonEmpty a6989586621679753494)) -> Type) -> *) (GroupBy1Sym0 a6989586621679753494) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753507 Bool -> Type) (TyFun (NonEmpty a6989586621679753507) [a6989586621679753507] -> Type) -> *) (TakeWhileSym0 a6989586621679753507) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753506 Bool -> Type) (TyFun (NonEmpty a6989586621679753506) [a6989586621679753506] -> Type) -> *) (DropWhileSym0 a6989586621679753506) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753505 Bool -> Type) (TyFun (NonEmpty a6989586621679753505) ([a6989586621679753505], [a6989586621679753505]) -> Type) -> *) (SpanSym0 a6989586621679753505) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753504 Bool -> Type) (TyFun (NonEmpty a6989586621679753504) ([a6989586621679753504], [a6989586621679753504]) -> Type) -> *) (BreakSym0 a6989586621679753504) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753503 Bool -> Type) (TyFun (NonEmpty a6989586621679753503) [a6989586621679753503] -> Type) -> *) (FilterSym0 a6989586621679753503) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753502 Bool -> Type) (TyFun (NonEmpty a6989586621679753502) ([a6989586621679753502], [a6989586621679753502]) -> Type) -> *) (PartitionSym0 a6989586621679753502) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753477 (TyFun a6989586621679753477 Ordering -> Type) -> Type) (TyFun (NonEmpty a6989586621679753477) (NonEmpty a6989586621679753477) -> Type) -> *) (SortBySym0 a6989586621679753477) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753514 (TyFun a6989586621679753514 a6989586621679753514 -> Type) -> Type) (TyFun (NonEmpty a6989586621679753514) (NonEmpty a6989586621679753514) -> Type) -> *) (Scanl1Sym0 a6989586621679753514) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753513 (TyFun a6989586621679753513 a6989586621679753513 -> Type) -> Type) (TyFun (NonEmpty a6989586621679753513) (NonEmpty a6989586621679753513) -> Type) -> *) (Scanr1Sym0 a6989586621679753513) # | |
| SuppressUnusedWarnings (TyFun [[a6989586621679475646]] [a6989586621679475646] -> *) (ConcatSym0 a6989586621679475646) # | |
| SuppressUnusedWarnings (TyFun [[a6989586621679475544]] [[a6989586621679475544]] -> *) (TransposeSym0 a6989586621679475544) # | |
| SuppressUnusedWarnings (TyFun [Maybe a6989586621679444544] [a6989586621679444544] -> *) (CatMaybesSym0 a6989586621679444544) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679292514] (TyFun [a6989586621679292514] [a6989586621679292514] -> Type) -> *) ((:++$) a6989586621679292514) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679444545] (Maybe a6989586621679444545) -> *) (ListToMaybeSym0 a6989586621679444545) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475543] (TyFun Nat a6989586621679475543 -> Type) -> *) ((:!!$) a6989586621679475543) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475546] Nat -> *) (LengthSym0 a6989586621679475546) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475547] a6989586621679475547 -> *) (ProductSym0 a6989586621679475547) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475548] a6989586621679475548 -> *) (SumSym0 a6989586621679475548) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475558] [[a6989586621679475558]] -> *) (GroupSym0 a6989586621679475558) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475568] (TyFun [a6989586621679475568] [a6989586621679475568] -> Type) -> *) (IntersectSym0 a6989586621679475568) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475554] [a6989586621679475554] -> *) (SortSym0 a6989586621679475554) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475538] (TyFun [a6989586621679475538] [a6989586621679475538] -> Type) -> *) (UnionSym0 a6989586621679475538) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475581] (TyFun [a6989586621679475581] [a6989586621679475581] -> Type) -> *) ((:\\$) a6989586621679475581) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475542] [a6989586621679475542] -> *) (NubSym0 a6989586621679475542) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475626] (TyFun [a6989586621679475626] Bool -> Type) -> *) (IsPrefixOfSym0 a6989586621679475626) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475627] [[a6989586621679475627]] -> *) (TailsSym0 a6989586621679475627) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475624] (TyFun [a6989586621679475624] Bool -> Type) -> *) (IsInfixOfSym0 a6989586621679475624) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475628] [[a6989586621679475628]] -> *) (InitsSym0 a6989586621679475628) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475557] a6989586621679475557 -> *) (MaximumSym0 a6989586621679475557) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475556] a6989586621679475556 -> *) (MinimumSym0 a6989586621679475556) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475652] [[a6989586621679475652]] -> *) (PermutationsSym0 a6989586621679475652) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475655] [[a6989586621679475655]] -> *) (SubsequencesSym0 a6989586621679475655) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475656] (TyFun [[a6989586621679475656]] [a6989586621679475656] -> Type) -> *) (IntercalateSym0 a6989586621679475656) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475658] [a6989586621679475658] -> *) (ReverseSym0 a6989586621679475658) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475625] (TyFun [a6989586621679475625] Bool -> Type) -> *) (IsSuffixOfSym0 a6989586621679475625) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475659] Bool -> *) (NullSym0 a6989586621679475659) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475660] [a6989586621679475660] -> *) (InitSym0 a6989586621679475660) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475661] [a6989586621679475661] -> *) (TailSym0 a6989586621679475661) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475662] a6989586621679475662 -> *) (LastSym0 a6989586621679475662) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475663] a6989586621679475663 -> *) (HeadSym0 a6989586621679475663) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679753489] (TyFun (NonEmpty a6989586621679753489) Bool -> Type) -> *) (IsPrefixOfSym0 a6989586621679753489) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679753501] [NonEmpty a6989586621679753501] -> *) (GroupSym0 a6989586621679753501) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679753527] (NonEmpty a6989586621679753527) -> *) (FromListSym0 a6989586621679753527) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679753521] (NonEmpty [a6989586621679753521]) -> *) (InitsSym0 a6989586621679753521) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679753520] (NonEmpty [a6989586621679753520]) -> *) (TailsSym0 a6989586621679753520) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679753538] (Maybe (NonEmpty a6989586621679753538)) -> *) (NonEmpty_Sym0 a6989586621679753538) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679904319] (TyFun [a6989586621679904319] (Maybe [a6989586621679904319]) -> Type) -> *) (StripPrefixSym0 a6989586621679904319) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679444546) [a6989586621679444546] -> *) (MaybeToListSym0 a6989586621679444546) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679444548) a6989586621679444548 -> *) (FromJustSym0 a6989586621679444548) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679444549) Bool -> *) (IsNothingSym0 a6989586621679444549) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679444550) Bool -> *) (IsJustSym0 a6989586621679444550) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun [a6989586621679475560] [a6989586621679475560] -> Type) -> *) (DropSym0 a6989586621679475560) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun [a6989586621679475561] [a6989586621679475561] -> Type) -> *) (TakeSym0 a6989586621679475561) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun [a6989586621679475559] ([a6989586621679475559], [a6989586621679475559]) -> Type) -> *) (SplitAtSym0 a6989586621679475559) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun a6989586621679475545 [a6989586621679475545] -> Type) -> *) (ReplicateSym0 a6989586621679475545) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun (NonEmpty a6989586621679753510) [a6989586621679753510] -> Type) -> *) (TakeSym0 a6989586621679753510) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun (NonEmpty a6989586621679753509) [a6989586621679753509] -> Type) -> *) (DropSym0 a6989586621679753509) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun (NonEmpty a6989586621679753508) ([a6989586621679753508], [a6989586621679753508]) -> Type) -> *) (SplitAtSym0 a6989586621679753508) # | |
| SuppressUnusedWarnings (TyFun Nat a6989586621679427063 -> *) (FromIntegerSym0 a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun Nat a6989586621679834780 -> *) (ToEnumSym0 a6989586621679834780) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (Maybe a3530822107858468865) -> *) (JustSym0 a3530822107858468865) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun [a3530822107858468865] [a3530822107858468865] -> Type) -> *) ((:$) a3530822107858468865) # | |
| SuppressUnusedWarnings (TyFun a6989586621679075955 (TyFun [a6989586621679075955] (NonEmpty a6989586621679075955) -> Type) -> *) ((:|$) a6989586621679075955) # | |
| SuppressUnusedWarnings (TyFun a6989586621679288557 (TyFun a6989586621679288557 (TyFun Bool a6989586621679288557 -> Type) -> Type) -> *) (Bool_Sym0 a6989586621679288557) # | |
| SuppressUnusedWarnings (TyFun a6989586621679292504 (TyFun a6989586621679292504 a6989586621679292504 -> Type) -> *) (AsTypeOfSym0 a6989586621679292504) # | |
| SuppressUnusedWarnings (TyFun a6989586621679292513 a6989586621679292513 -> *) (IdSym0 a6989586621679292513) # | |
| SuppressUnusedWarnings (TyFun a6989586621679309568 (TyFun a6989586621679309568 Bool -> Type) -> *) ((:==$) a6989586621679309568) # | |
| SuppressUnusedWarnings (TyFun a6989586621679309568 (TyFun a6989586621679309568 Bool -> Type) -> *) ((:/=$) a6989586621679309568) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 Bool -> Type) -> *) ((:<=$) a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 Ordering -> Type) -> *) (CompareSym0 a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 a6989586621679324852 -> Type) -> *) (MinSym0 a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 a6989586621679324852 -> Type) -> *) (MaxSym0 a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 Bool -> Type) -> *) ((:>=$) a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 Bool -> Type) -> *) ((:>$) a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679324852 (TyFun a6989586621679324852 Bool -> Type) -> *) ((:<$) a6989586621679324852) # | |
| SuppressUnusedWarnings (TyFun a6989586621679427063 a6989586621679427063 -> *) (NegateSym0 a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun a6989586621679427063 (TyFun a6989586621679427063 a6989586621679427063 -> Type) -> *) ((:-$) a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun a6989586621679427063 (TyFun a6989586621679427063 a6989586621679427063 -> Type) -> *) ((:+$) a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun a6989586621679427063 a6989586621679427063 -> *) (SignumSym0 a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun a6989586621679427063 a6989586621679427063 -> *) (AbsSym0 a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun a6989586621679427063 (TyFun a6989586621679427063 a6989586621679427063 -> Type) -> *) ((:*$) a6989586621679427063) # | |
| SuppressUnusedWarnings (TyFun a6989586621679429354 (TyFun a6989586621679429354 a6989586621679429354 -> Type) -> *) (SubtractSym0 a6989586621679429354) # | |
| SuppressUnusedWarnings (TyFun a6989586621679444547 (TyFun (Maybe a6989586621679444547) a6989586621679444547 -> Type) -> *) (FromMaybeSym0 a6989586621679444547) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475555 (TyFun [a6989586621679475555] [a6989586621679475555] -> Type) -> *) (InsertSym0 a6989586621679475555) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475582 (TyFun [a6989586621679475582] [a6989586621679475582] -> Type) -> *) (DeleteSym0 a6989586621679475582) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475571 (TyFun [a6989586621679475571] [Nat] -> Type) -> *) (ElemIndicesSym0 a6989586621679475571) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475572 (TyFun [a6989586621679475572] (Maybe Nat) -> Type) -> *) (ElemIndexSym0 a6989586621679475572) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475622 (TyFun [a6989586621679475622] Bool -> Type) -> *) (NotElemSym0 a6989586621679475622) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475623 (TyFun [a6989586621679475623] Bool -> Type) -> *) (ElemSym0 a6989586621679475623) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475657 (TyFun [a6989586621679475657] [a6989586621679475657] -> Type) -> *) (IntersperseSym0 a6989586621679475657) # | |
| SuppressUnusedWarnings (TyFun a6989586621679753512 (TyFun (NonEmpty a6989586621679753512) (NonEmpty a6989586621679753512) -> Type) -> *) (IntersperseSym0 a6989586621679753512) # | |
| SuppressUnusedWarnings (TyFun a6989586621679753519 (TyFun [a6989586621679753519] (NonEmpty a6989586621679753519) -> Type) -> *) (InsertSym0 a6989586621679753519) # | |
| SuppressUnusedWarnings (TyFun a6989586621679753530 (TyFun (NonEmpty a6989586621679753530) (NonEmpty a6989586621679753530) -> Type) -> *) ((:<|$) a6989586621679753530) # | |
| SuppressUnusedWarnings (TyFun a6989586621679753529 (TyFun (NonEmpty a6989586621679753529) (NonEmpty a6989586621679753529) -> Type) -> *) (ConsSym0 a6989586621679753529) # | |
| SuppressUnusedWarnings (TyFun a6989586621679834780 (TyFun a6989586621679834780 (TyFun a6989586621679834780 [a6989586621679834780] -> Type) -> Type) -> *) (EnumFromThenToSym0 a6989586621679834780) # | |
| SuppressUnusedWarnings (TyFun a6989586621679834780 (TyFun a6989586621679834780 [a6989586621679834780] -> Type) -> *) (EnumFromToSym0 a6989586621679834780) # | |
| SuppressUnusedWarnings (TyFun a6989586621679834780 Nat -> *) (FromEnumSym0 a6989586621679834780) # | |
| SuppressUnusedWarnings (TyFun a6989586621679834780 a6989586621679834780 -> *) (PredSym0 a6989586621679834780) # | |
| SuppressUnusedWarnings (TyFun a6989586621679834780 a6989586621679834780 -> *) (SuccSym0 a6989586621679834780) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753480) (NonEmpty a6989586621679753480) -> *) (NubSym0 a6989586621679753480) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753488) (TyFun Nat a6989586621679753488 -> Type) -> *) ((:!!$) a6989586621679753488) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753495) (NonEmpty (NonEmpty a6989586621679753495)) -> *) (Group1Sym0 a6989586621679753495) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753526) [a6989586621679753526] -> *) (ToListSym0 a6989586621679753526) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753511) (NonEmpty a6989586621679753511) -> *) (ReverseSym0 a6989586621679753511) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753528) (NonEmpty a6989586621679753528) -> *) (SortSym0 a6989586621679753528) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753531) [a6989586621679753531] -> *) (InitSym0 a6989586621679753531) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753532) a6989586621679753532 -> *) (LastSym0 a6989586621679753532) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753533) [a6989586621679753533] -> *) (TailSym0 a6989586621679753533) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753534) a6989586621679753534 -> *) (HeadSym0 a6989586621679753534) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753537) (a6989586621679753537, Maybe (NonEmpty a6989586621679753537)) -> *) (UnconsSym0 a6989586621679753537) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753541) Nat -> *) (LengthSym0 a6989586621679753541) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty (NonEmpty a6989586621679753478)) (NonEmpty (NonEmpty a6989586621679753478)) -> *) (TransposeSym0 a6989586621679753478) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) -> b6989586621679252328 -> TyFun [a6989586621679252327] b6989586621679252328 -> *) (FoldlSym2 a6989586621679252327 b6989586621679252328) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) -> TyFun b6989586621679252328 (TyFun [a6989586621679252327] b6989586621679252328 -> Type) -> *) (FoldlSym1 a6989586621679252327 b6989586621679252328) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679292515 b6989586621679292516 -> Type) -> TyFun [a6989586621679292515] [b6989586621679292516] -> *) (MapSym1 a6989586621679292515 b6989586621679292516) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679292517 (TyFun b6989586621679292518 b6989586621679292518 -> Type) -> Type) -> b6989586621679292518 -> TyFun [a6989586621679292517] b6989586621679292518 -> *) (FoldrSym2 a6989586621679292517 b6989586621679292518) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679292517 (TyFun b6989586621679292518 b6989586621679292518 -> Type) -> Type) -> TyFun b6989586621679292518 (TyFun [a6989586621679292517] b6989586621679292518 -> Type) -> *) (FoldrSym1 a6989586621679292517 b6989586621679292518) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679324842 a6989586621679324841 -> Type) -> b6989586621679324842 -> TyFun b6989586621679324842 Ordering -> *) (ComparingSym2 a6989586621679324841 b6989586621679324842) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679324842 a6989586621679324841 -> Type) -> TyFun b6989586621679324842 (TyFun b6989586621679324842 Ordering -> Type) -> *) (ComparingSym1 a6989586621679324841 b6989586621679324842) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679444542 (Maybe b6989586621679444543) -> Type) -> TyFun [a6989586621679444542] [b6989586621679444543] -> *) (MapMaybeSym1 a6989586621679444542 b6989586621679444543) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679475629 (Maybe (a6989586621679475630, b6989586621679475629)) -> Type) -> TyFun b6989586621679475629 [a6989586621679475630] -> *) (UnfoldrSym1 b6989586621679475629 a6989586621679475630) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475638 (TyFun b6989586621679475639 b6989586621679475639 -> Type) -> Type) -> TyFun b6989586621679475639 (TyFun [a6989586621679475638] [b6989586621679475639] -> Type) -> *) (ScanrSym1 a6989586621679475638 b6989586621679475639) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475638 (TyFun b6989586621679475639 b6989586621679475639 -> Type) -> Type) -> b6989586621679475639 -> TyFun [a6989586621679475638] [b6989586621679475639] -> *) (ScanrSym2 a6989586621679475638 b6989586621679475639) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679475641 (TyFun a6989586621679475642 b6989586621679475641 -> Type) -> Type) -> TyFun b6989586621679475641 (TyFun [a6989586621679475642] [b6989586621679475641] -> Type) -> *) (ScanlSym1 a6989586621679475642 b6989586621679475641) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679475641 (TyFun a6989586621679475642 b6989586621679475641 -> Type) -> Type) -> b6989586621679475641 -> TyFun [a6989586621679475642] [b6989586621679475641] -> *) (ScanlSym2 a6989586621679475642 b6989586621679475641) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475644 [b6989586621679475645] -> Type) -> TyFun [a6989586621679475644] [b6989586621679475645] -> *) (ConcatMapSym1 a6989586621679475644 b6989586621679475645) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679475651 (TyFun a6989586621679475650 b6989586621679475651 -> Type) -> Type) -> b6989586621679475651 -> TyFun [a6989586621679475650] b6989586621679475651 -> *) (Foldl'Sym2 a6989586621679475650 b6989586621679475651) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679475651 (TyFun a6989586621679475650 b6989586621679475651 -> Type) -> Type) -> TyFun b6989586621679475651 (TyFun [a6989586621679475650] b6989586621679475651 -> Type) -> *) (Foldl'Sym1 a6989586621679475650 b6989586621679475651) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753499 b6989586621679753498 -> Type) -> TyFun [a6989586621679753499] [NonEmpty a6989586621679753499] -> *) (GroupWithSym1 b6989586621679753498 a6989586621679753499) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753497 b6989586621679753496 -> Type) -> TyFun [a6989586621679753497] [NonEmpty a6989586621679753497] -> *) (GroupAllWithSym1 b6989586621679753496 a6989586621679753497) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753493 b6989586621679753492 -> Type) -> TyFun (NonEmpty a6989586621679753493) (NonEmpty (NonEmpty a6989586621679753493)) -> *) (GroupWith1Sym1 b6989586621679753492 a6989586621679753493) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753522 b6989586621679753523 -> Type) -> TyFun (NonEmpty a6989586621679753522) (NonEmpty b6989586621679753523) -> *) (MapSym1 a6989586621679753522 b6989586621679753523) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753476 o6989586621679753475 -> Type) -> TyFun (NonEmpty a6989586621679753476) (NonEmpty a6989586621679753476) -> *) (SortWithSym1 o6989586621679753475 a6989586621679753476) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753491 b6989586621679753490 -> Type) -> TyFun (NonEmpty a6989586621679753491) (NonEmpty (NonEmpty a6989586621679753491)) -> *) (GroupAllWith1Sym1 b6989586621679753490 a6989586621679753491) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679753517 (TyFun a6989586621679753518 b6989586621679753517 -> Type) -> Type) -> b6989586621679753517 -> TyFun [a6989586621679753518] (NonEmpty b6989586621679753517) -> *) (ScanlSym2 a6989586621679753518 b6989586621679753517) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679753517 (TyFun a6989586621679753518 b6989586621679753517 -> Type) -> Type) -> TyFun b6989586621679753517 (TyFun [a6989586621679753518] (NonEmpty b6989586621679753517) -> Type) -> *) (ScanlSym1 a6989586621679753518 b6989586621679753517) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753515 (TyFun b6989586621679753516 b6989586621679753516 -> Type) -> Type) -> b6989586621679753516 -> TyFun [a6989586621679753515] (NonEmpty b6989586621679753516) -> *) (ScanrSym2 a6989586621679753515 b6989586621679753516) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753515 (TyFun b6989586621679753516 b6989586621679753516 -> Type) -> Type) -> TyFun b6989586621679753516 (TyFun [a6989586621679753515] (NonEmpty b6989586621679753516) -> Type) -> *) (ScanrSym1 a6989586621679753515 b6989586621679753516) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753535 (b6989586621679753536, Maybe a6989586621679753535) -> Type) -> TyFun a6989586621679753535 (NonEmpty b6989586621679753536) -> *) (UnfoldrSym1 a6989586621679753535 b6989586621679753536) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753539 (b6989586621679753540, Maybe a6989586621679753539) -> Type) -> TyFun a6989586621679753539 (NonEmpty b6989586621679753540) -> *) (UnfoldSym1 a6989586621679753539 b6989586621679753540) # | |
| SuppressUnusedWarnings ([a6989586621679475620] -> TyFun [b6989586621679475621] [(a6989586621679475620, b6989586621679475621)] -> *) (ZipSym1 a6989586621679475620 b6989586621679475621) # | |
| SuppressUnusedWarnings ([a6989586621679904264] -> TyFun i6989586621679904263 a6989586621679904264 -> *) (GenericIndexSym1 i6989586621679904263 a6989586621679904264) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> *) (Tuple2Sym1 a3530822107858468865 b3530822107858468866) # | |
| SuppressUnusedWarnings (a6989586621679292502 -> TyFun b6989586621679292503 b6989586621679292503 -> *) (SeqSym1 a6989586621679292502 b6989586621679292503) # | |
| SuppressUnusedWarnings (a6989586621679292511 -> TyFun b6989586621679292512 a6989586621679292511 -> *) (ConstSym1 b6989586621679292512 a6989586621679292511) # | |
| SuppressUnusedWarnings (a6989586621679304576 -> TyFun (TyFun a6989586621679304576 b6989586621679304577 -> Type) b6989586621679304577 -> *) ((:&$$) a6989586621679304576 b6989586621679304577) # | |
| SuppressUnusedWarnings (b6989586621679443437 -> (TyFun a6989586621679443438 b6989586621679443437 -> Type) -> TyFun (Maybe a6989586621679443438) b6989586621679443437 -> *) (Maybe_Sym2 a6989586621679443438 b6989586621679443437) # | |
| SuppressUnusedWarnings (b6989586621679443437 -> TyFun (TyFun a6989586621679443438 b6989586621679443437 -> Type) (TyFun (Maybe a6989586621679443438) b6989586621679443437 -> Type) -> *) (Maybe_Sym1 a6989586621679443438 b6989586621679443437) # | |
| SuppressUnusedWarnings (a6989586621679475551 -> TyFun [(a6989586621679475551, b6989586621679475552)] (Maybe b6989586621679475552) -> *) (LookupSym1 a6989586621679475551 b6989586621679475552) # | |
| SuppressUnusedWarnings (i6989586621679904261 -> TyFun a6989586621679904262 [a6989586621679904262] -> *) (GenericReplicateSym1 i6989586621679904261 a6989586621679904262) # | |
| SuppressUnusedWarnings (i6989586621679904265 -> TyFun [a6989586621679904266] ([a6989586621679904266], [a6989586621679904266]) -> *) (GenericSplitAtSym1 i6989586621679904265 a6989586621679904266) # | |
| SuppressUnusedWarnings (i6989586621679904267 -> TyFun [a6989586621679904268] [a6989586621679904268] -> *) (GenericDropSym1 i6989586621679904267 a6989586621679904268) # | |
| SuppressUnusedWarnings (i6989586621679904269 -> TyFun [a6989586621679904270] [a6989586621679904270] -> *) (GenericTakeSym1 i6989586621679904269 a6989586621679904270) # | |
| SuppressUnusedWarnings (NonEmpty a6989586621679753486 -> TyFun (NonEmpty b6989586621679753487) (NonEmpty (a6989586621679753486, b6989586621679753487)) -> *) (ZipSym1 a6989586621679753486 b6989586621679753487) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679252328 (TyFun a6989586621679252327 b6989586621679252328 -> Type) -> Type) (TyFun b6989586621679252328 (TyFun [a6989586621679252327] b6989586621679252328 -> Type) -> Type) -> *) (FoldlSym0 a6989586621679252327 b6989586621679252328) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679292515 b6989586621679292516 -> Type) (TyFun [a6989586621679292515] [b6989586621679292516] -> Type) -> *) (MapSym0 a6989586621679292515 b6989586621679292516) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679292517 (TyFun b6989586621679292518 b6989586621679292518 -> Type) -> Type) (TyFun b6989586621679292518 (TyFun [a6989586621679292517] b6989586621679292518 -> Type) -> Type) -> *) (FoldrSym0 a6989586621679292517 b6989586621679292518) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679324842 a6989586621679324841 -> Type) (TyFun b6989586621679324842 (TyFun b6989586621679324842 Ordering -> Type) -> Type) -> *) (ComparingSym0 a6989586621679324841 b6989586621679324842) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679444542 (Maybe b6989586621679444543) -> Type) (TyFun [a6989586621679444542] [b6989586621679444543] -> Type) -> *) (MapMaybeSym0 a6989586621679444542 b6989586621679444543) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679475629 (Maybe (a6989586621679475630, b6989586621679475629)) -> Type) (TyFun b6989586621679475629 [a6989586621679475630] -> Type) -> *) (UnfoldrSym0 b6989586621679475629 a6989586621679475630) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475638 (TyFun b6989586621679475639 b6989586621679475639 -> Type) -> Type) (TyFun b6989586621679475639 (TyFun [a6989586621679475638] [b6989586621679475639] -> Type) -> Type) -> *) (ScanrSym0 a6989586621679475638 b6989586621679475639) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679475641 (TyFun a6989586621679475642 b6989586621679475641 -> Type) -> Type) (TyFun b6989586621679475641 (TyFun [a6989586621679475642] [b6989586621679475641] -> Type) -> Type) -> *) (ScanlSym0 a6989586621679475642 b6989586621679475641) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475644 [b6989586621679475645] -> Type) (TyFun [a6989586621679475644] [b6989586621679475645] -> Type) -> *) (ConcatMapSym0 a6989586621679475644 b6989586621679475645) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679475651 (TyFun a6989586621679475650 b6989586621679475651 -> Type) -> Type) (TyFun b6989586621679475651 (TyFun [a6989586621679475650] b6989586621679475651 -> Type) -> Type) -> *) (Foldl'Sym0 a6989586621679475650 b6989586621679475651) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753499 b6989586621679753498 -> Type) (TyFun [a6989586621679753499] [NonEmpty a6989586621679753499] -> Type) -> *) (GroupWithSym0 b6989586621679753498 a6989586621679753499) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753497 b6989586621679753496 -> Type) (TyFun [a6989586621679753497] [NonEmpty a6989586621679753497] -> Type) -> *) (GroupAllWithSym0 b6989586621679753496 a6989586621679753497) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753493 b6989586621679753492 -> Type) (TyFun (NonEmpty a6989586621679753493) (NonEmpty (NonEmpty a6989586621679753493)) -> Type) -> *) (GroupWith1Sym0 b6989586621679753492 a6989586621679753493) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753522 b6989586621679753523 -> Type) (TyFun (NonEmpty a6989586621679753522) (NonEmpty b6989586621679753523) -> Type) -> *) (MapSym0 a6989586621679753522 b6989586621679753523) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753476 o6989586621679753475 -> Type) (TyFun (NonEmpty a6989586621679753476) (NonEmpty a6989586621679753476) -> Type) -> *) (SortWithSym0 o6989586621679753475 a6989586621679753476) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753491 b6989586621679753490 -> Type) (TyFun (NonEmpty a6989586621679753491) (NonEmpty (NonEmpty a6989586621679753491)) -> Type) -> *) (GroupAllWith1Sym0 b6989586621679753490 a6989586621679753491) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679753517 (TyFun a6989586621679753518 b6989586621679753517 -> Type) -> Type) (TyFun b6989586621679753517 (TyFun [a6989586621679753518] (NonEmpty b6989586621679753517) -> Type) -> Type) -> *) (ScanlSym0 a6989586621679753518 b6989586621679753517) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753515 (TyFun b6989586621679753516 b6989586621679753516 -> Type) -> Type) (TyFun b6989586621679753516 (TyFun [a6989586621679753515] (NonEmpty b6989586621679753516) -> Type) -> Type) -> *) (ScanrSym0 a6989586621679753515 b6989586621679753516) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753535 (b6989586621679753536, Maybe a6989586621679753535) -> Type) (TyFun a6989586621679753535 (NonEmpty b6989586621679753536) -> Type) -> *) (UnfoldrSym0 a6989586621679753535 b6989586621679753536) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753539 (b6989586621679753540, Maybe a6989586621679753539) -> Type) (TyFun a6989586621679753539 (NonEmpty b6989586621679753540) -> Type) -> *) (UnfoldSym0 a6989586621679753539 b6989586621679753540) # | |
| SuppressUnusedWarnings (TyFun [Either a6989586621679454607 b6989586621679454608] [b6989586621679454608] -> *) (RightsSym0 a6989586621679454607 b6989586621679454608) # | |
| SuppressUnusedWarnings (TyFun [Either a6989586621679454609 b6989586621679454610] [a6989586621679454609] -> *) (LeftsSym0 b6989586621679454610 a6989586621679454609) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679475608, b6989586621679475609)] ([a6989586621679475608], [b6989586621679475609]) -> *) (UnzipSym0 a6989586621679475608 b6989586621679475609) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475537] i6989586621679475536 -> *) (GenericLengthSym0 a6989586621679475537 i6989586621679475536) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475620] (TyFun [b6989586621679475621] [(a6989586621679475620, b6989586621679475621)] -> Type) -> *) (ZipSym0 a6989586621679475620 b6989586621679475621) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679904264] (TyFun i6989586621679904263 a6989586621679904264 -> Type) -> *) (GenericIndexSym0 i6989586621679904263 a6989586621679904264) # | |
| SuppressUnusedWarnings (TyFun (Either a6989586621679454601 b6989586621679454602) Bool -> *) (IsRightSym0 a6989586621679454601 b6989586621679454602) # | |
| SuppressUnusedWarnings (TyFun (Either a6989586621679454603 b6989586621679454604) Bool -> *) (IsLeftSym0 a6989586621679454603 b6989586621679454604) # | |
| SuppressUnusedWarnings (TyFun (a6989586621679439417, b6989586621679439418) (b6989586621679439418, a6989586621679439417) -> *) (SwapSym0 b6989586621679439418 a6989586621679439417) # | |
| SuppressUnusedWarnings (TyFun (a6989586621679439425, b6989586621679439426) b6989586621679439426 -> *) (SndSym0 a6989586621679439425 b6989586621679439426) # | |
| SuppressUnusedWarnings (TyFun (a6989586621679439427, b6989586621679439428) a6989586621679439427 -> *) (FstSym0 b6989586621679439428 a6989586621679439427) # | |
| SuppressUnusedWarnings (TyFun a6989586621679075946 (Either a6989586621679075946 b6989586621679075947) -> *) (LeftSym0 a6989586621679075946 b6989586621679075947) # | |
| SuppressUnusedWarnings (TyFun b6989586621679075947 (Either a6989586621679075946 b6989586621679075947) -> *) (RightSym0 a6989586621679075946 b6989586621679075947) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> Type) -> *) (Tuple2Sym0 a3530822107858468865 b3530822107858468866) # | |
| SuppressUnusedWarnings (TyFun a6989586621679292502 (TyFun b6989586621679292503 b6989586621679292503 -> Type) -> *) (SeqSym0 a6989586621679292502 b6989586621679292503) # | |
| SuppressUnusedWarnings (TyFun a6989586621679292511 (TyFun b6989586621679292512 a6989586621679292511 -> Type) -> *) (ConstSym0 b6989586621679292512 a6989586621679292511) # | |
| SuppressUnusedWarnings (TyFun a6989586621679304576 (TyFun (TyFun a6989586621679304576 b6989586621679304577 -> Type) b6989586621679304577 -> Type) -> *) ((:&$) a6989586621679304576 b6989586621679304577) # | |
| SuppressUnusedWarnings (TyFun k06989586621679418718 k6989586621679418720 -> *) (ErrorSym0 k06989586621679418718 k6989586621679418720) # | |
| SuppressUnusedWarnings (TyFun b6989586621679443437 (TyFun (TyFun a6989586621679443438 b6989586621679443437 -> Type) (TyFun (Maybe a6989586621679443438) b6989586621679443437 -> Type) -> Type) -> *) (Maybe_Sym0 a6989586621679443438 b6989586621679443437) # | |
| SuppressUnusedWarnings (TyFun a6989586621679475551 (TyFun [(a6989586621679475551, b6989586621679475552)] (Maybe b6989586621679475552) -> Type) -> *) (LookupSym0 a6989586621679475551 b6989586621679475552) # | |
| SuppressUnusedWarnings (TyFun i6989586621679904261 (TyFun a6989586621679904262 [a6989586621679904262] -> Type) -> *) (GenericReplicateSym0 i6989586621679904261 a6989586621679904262) # | |
| SuppressUnusedWarnings (TyFun i6989586621679904265 (TyFun [a6989586621679904266] ([a6989586621679904266], [a6989586621679904266]) -> Type) -> *) (GenericSplitAtSym0 i6989586621679904265 a6989586621679904266) # | |
| SuppressUnusedWarnings (TyFun i6989586621679904267 (TyFun [a6989586621679904268] [a6989586621679904268] -> Type) -> *) (GenericDropSym0 i6989586621679904267 a6989586621679904268) # | |
| SuppressUnusedWarnings (TyFun i6989586621679904269 (TyFun [a6989586621679904270] [a6989586621679904270] -> Type) -> *) (GenericTakeSym0 i6989586621679904269 a6989586621679904270) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty (a6989586621679753481, b6989586621679753482)) (NonEmpty a6989586621679753481, NonEmpty b6989586621679753482) -> *) (UnzipSym0 a6989586621679753481 b6989586621679753482) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679753486) (TyFun (NonEmpty b6989586621679753487) (NonEmpty (a6989586621679753486, b6989586621679753487)) -> Type) -> *) (ZipSym0 a6989586621679753486 b6989586621679753487) # | |
| SuppressUnusedWarnings ((TyFun (a6989586621679439422, b6989586621679439423) c6989586621679439424 -> Type) -> a6989586621679439422 -> TyFun b6989586621679439423 c6989586621679439424 -> *) (CurrySym2 a6989586621679439422 b6989586621679439423 c6989586621679439424) # | |
| SuppressUnusedWarnings ((TyFun (a6989586621679439422, b6989586621679439423) c6989586621679439424 -> Type) -> TyFun a6989586621679439422 (TyFun b6989586621679439423 c6989586621679439424 -> Type) -> *) (CurrySym1 a6989586621679439422 b6989586621679439423 c6989586621679439424) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679292505 (TyFun b6989586621679292506 c6989586621679292507 -> Type) -> Type) -> b6989586621679292506 -> TyFun a6989586621679292505 c6989586621679292507 -> *) (FlipSym2 b6989586621679292506 a6989586621679292505 c6989586621679292507) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679292505 (TyFun b6989586621679292506 c6989586621679292507 -> Type) -> Type) -> TyFun b6989586621679292506 (TyFun a6989586621679292505 c6989586621679292507 -> Type) -> *) (FlipSym1 b6989586621679292506 a6989586621679292505 c6989586621679292507) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679292508 c6989586621679292509 -> Type) -> (TyFun a6989586621679292510 b6989586621679292508 -> Type) -> TyFun a6989586621679292510 c6989586621679292509 -> *) ((:.$$$) b6989586621679292508 a6989586621679292510 c6989586621679292509) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679292508 c6989586621679292509 -> Type) -> TyFun (TyFun a6989586621679292510 b6989586621679292508 -> Type) (TyFun a6989586621679292510 c6989586621679292509 -> Type) -> *) ((:.$$) b6989586621679292508 a6989586621679292510 c6989586621679292509) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679304578 (TyFun b6989586621679304578 c6989586621679304579 -> Type) -> Type) -> (TyFun a6989586621679304580 b6989586621679304578 -> Type) -> a6989586621679304580 -> TyFun a6989586621679304580 c6989586621679304579 -> *) (OnSym3 b6989586621679304578 a6989586621679304580 c6989586621679304579) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679304578 (TyFun b6989586621679304578 c6989586621679304579 -> Type) -> Type) -> (TyFun a6989586621679304580 b6989586621679304578 -> Type) -> TyFun a6989586621679304580 (TyFun a6989586621679304580 c6989586621679304579 -> Type) -> *) (OnSym2 b6989586621679304578 a6989586621679304580 c6989586621679304579) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679304578 (TyFun b6989586621679304578 c6989586621679304579 -> Type) -> Type) -> TyFun (TyFun a6989586621679304580 b6989586621679304578 -> Type) (TyFun a6989586621679304580 (TyFun a6989586621679304580 c6989586621679304579 -> Type) -> Type) -> *) (OnSym1 b6989586621679304578 a6989586621679304580 c6989586621679304579) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679439419 (TyFun b6989586621679439420 c6989586621679439421 -> Type) -> Type) -> TyFun (a6989586621679439419, b6989586621679439420) c6989586621679439421 -> *) (UncurrySym1 a6989586621679439419 b6989586621679439420 c6989586621679439421) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679453497 c6989586621679453498 -> Type) -> (TyFun b6989586621679453499 c6989586621679453498 -> Type) -> TyFun (Either a6989586621679453497 b6989586621679453499) c6989586621679453498 -> *) (Either_Sym2 a6989586621679453497 b6989586621679453499 c6989586621679453498) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679453497 c6989586621679453498 -> Type) -> TyFun (TyFun b6989586621679453499 c6989586621679453498 -> Type) (TyFun (Either a6989586621679453497 b6989586621679453499) c6989586621679453498 -> Type) -> *) (Either_Sym1 a6989586621679453497 b6989586621679453499 c6989586621679453498) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475614 (TyFun b6989586621679475615 c6989586621679475616 -> Type) -> Type) -> TyFun [a6989586621679475614] (TyFun [b6989586621679475615] [c6989586621679475616] -> Type) -> *) (ZipWithSym1 a6989586621679475614 b6989586621679475615 c6989586621679475616) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475614 (TyFun b6989586621679475615 c6989586621679475616 -> Type) -> Type) -> [a6989586621679475614] -> TyFun [b6989586621679475615] [c6989586621679475616] -> *) (ZipWithSym2 a6989586621679475614 b6989586621679475615 c6989586621679475616) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679475631 (TyFun x6989586621679475632 (acc6989586621679475631, y6989586621679475633) -> Type) -> Type) -> TyFun acc6989586621679475631 (TyFun [x6989586621679475632] (acc6989586621679475631, [y6989586621679475633]) -> Type) -> *) (MapAccumRSym1 x6989586621679475632 acc6989586621679475631 y6989586621679475633) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679475631 (TyFun x6989586621679475632 (acc6989586621679475631, y6989586621679475633) -> Type) -> Type) -> acc6989586621679475631 -> TyFun [x6989586621679475632] (acc6989586621679475631, [y6989586621679475633]) -> *) (MapAccumRSym2 x6989586621679475632 acc6989586621679475631 y6989586621679475633) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679475634 (TyFun x6989586621679475635 (acc6989586621679475634, y6989586621679475636) -> Type) -> Type) -> TyFun acc6989586621679475634 (TyFun [x6989586621679475635] (acc6989586621679475634, [y6989586621679475636]) -> Type) -> *) (MapAccumLSym1 x6989586621679475635 acc6989586621679475634 y6989586621679475636) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679475634 (TyFun x6989586621679475635 (acc6989586621679475634, y6989586621679475636) -> Type) -> Type) -> acc6989586621679475634 -> TyFun [x6989586621679475635] (acc6989586621679475634, [y6989586621679475636]) -> *) (MapAccumLSym2 x6989586621679475635 acc6989586621679475634 y6989586621679475636) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753483 (TyFun b6989586621679753484 c6989586621679753485 -> Type) -> Type) -> NonEmpty a6989586621679753483 -> TyFun (NonEmpty b6989586621679753484) (NonEmpty c6989586621679753485) -> *) (ZipWithSym2 a6989586621679753483 b6989586621679753484 c6989586621679753485) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679753483 (TyFun b6989586621679753484 c6989586621679753485 -> Type) -> Type) -> TyFun (NonEmpty a6989586621679753483) (TyFun (NonEmpty b6989586621679753484) (NonEmpty c6989586621679753485) -> Type) -> *) (ZipWithSym1 a6989586621679753483 b6989586621679753484 c6989586621679753485) # | |
| SuppressUnusedWarnings ([a6989586621679475617] -> TyFun [b6989586621679475618] (TyFun [c6989586621679475619] [(a6989586621679475617, b6989586621679475618, c6989586621679475619)] -> Type) -> *) (Zip3Sym1 a6989586621679475617 b6989586621679475618 c6989586621679475619) # | |
| SuppressUnusedWarnings ([a6989586621679475617] -> [b6989586621679475618] -> TyFun [c6989586621679475619] [(a6989586621679475617, b6989586621679475618, c6989586621679475619)] -> *) (Zip3Sym2 a6989586621679475617 b6989586621679475618 c6989586621679475619) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> *) (Tuple3Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> *) (Tuple3Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| SuppressUnusedWarnings (TyFun (TyFun (a6989586621679439422, b6989586621679439423) c6989586621679439424 -> Type) (TyFun a6989586621679439422 (TyFun b6989586621679439423 c6989586621679439424 -> Type) -> Type) -> *) (CurrySym0 a6989586621679439422 b6989586621679439423 c6989586621679439424) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679292505 (TyFun b6989586621679292506 c6989586621679292507 -> Type) -> Type) (TyFun b6989586621679292506 (TyFun a6989586621679292505 c6989586621679292507 -> Type) -> Type) -> *) (FlipSym0 b6989586621679292506 a6989586621679292505 c6989586621679292507) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679292508 c6989586621679292509 -> Type) (TyFun (TyFun a6989586621679292510 b6989586621679292508 -> Type) (TyFun a6989586621679292510 c6989586621679292509 -> Type) -> Type) -> *) ((:.$) b6989586621679292508 a6989586621679292510 c6989586621679292509) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679304578 (TyFun b6989586621679304578 c6989586621679304579 -> Type) -> Type) (TyFun (TyFun a6989586621679304580 b6989586621679304578 -> Type) (TyFun a6989586621679304580 (TyFun a6989586621679304580 c6989586621679304579 -> Type) -> Type) -> Type) -> *) (OnSym0 b6989586621679304578 a6989586621679304580 c6989586621679304579) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679439419 (TyFun b6989586621679439420 c6989586621679439421 -> Type) -> Type) (TyFun (a6989586621679439419, b6989586621679439420) c6989586621679439421 -> Type) -> *) (UncurrySym0 a6989586621679439419 b6989586621679439420 c6989586621679439421) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679453497 c6989586621679453498 -> Type) (TyFun (TyFun b6989586621679453499 c6989586621679453498 -> Type) (TyFun (Either a6989586621679453497 b6989586621679453499) c6989586621679453498 -> Type) -> Type) -> *) (Either_Sym0 a6989586621679453497 b6989586621679453499 c6989586621679453498) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475614 (TyFun b6989586621679475615 c6989586621679475616 -> Type) -> Type) (TyFun [a6989586621679475614] (TyFun [b6989586621679475615] [c6989586621679475616] -> Type) -> Type) -> *) (ZipWithSym0 a6989586621679475614 b6989586621679475615 c6989586621679475616) # | |
| SuppressUnusedWarnings (TyFun (TyFun acc6989586621679475631 (TyFun x6989586621679475632 (acc6989586621679475631, y6989586621679475633) -> Type) -> Type) (TyFun acc6989586621679475631 (TyFun [x6989586621679475632] (acc6989586621679475631, [y6989586621679475633]) -> Type) -> Type) -> *) (MapAccumRSym0 x6989586621679475632 acc6989586621679475631 y6989586621679475633) # | |
| SuppressUnusedWarnings (TyFun (TyFun acc6989586621679475634 (TyFun x6989586621679475635 (acc6989586621679475634, y6989586621679475636) -> Type) -> Type) (TyFun acc6989586621679475634 (TyFun [x6989586621679475635] (acc6989586621679475634, [y6989586621679475636]) -> Type) -> Type) -> *) (MapAccumLSym0 x6989586621679475635 acc6989586621679475634 y6989586621679475636) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679753483 (TyFun b6989586621679753484 c6989586621679753485 -> Type) -> Type) (TyFun (NonEmpty a6989586621679753483) (TyFun (NonEmpty b6989586621679753484) (NonEmpty c6989586621679753485) -> Type) -> Type) -> *) (ZipWithSym0 a6989586621679753483 b6989586621679753484 c6989586621679753485) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679475605, b6989586621679475606, c6989586621679475607)] ([a6989586621679475605], [b6989586621679475606], [c6989586621679475607]) -> *) (Unzip3Sym0 a6989586621679475605 b6989586621679475606 c6989586621679475607) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679475617] (TyFun [b6989586621679475618] (TyFun [c6989586621679475619] [(a6989586621679475617, b6989586621679475618, c6989586621679475619)] -> Type) -> Type) -> *) (Zip3Sym0 a6989586621679475617 b6989586621679475618 c6989586621679475619) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> Type) -> *) (Tuple3Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475610 (TyFun b6989586621679475611 (TyFun c6989586621679475612 d6989586621679475613 -> Type) -> Type) -> Type) -> TyFun [a6989586621679475610] (TyFun [b6989586621679475611] (TyFun [c6989586621679475612] [d6989586621679475613] -> Type) -> Type) -> *) (ZipWith3Sym1 a6989586621679475610 b6989586621679475611 c6989586621679475612 d6989586621679475613) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475610 (TyFun b6989586621679475611 (TyFun c6989586621679475612 d6989586621679475613 -> Type) -> Type) -> Type) -> [a6989586621679475610] -> TyFun [b6989586621679475611] (TyFun [c6989586621679475612] [d6989586621679475613] -> Type) -> *) (ZipWith3Sym2 a6989586621679475610 b6989586621679475611 c6989586621679475612 d6989586621679475613) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679475610 (TyFun b6989586621679475611 (TyFun c6989586621679475612 d6989586621679475613 -> Type) -> Type) -> Type) -> [a6989586621679475610] -> [b6989586621679475611] -> TyFun [c6989586621679475612] [d6989586621679475613] -> *) (ZipWith3Sym3 a6989586621679475610 b6989586621679475611 c6989586621679475612 d6989586621679475613) # | |
| SuppressUnusedWarnings ([a6989586621679904315] -> [b6989586621679904316] -> [c6989586621679904317] -> TyFun [d6989586621679904318] [(a6989586621679904315, b6989586621679904316, c6989586621679904317, d6989586621679904318)] -> *) (Zip4Sym3 a6989586621679904315 b6989586621679904316 c6989586621679904317 d6989586621679904318) # | |
| SuppressUnusedWarnings ([a6989586621679904315] -> [b6989586621679904316] -> TyFun [c6989586621679904317] (TyFun [d6989586621679904318] [(a6989586621679904315, b6989586621679904316, c6989586621679904317, d6989586621679904318)] -> Type) -> *) (Zip4Sym2 a6989586621679904315 b6989586621679904316 c6989586621679904317 d6989586621679904318) # | |
| SuppressUnusedWarnings ([a6989586621679904315] -> TyFun [b6989586621679904316] (TyFun [c6989586621679904317] (TyFun [d6989586621679904318] [(a6989586621679904315, b6989586621679904316, c6989586621679904317, d6989586621679904318)] -> Type) -> Type) -> *) (Zip4Sym1 a6989586621679904315 b6989586621679904316 c6989586621679904317 d6989586621679904318) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> *) (Tuple4Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> *) (Tuple4Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> *) (Tuple4Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679475610 (TyFun b6989586621679475611 (TyFun c6989586621679475612 d6989586621679475613 -> Type) -> Type) -> Type) (TyFun [a6989586621679475610] (TyFun [b6989586621679475611] (TyFun [c6989586621679475612] [d6989586621679475613] -> Type) -> Type) -> Type) -> *) (ZipWith3Sym0 a6989586621679475610 b6989586621679475611 c6989586621679475612 d6989586621679475613) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679475601, b6989586621679475602, c6989586621679475603, d6989586621679475604)] ([a6989586621679475601], [b6989586621679475602], [c6989586621679475603], [d6989586621679475604]) -> *) (Unzip4Sym0 a6989586621679475601 b6989586621679475602 c6989586621679475603 d6989586621679475604) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679904315] (TyFun [b6989586621679904316] (TyFun [c6989586621679904317] (TyFun [d6989586621679904318] [(a6989586621679904315, b6989586621679904316, c6989586621679904317, d6989586621679904318)] -> Type) -> Type) -> Type) -> *) (Zip4Sym0 a6989586621679904315 b6989586621679904316 c6989586621679904317 d6989586621679904318) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> Type) -> *) (Tuple4Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904292 (TyFun b6989586621679904293 (TyFun c6989586621679904294 (TyFun d6989586621679904295 e6989586621679904296 -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679904292] (TyFun [b6989586621679904293] (TyFun [c6989586621679904294] (TyFun [d6989586621679904295] [e6989586621679904296] -> Type) -> Type) -> Type) -> *) (ZipWith4Sym1 a6989586621679904292 b6989586621679904293 c6989586621679904294 d6989586621679904295 e6989586621679904296) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904292 (TyFun b6989586621679904293 (TyFun c6989586621679904294 (TyFun d6989586621679904295 e6989586621679904296 -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904292] -> TyFun [b6989586621679904293] (TyFun [c6989586621679904294] (TyFun [d6989586621679904295] [e6989586621679904296] -> Type) -> Type) -> *) (ZipWith4Sym2 a6989586621679904292 b6989586621679904293 c6989586621679904294 d6989586621679904295 e6989586621679904296) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904292 (TyFun b6989586621679904293 (TyFun c6989586621679904294 (TyFun d6989586621679904295 e6989586621679904296 -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904292] -> [b6989586621679904293] -> TyFun [c6989586621679904294] (TyFun [d6989586621679904295] [e6989586621679904296] -> Type) -> *) (ZipWith4Sym3 a6989586621679904292 b6989586621679904293 c6989586621679904294 d6989586621679904295 e6989586621679904296) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904292 (TyFun b6989586621679904293 (TyFun c6989586621679904294 (TyFun d6989586621679904295 e6989586621679904296 -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904292] -> [b6989586621679904293] -> [c6989586621679904294] -> TyFun [d6989586621679904295] [e6989586621679904296] -> *) (ZipWith4Sym4 a6989586621679904292 b6989586621679904293 c6989586621679904294 d6989586621679904295 e6989586621679904296) # | |
| SuppressUnusedWarnings ([a6989586621679904310] -> [b6989586621679904311] -> [c6989586621679904312] -> [d6989586621679904313] -> TyFun [e6989586621679904314] [(a6989586621679904310, b6989586621679904311, c6989586621679904312, d6989586621679904313, e6989586621679904314)] -> *) (Zip5Sym4 a6989586621679904310 b6989586621679904311 c6989586621679904312 d6989586621679904313 e6989586621679904314) # | |
| SuppressUnusedWarnings ([a6989586621679904310] -> [b6989586621679904311] -> [c6989586621679904312] -> TyFun [d6989586621679904313] (TyFun [e6989586621679904314] [(a6989586621679904310, b6989586621679904311, c6989586621679904312, d6989586621679904313, e6989586621679904314)] -> Type) -> *) (Zip5Sym3 a6989586621679904310 b6989586621679904311 c6989586621679904312 d6989586621679904313 e6989586621679904314) # | |
| SuppressUnusedWarnings ([a6989586621679904310] -> [b6989586621679904311] -> TyFun [c6989586621679904312] (TyFun [d6989586621679904313] (TyFun [e6989586621679904314] [(a6989586621679904310, b6989586621679904311, c6989586621679904312, d6989586621679904313, e6989586621679904314)] -> Type) -> Type) -> *) (Zip5Sym2 a6989586621679904310 b6989586621679904311 c6989586621679904312 d6989586621679904313 e6989586621679904314) # | |
| SuppressUnusedWarnings ([a6989586621679904310] -> TyFun [b6989586621679904311] (TyFun [c6989586621679904312] (TyFun [d6989586621679904313] (TyFun [e6989586621679904314] [(a6989586621679904310, b6989586621679904311, c6989586621679904312, d6989586621679904313, e6989586621679904314)] -> Type) -> Type) -> Type) -> *) (Zip5Sym1 a6989586621679904310 b6989586621679904311 c6989586621679904312 d6989586621679904313 e6989586621679904314) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> *) (Tuple5Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> *) (Tuple5Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> *) (Tuple5Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> *) (Tuple5Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679904292 (TyFun b6989586621679904293 (TyFun c6989586621679904294 (TyFun d6989586621679904295 e6989586621679904296 -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679904292] (TyFun [b6989586621679904293] (TyFun [c6989586621679904294] (TyFun [d6989586621679904295] [e6989586621679904296] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith4Sym0 a6989586621679904292 b6989586621679904293 c6989586621679904294 d6989586621679904295 e6989586621679904296) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679475596, b6989586621679475597, c6989586621679475598, d6989586621679475599, e6989586621679475600)] ([a6989586621679475596], [b6989586621679475597], [c6989586621679475598], [d6989586621679475599], [e6989586621679475600]) -> *) (Unzip5Sym0 a6989586621679475596 b6989586621679475597 c6989586621679475598 d6989586621679475599 e6989586621679475600) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679904310] (TyFun [b6989586621679904311] (TyFun [c6989586621679904312] (TyFun [d6989586621679904313] (TyFun [e6989586621679904314] [(a6989586621679904310, b6989586621679904311, c6989586621679904312, d6989586621679904313, e6989586621679904314)] -> Type) -> Type) -> Type) -> Type) -> *) (Zip5Sym0 a6989586621679904310 b6989586621679904311 c6989586621679904312 d6989586621679904313 e6989586621679904314) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple5Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904286 (TyFun b6989586621679904287 (TyFun c6989586621679904288 (TyFun d6989586621679904289 (TyFun e6989586621679904290 f6989586621679904291 -> Type) -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679904286] (TyFun [b6989586621679904287] (TyFun [c6989586621679904288] (TyFun [d6989586621679904289] (TyFun [e6989586621679904290] [f6989586621679904291] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith5Sym1 a6989586621679904286 b6989586621679904287 c6989586621679904288 d6989586621679904289 e6989586621679904290 f6989586621679904291) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904286 (TyFun b6989586621679904287 (TyFun c6989586621679904288 (TyFun d6989586621679904289 (TyFun e6989586621679904290 f6989586621679904291 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904286] -> TyFun [b6989586621679904287] (TyFun [c6989586621679904288] (TyFun [d6989586621679904289] (TyFun [e6989586621679904290] [f6989586621679904291] -> Type) -> Type) -> Type) -> *) (ZipWith5Sym2 a6989586621679904286 b6989586621679904287 c6989586621679904288 d6989586621679904289 e6989586621679904290 f6989586621679904291) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904286 (TyFun b6989586621679904287 (TyFun c6989586621679904288 (TyFun d6989586621679904289 (TyFun e6989586621679904290 f6989586621679904291 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904286] -> [b6989586621679904287] -> TyFun [c6989586621679904288] (TyFun [d6989586621679904289] (TyFun [e6989586621679904290] [f6989586621679904291] -> Type) -> Type) -> *) (ZipWith5Sym3 a6989586621679904286 b6989586621679904287 c6989586621679904288 d6989586621679904289 e6989586621679904290 f6989586621679904291) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904286 (TyFun b6989586621679904287 (TyFun c6989586621679904288 (TyFun d6989586621679904289 (TyFun e6989586621679904290 f6989586621679904291 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904286] -> [b6989586621679904287] -> [c6989586621679904288] -> TyFun [d6989586621679904289] (TyFun [e6989586621679904290] [f6989586621679904291] -> Type) -> *) (ZipWith5Sym4 a6989586621679904286 b6989586621679904287 c6989586621679904288 d6989586621679904289 e6989586621679904290 f6989586621679904291) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904286 (TyFun b6989586621679904287 (TyFun c6989586621679904288 (TyFun d6989586621679904289 (TyFun e6989586621679904290 f6989586621679904291 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904286] -> [b6989586621679904287] -> [c6989586621679904288] -> [d6989586621679904289] -> TyFun [e6989586621679904290] [f6989586621679904291] -> *) (ZipWith5Sym5 a6989586621679904286 b6989586621679904287 c6989586621679904288 d6989586621679904289 e6989586621679904290 f6989586621679904291) # | |
| SuppressUnusedWarnings ([a6989586621679904304] -> [b6989586621679904305] -> [c6989586621679904306] -> [d6989586621679904307] -> [e6989586621679904308] -> TyFun [f6989586621679904309] [(a6989586621679904304, b6989586621679904305, c6989586621679904306, d6989586621679904307, e6989586621679904308, f6989586621679904309)] -> *) (Zip6Sym5 a6989586621679904304 b6989586621679904305 c6989586621679904306 d6989586621679904307 e6989586621679904308 f6989586621679904309) # | |
| SuppressUnusedWarnings ([a6989586621679904304] -> [b6989586621679904305] -> [c6989586621679904306] -> [d6989586621679904307] -> TyFun [e6989586621679904308] (TyFun [f6989586621679904309] [(a6989586621679904304, b6989586621679904305, c6989586621679904306, d6989586621679904307, e6989586621679904308, f6989586621679904309)] -> Type) -> *) (Zip6Sym4 a6989586621679904304 b6989586621679904305 c6989586621679904306 d6989586621679904307 e6989586621679904308 f6989586621679904309) # | |
| SuppressUnusedWarnings ([a6989586621679904304] -> [b6989586621679904305] -> [c6989586621679904306] -> TyFun [d6989586621679904307] (TyFun [e6989586621679904308] (TyFun [f6989586621679904309] [(a6989586621679904304, b6989586621679904305, c6989586621679904306, d6989586621679904307, e6989586621679904308, f6989586621679904309)] -> Type) -> Type) -> *) (Zip6Sym3 a6989586621679904304 b6989586621679904305 c6989586621679904306 d6989586621679904307 e6989586621679904308 f6989586621679904309) # | |
| SuppressUnusedWarnings ([a6989586621679904304] -> [b6989586621679904305] -> TyFun [c6989586621679904306] (TyFun [d6989586621679904307] (TyFun [e6989586621679904308] (TyFun [f6989586621679904309] [(a6989586621679904304, b6989586621679904305, c6989586621679904306, d6989586621679904307, e6989586621679904308, f6989586621679904309)] -> Type) -> Type) -> Type) -> *) (Zip6Sym2 a6989586621679904304 b6989586621679904305 c6989586621679904306 d6989586621679904307 e6989586621679904308 f6989586621679904309) # | |
| SuppressUnusedWarnings ([a6989586621679904304] -> TyFun [b6989586621679904305] (TyFun [c6989586621679904306] (TyFun [d6989586621679904307] (TyFun [e6989586621679904308] (TyFun [f6989586621679904309] [(a6989586621679904304, b6989586621679904305, c6989586621679904306, d6989586621679904307, e6989586621679904308, f6989586621679904309)] -> Type) -> Type) -> Type) -> Type) -> *) (Zip6Sym1 a6989586621679904304 b6989586621679904305 c6989586621679904306 d6989586621679904307 e6989586621679904308 f6989586621679904309) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> e3530822107858468869 -> TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> *) (Tuple6Sym5 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> *) (Tuple6Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> *) (Tuple6Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> *) (Tuple6Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple6Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679904286 (TyFun b6989586621679904287 (TyFun c6989586621679904288 (TyFun d6989586621679904289 (TyFun e6989586621679904290 f6989586621679904291 -> Type) -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679904286] (TyFun [b6989586621679904287] (TyFun [c6989586621679904288] (TyFun [d6989586621679904289] (TyFun [e6989586621679904290] [f6989586621679904291] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith5Sym0 a6989586621679904286 b6989586621679904287 c6989586621679904288 d6989586621679904289 e6989586621679904290 f6989586621679904291) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679475590, b6989586621679475591, c6989586621679475592, d6989586621679475593, e6989586621679475594, f6989586621679475595)] ([a6989586621679475590], [b6989586621679475591], [c6989586621679475592], [d6989586621679475593], [e6989586621679475594], [f6989586621679475595]) -> *) (Unzip6Sym0 a6989586621679475590 b6989586621679475591 c6989586621679475592 d6989586621679475593 e6989586621679475594 f6989586621679475595) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679904304] (TyFun [b6989586621679904305] (TyFun [c6989586621679904306] (TyFun [d6989586621679904307] (TyFun [e6989586621679904308] (TyFun [f6989586621679904309] [(a6989586621679904304, b6989586621679904305, c6989586621679904306, d6989586621679904307, e6989586621679904308, f6989586621679904309)] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Zip6Sym0 a6989586621679904304 b6989586621679904305 c6989586621679904306 d6989586621679904307 e6989586621679904308 f6989586621679904309) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple6Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679904279] (TyFun [b6989586621679904280] (TyFun [c6989586621679904281] (TyFun [d6989586621679904282] (TyFun [e6989586621679904283] (TyFun [f6989586621679904284] [g6989586621679904285] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith6Sym1 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904279] -> TyFun [b6989586621679904280] (TyFun [c6989586621679904281] (TyFun [d6989586621679904282] (TyFun [e6989586621679904283] (TyFun [f6989586621679904284] [g6989586621679904285] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith6Sym2 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904279] -> [b6989586621679904280] -> TyFun [c6989586621679904281] (TyFun [d6989586621679904282] (TyFun [e6989586621679904283] (TyFun [f6989586621679904284] [g6989586621679904285] -> Type) -> Type) -> Type) -> *) (ZipWith6Sym3 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904279] -> [b6989586621679904280] -> [c6989586621679904281] -> TyFun [d6989586621679904282] (TyFun [e6989586621679904283] (TyFun [f6989586621679904284] [g6989586621679904285] -> Type) -> Type) -> *) (ZipWith6Sym4 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904279] -> [b6989586621679904280] -> [c6989586621679904281] -> [d6989586621679904282] -> TyFun [e6989586621679904283] (TyFun [f6989586621679904284] [g6989586621679904285] -> Type) -> *) (ZipWith6Sym5 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904279] -> [b6989586621679904280] -> [c6989586621679904281] -> [d6989586621679904282] -> [e6989586621679904283] -> TyFun [f6989586621679904284] [g6989586621679904285] -> *) (ZipWith6Sym6 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings ([a6989586621679904297] -> [b6989586621679904298] -> [c6989586621679904299] -> [d6989586621679904300] -> [e6989586621679904301] -> [f6989586621679904302] -> TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> *) (Zip7Sym6 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings ([a6989586621679904297] -> [b6989586621679904298] -> [c6989586621679904299] -> [d6989586621679904300] -> [e6989586621679904301] -> TyFun [f6989586621679904302] (TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> Type) -> *) (Zip7Sym5 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings ([a6989586621679904297] -> [b6989586621679904298] -> [c6989586621679904299] -> [d6989586621679904300] -> TyFun [e6989586621679904301] (TyFun [f6989586621679904302] (TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> Type) -> Type) -> *) (Zip7Sym4 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings ([a6989586621679904297] -> [b6989586621679904298] -> [c6989586621679904299] -> TyFun [d6989586621679904300] (TyFun [e6989586621679904301] (TyFun [f6989586621679904302] (TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> Type) -> Type) -> Type) -> *) (Zip7Sym3 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings ([a6989586621679904297] -> [b6989586621679904298] -> TyFun [c6989586621679904299] (TyFun [d6989586621679904300] (TyFun [e6989586621679904301] (TyFun [f6989586621679904302] (TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> Type) -> Type) -> Type) -> Type) -> *) (Zip7Sym2 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings ([a6989586621679904297] -> TyFun [b6989586621679904298] (TyFun [c6989586621679904299] (TyFun [d6989586621679904300] (TyFun [e6989586621679904301] (TyFun [f6989586621679904302] (TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Zip7Sym1 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> e3530822107858468869 -> f3530822107858468870 -> TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> *) (Tuple7Sym6 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> e3530822107858468869 -> TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> *) (Tuple7Sym5 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> d3530822107858468868 -> TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> *) (Tuple7Sym4 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> c3530822107858468867 -> TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> *) (Tuple7Sym3 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> b3530822107858468866 -> TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple7Sym2 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple7Sym1 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679904279 (TyFun b6989586621679904280 (TyFun c6989586621679904281 (TyFun d6989586621679904282 (TyFun e6989586621679904283 (TyFun f6989586621679904284 g6989586621679904285 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679904279] (TyFun [b6989586621679904280] (TyFun [c6989586621679904281] (TyFun [d6989586621679904282] (TyFun [e6989586621679904283] (TyFun [f6989586621679904284] [g6989586621679904285] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith6Sym0 a6989586621679904279 b6989586621679904280 c6989586621679904281 d6989586621679904282 e6989586621679904283 f6989586621679904284 g6989586621679904285) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679475583, b6989586621679475584, c6989586621679475585, d6989586621679475586, e6989586621679475587, f6989586621679475588, g6989586621679475589)] ([a6989586621679475583], [b6989586621679475584], [c6989586621679475585], [d6989586621679475586], [e6989586621679475587], [f6989586621679475588], [g6989586621679475589]) -> *) (Unzip7Sym0 a6989586621679475583 b6989586621679475584 c6989586621679475585 d6989586621679475586 e6989586621679475587 f6989586621679475588 g6989586621679475589) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679904297] (TyFun [b6989586621679904298] (TyFun [c6989586621679904299] (TyFun [d6989586621679904300] (TyFun [e6989586621679904301] (TyFun [f6989586621679904302] (TyFun [g6989586621679904303] [(a6989586621679904297, b6989586621679904298, c6989586621679904299, d6989586621679904300, e6989586621679904301, f6989586621679904302, g6989586621679904303)] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Zip7Sym0 a6989586621679904297 b6989586621679904298 c6989586621679904299 d6989586621679904300 e6989586621679904301 f6989586621679904302 g6989586621679904303) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (TyFun e3530822107858468869 (TyFun f3530822107858468870 (TyFun g3530822107858468871 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868, e3530822107858468869, f3530822107858468870, g3530822107858468871) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Tuple7Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868 e3530822107858468869 f3530822107858468870 g3530822107858468871) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679904271] (TyFun [b6989586621679904272] (TyFun [c6989586621679904273] (TyFun [d6989586621679904274] (TyFun [e6989586621679904275] (TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym1 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904271] -> TyFun [b6989586621679904272] (TyFun [c6989586621679904273] (TyFun [d6989586621679904274] (TyFun [e6989586621679904275] (TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym2 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904271] -> [b6989586621679904272] -> TyFun [c6989586621679904273] (TyFun [d6989586621679904274] (TyFun [e6989586621679904275] (TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym3 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904271] -> [b6989586621679904272] -> [c6989586621679904273] -> TyFun [d6989586621679904274] (TyFun [e6989586621679904275] (TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> Type) -> Type) -> *) (ZipWith7Sym4 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904271] -> [b6989586621679904272] -> [c6989586621679904273] -> [d6989586621679904274] -> TyFun [e6989586621679904275] (TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> Type) -> *) (ZipWith7Sym5 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904271] -> [b6989586621679904272] -> [c6989586621679904273] -> [d6989586621679904274] -> [e6989586621679904275] -> TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> *) (ZipWith7Sym6 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679904271] -> [b6989586621679904272] -> [c6989586621679904273] -> [d6989586621679904274] -> [e6989586621679904275] -> [f6989586621679904276] -> TyFun [g6989586621679904277] [h6989586621679904278] -> *) (ZipWith7Sym7 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679904271 (TyFun b6989586621679904272 (TyFun c6989586621679904273 (TyFun d6989586621679904274 (TyFun e6989586621679904275 (TyFun f6989586621679904276 (TyFun g6989586621679904277 h6989586621679904278 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679904271] (TyFun [b6989586621679904272] (TyFun [c6989586621679904273] (TyFun [d6989586621679904274] (TyFun [e6989586621679904275] (TyFun [f6989586621679904276] (TyFun [g6989586621679904277] [h6989586621679904278] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym0 a6989586621679904271 b6989586621679904272 c6989586621679904273 d6989586621679904274 e6989586621679904275 f6989586621679904276 g6989586621679904277 h6989586621679904278) # | |