| 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 k06989586621679415690 k6989586621679415692)
- 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 a6989586621679322109 (TyFun a6989586621679322109 Ordering -> Type))
- data ThenCmpSym0 (l :: TyFun Ordering (TyFun Ordering Ordering -> Type))
- data FoldlSym0 (l :: TyFun (TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) (TyFun b6989586621679249585 (TyFun [a6989586621679249584] b6989586621679249585 -> 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_6989586621679323530Sym0 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_6989586621679323563Sym0 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_6989586621679323596Sym0 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_6989586621679323629Sym0 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_6989586621679323662Sym0 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_6989586621679323695Sym0 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_6989586621679323728Sym0 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 a6989586621679322109 (TyFun a6989586621679322109 Ordering -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 Ordering -> Type) -> *) (CompareSym0 a6989586621679322109) # | |
| type Apply a6989586621679322109 (TyFun a6989586621679322109 Ordering -> Type) (CompareSym0 a6989586621679322109) l # | |
data FoldlSym0 (l :: TyFun (TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) (TyFun b6989586621679249585 (TyFun [a6989586621679249584] b6989586621679249585 -> Type) -> Type)) #
Instances
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) (TyFun b6989586621679249585 (TyFun [a6989586621679249584] b6989586621679249585 -> Type) -> Type) -> *) (FoldlSym0 a6989586621679249584 b6989586621679249585) # | |
| type Apply (TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) (TyFun b6989586621679249585 (TyFun [a6989586621679249584] b6989586621679249585 -> Type) -> Type) (FoldlSym0 a6989586621679249584 b6989586621679249585) 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 a6989586621679460078 Bool -> Type) -> (TyFun a6989586621679460078 a6989586621679460078 -> Type) -> TyFun a6989586621679460078 a6989586621679460078 -> *) (UntilSym2 a6989586621679460078) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679460078 Bool -> Type) -> TyFun (TyFun a6989586621679460078 a6989586621679460078 -> Type) (TyFun a6989586621679460078 a6989586621679460078 -> Type) -> *) (UntilSym1 a6989586621679460078) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679462399 Bool -> Type) -> TyFun [a6989586621679462399] Bool -> *) (Any_Sym1 a6989586621679462399) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472513 (TyFun a6989586621679472513 Bool -> Type) -> Type) -> TyFun [a6989586621679472513] [a6989586621679472513] -> *) (NubBySym1 a6989586621679472513) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472522 Bool -> Type) -> TyFun [a6989586621679472522] ([a6989586621679472522], [a6989586621679472522]) -> *) (PartitionSym1 a6989586621679472522) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472534 Bool -> Type) -> TyFun [a6989586621679472534] ([a6989586621679472534], [a6989586621679472534]) -> *) (BreakSym1 a6989586621679472534) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472535 Bool -> Type) -> TyFun [a6989586621679472535] ([a6989586621679472535], [a6989586621679472535]) -> *) (SpanSym1 a6989586621679472535) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472525 (TyFun a6989586621679472525 Bool -> Type) -> Type) -> TyFun [a6989586621679472525] [[a6989586621679472525]] -> *) (GroupBySym1 a6989586621679472525) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472537 Bool -> Type) -> TyFun [a6989586621679472537] [a6989586621679472537] -> *) (DropWhileSym1 a6989586621679472537) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472538 Bool -> Type) -> TyFun [a6989586621679472538] [a6989586621679472538] -> *) (TakeWhileSym1 a6989586621679472538) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472546 Bool -> Type) -> TyFun [a6989586621679472546] [a6989586621679472546] -> *) (FilterSym1 a6989586621679472546) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472545 Bool -> Type) -> TyFun [a6989586621679472545] (Maybe a6989586621679472545) -> *) (FindSym1 a6989586621679472545) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472539 (TyFun a6989586621679472539 Bool -> Type) -> Type) -> [a6989586621679472539] -> TyFun [a6989586621679472539] [a6989586621679472539] -> *) (IntersectBySym2 a6989586621679472539) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472539 (TyFun a6989586621679472539 Bool -> Type) -> Type) -> TyFun [a6989586621679472539] (TyFun [a6989586621679472539] [a6989586621679472539] -> Type) -> *) (IntersectBySym1 a6989586621679472539) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472549 (TyFun a6989586621679472549 Ordering -> Type) -> Type) -> TyFun a6989586621679472549 (TyFun [a6989586621679472549] [a6989586621679472549] -> Type) -> *) (InsertBySym1 a6989586621679472549) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472549 (TyFun a6989586621679472549 Ordering -> Type) -> Type) -> a6989586621679472549 -> TyFun [a6989586621679472549] [a6989586621679472549] -> *) (InsertBySym2 a6989586621679472549) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472550 (TyFun a6989586621679472550 Ordering -> Type) -> Type) -> TyFun [a6989586621679472550] [a6989586621679472550] -> *) (SortBySym1 a6989586621679472550) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472552 (TyFun a6989586621679472552 Bool -> Type) -> Type) -> TyFun a6989586621679472552 (TyFun [a6989586621679472552] [a6989586621679472552] -> Type) -> *) (DeleteBySym1 a6989586621679472552) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472552 (TyFun a6989586621679472552 Bool -> Type) -> Type) -> a6989586621679472552 -> TyFun [a6989586621679472552] [a6989586621679472552] -> *) (DeleteBySym2 a6989586621679472552) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472551 (TyFun a6989586621679472551 Bool -> Type) -> Type) -> [a6989586621679472551] -> TyFun [a6989586621679472551] [a6989586621679472551] -> *) (DeleteFirstsBySym2 a6989586621679472551) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472551 (TyFun a6989586621679472551 Bool -> Type) -> Type) -> TyFun [a6989586621679472551] (TyFun [a6989586621679472551] [a6989586621679472551] -> Type) -> *) (DeleteFirstsBySym1 a6989586621679472551) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472511 (TyFun a6989586621679472511 Bool -> Type) -> Type) -> [a6989586621679472511] -> TyFun [a6989586621679472511] [a6989586621679472511] -> *) (UnionBySym2 a6989586621679472511) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472511 (TyFun a6989586621679472511 Bool -> Type) -> Type) -> TyFun [a6989586621679472511] (TyFun [a6989586621679472511] [a6989586621679472511] -> Type) -> *) (UnionBySym1 a6989586621679472511) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472541 Bool -> Type) -> TyFun [a6989586621679472541] [Nat] -> *) (FindIndicesSym1 a6989586621679472541) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472542 Bool -> Type) -> TyFun [a6989586621679472542] (Maybe Nat) -> *) (FindIndexSym1 a6989586621679472542) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472609 (TyFun a6989586621679472609 a6989586621679472609 -> Type) -> Type) -> TyFun [a6989586621679472609] [a6989586621679472609] -> *) (Scanr1Sym1 a6989586621679472609) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472612 (TyFun a6989586621679472612 a6989586621679472612 -> Type) -> Type) -> TyFun [a6989586621679472612] [a6989586621679472612] -> *) (Scanl1Sym1 a6989586621679472612) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472615 Bool -> Type) -> TyFun [a6989586621679472615] Bool -> *) (AllSym1 a6989586621679472615) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472619 (TyFun a6989586621679472619 a6989586621679472619 -> Type) -> Type) -> TyFun [a6989586621679472619] a6989586621679472619 -> *) (Foldr1Sym1 a6989586621679472619) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472621 (TyFun a6989586621679472621 a6989586621679472621 -> Type) -> Type) -> TyFun [a6989586621679472621] a6989586621679472621 -> *) (Foldl1Sym1 a6989586621679472621) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472548 (TyFun a6989586621679472548 Ordering -> Type) -> Type) -> TyFun [a6989586621679472548] a6989586621679472548 -> *) (MaximumBySym1 a6989586621679472548) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472547 (TyFun a6989586621679472547 Ordering -> Type) -> Type) -> TyFun [a6989586621679472547] a6989586621679472547 -> *) (MinimumBySym1 a6989586621679472547) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472620 (TyFun a6989586621679472620 a6989586621679472620 -> Type) -> Type) -> TyFun [a6989586621679472620] a6989586621679472620 -> *) (Foldl1'Sym1 a6989586621679472620) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472536 Bool -> Type) -> TyFun [a6989586621679472536] [a6989586621679472536] -> *) (DropWhileEndSym1 a6989586621679472536) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750448 (TyFun a6989586621679750448 Bool -> Type) -> Type) -> TyFun (NonEmpty a6989586621679750448) (NonEmpty a6989586621679750448) -> *) (NubBySym1 a6989586621679750448) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750469 (TyFun a6989586621679750469 Bool -> Type) -> Type) -> TyFun [a6989586621679750469] [NonEmpty a6989586621679750469] -> *) (GroupBySym1 a6989586621679750469) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750463 (TyFun a6989586621679750463 Bool -> Type) -> Type) -> TyFun (NonEmpty a6989586621679750463) (NonEmpty (NonEmpty a6989586621679750463)) -> *) (GroupBy1Sym1 a6989586621679750463) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750476 Bool -> Type) -> TyFun (NonEmpty a6989586621679750476) [a6989586621679750476] -> *) (TakeWhileSym1 a6989586621679750476) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750475 Bool -> Type) -> TyFun (NonEmpty a6989586621679750475) [a6989586621679750475] -> *) (DropWhileSym1 a6989586621679750475) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750474 Bool -> Type) -> TyFun (NonEmpty a6989586621679750474) ([a6989586621679750474], [a6989586621679750474]) -> *) (SpanSym1 a6989586621679750474) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750473 Bool -> Type) -> TyFun (NonEmpty a6989586621679750473) ([a6989586621679750473], [a6989586621679750473]) -> *) (BreakSym1 a6989586621679750473) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750472 Bool -> Type) -> TyFun (NonEmpty a6989586621679750472) [a6989586621679750472] -> *) (FilterSym1 a6989586621679750472) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750471 Bool -> Type) -> TyFun (NonEmpty a6989586621679750471) ([a6989586621679750471], [a6989586621679750471]) -> *) (PartitionSym1 a6989586621679750471) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750446 (TyFun a6989586621679750446 Ordering -> Type) -> Type) -> TyFun (NonEmpty a6989586621679750446) (NonEmpty a6989586621679750446) -> *) (SortBySym1 a6989586621679750446) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750483 (TyFun a6989586621679750483 a6989586621679750483 -> Type) -> Type) -> TyFun (NonEmpty a6989586621679750483) (NonEmpty a6989586621679750483) -> *) (Scanl1Sym1 a6989586621679750483) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750482 (TyFun a6989586621679750482 a6989586621679750482 -> Type) -> Type) -> TyFun (NonEmpty a6989586621679750482) (NonEmpty a6989586621679750482) -> *) (Scanr1Sym1 a6989586621679750482) # | |
| SuppressUnusedWarnings ([a6989586621679289771] -> TyFun [a6989586621679289771] [a6989586621679289771] -> *) ((:++$$) a6989586621679289771) # | |
| SuppressUnusedWarnings ([a6989586621679472515] -> TyFun Nat a6989586621679472515 -> *) ((:!!$$) a6989586621679472515) # | |
| SuppressUnusedWarnings ([a6989586621679472540] -> TyFun [a6989586621679472540] [a6989586621679472540] -> *) (IntersectSym1 a6989586621679472540) # | |
| SuppressUnusedWarnings ([a6989586621679472510] -> TyFun [a6989586621679472510] [a6989586621679472510] -> *) (UnionSym1 a6989586621679472510) # | |
| SuppressUnusedWarnings ([a6989586621679472553] -> TyFun [a6989586621679472553] [a6989586621679472553] -> *) ((:\\$$) a6989586621679472553) # | |
| SuppressUnusedWarnings ([a6989586621679472598] -> TyFun [a6989586621679472598] Bool -> *) (IsPrefixOfSym1 a6989586621679472598) # | |
| SuppressUnusedWarnings ([a6989586621679472596] -> TyFun [a6989586621679472596] Bool -> *) (IsInfixOfSym1 a6989586621679472596) # | |
| SuppressUnusedWarnings ([a6989586621679472628] -> TyFun [[a6989586621679472628]] [a6989586621679472628] -> *) (IntercalateSym1 a6989586621679472628) # | |
| SuppressUnusedWarnings ([a6989586621679472597] -> TyFun [a6989586621679472597] Bool -> *) (IsSuffixOfSym1 a6989586621679472597) # | |
| SuppressUnusedWarnings ([a6989586621679750458] -> TyFun (NonEmpty a6989586621679750458) Bool -> *) (IsPrefixOfSym1 a6989586621679750458) # | |
| SuppressUnusedWarnings ([a6989586621679901288] -> TyFun [a6989586621679901288] (Maybe [a6989586621679901288]) -> *) (StripPrefixSym1 a6989586621679901288) # | |
| SuppressUnusedWarnings (Nat -> TyFun [a6989586621679472532] [a6989586621679472532] -> *) (DropSym1 a6989586621679472532) # | |
| SuppressUnusedWarnings (Nat -> TyFun [a6989586621679472533] [a6989586621679472533] -> *) (TakeSym1 a6989586621679472533) # | |
| SuppressUnusedWarnings (Nat -> TyFun [a6989586621679472531] ([a6989586621679472531], [a6989586621679472531]) -> *) (SplitAtSym1 a6989586621679472531) # | |
| SuppressUnusedWarnings (Nat -> TyFun a6989586621679472517 [a6989586621679472517] -> *) (ReplicateSym1 a6989586621679472517) # | |
| SuppressUnusedWarnings (Nat -> TyFun (NonEmpty a6989586621679750479) [a6989586621679750479] -> *) (TakeSym1 a6989586621679750479) # | |
| SuppressUnusedWarnings (Nat -> TyFun (NonEmpty a6989586621679750478) [a6989586621679750478] -> *) (DropSym1 a6989586621679750478) # | |
| SuppressUnusedWarnings (Nat -> TyFun (NonEmpty a6989586621679750477) ([a6989586621679750477], [a6989586621679750477]) -> *) (SplitAtSym1 a6989586621679750477) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun [a3530822107858468865] [a3530822107858468865] -> *) ((:$$) a3530822107858468865) # | |
| SuppressUnusedWarnings (a6989586621679075587 -> TyFun [a6989586621679075587] (NonEmpty a6989586621679075587) -> *) ((:|$$) a6989586621679075587) # | |
| SuppressUnusedWarnings (a6989586621679285814 -> a6989586621679285814 -> TyFun Bool a6989586621679285814 -> *) (Bool_Sym2 a6989586621679285814) # | |
| SuppressUnusedWarnings (a6989586621679285814 -> TyFun a6989586621679285814 (TyFun Bool a6989586621679285814 -> Type) -> *) (Bool_Sym1 a6989586621679285814) # | |
| SuppressUnusedWarnings (a6989586621679289761 -> TyFun a6989586621679289761 a6989586621679289761 -> *) (AsTypeOfSym1 a6989586621679289761) # | |
| SuppressUnusedWarnings (a6989586621679306825 -> TyFun a6989586621679306825 Bool -> *) ((:==$$) a6989586621679306825) # | |
| SuppressUnusedWarnings (a6989586621679306825 -> TyFun a6989586621679306825 Bool -> *) ((:/=$$) a6989586621679306825) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 Bool -> *) ((:<=$$) a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 Ordering -> *) (CompareSym1 a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 a6989586621679322109 -> *) (MinSym1 a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 a6989586621679322109 -> *) (MaxSym1 a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 Bool -> *) ((:>=$$) a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 Bool -> *) ((:>$$) a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679322109 -> TyFun a6989586621679322109 Bool -> *) ((:<$$) a6989586621679322109) # | |
| SuppressUnusedWarnings (a6989586621679424035 -> TyFun a6989586621679424035 a6989586621679424035 -> *) ((:-$$) a6989586621679424035) # | |
| SuppressUnusedWarnings (a6989586621679424035 -> TyFun a6989586621679424035 a6989586621679424035 -> *) ((:+$$) a6989586621679424035) # | |
| SuppressUnusedWarnings (a6989586621679424035 -> TyFun a6989586621679424035 a6989586621679424035 -> *) ((:*$$) a6989586621679424035) # | |
| SuppressUnusedWarnings (a6989586621679426326 -> TyFun a6989586621679426326 a6989586621679426326 -> *) (SubtractSym1 a6989586621679426326) # | |
| SuppressUnusedWarnings (a6989586621679441519 -> TyFun (Maybe a6989586621679441519) a6989586621679441519 -> *) (FromMaybeSym1 a6989586621679441519) # | |
| SuppressUnusedWarnings (a6989586621679472527 -> TyFun [a6989586621679472527] [a6989586621679472527] -> *) (InsertSym1 a6989586621679472527) # | |
| SuppressUnusedWarnings (a6989586621679472554 -> TyFun [a6989586621679472554] [a6989586621679472554] -> *) (DeleteSym1 a6989586621679472554) # | |
| SuppressUnusedWarnings (a6989586621679472543 -> TyFun [a6989586621679472543] [Nat] -> *) (ElemIndicesSym1 a6989586621679472543) # | |
| SuppressUnusedWarnings (a6989586621679472544 -> TyFun [a6989586621679472544] (Maybe Nat) -> *) (ElemIndexSym1 a6989586621679472544) # | |
| SuppressUnusedWarnings (a6989586621679472594 -> TyFun [a6989586621679472594] Bool -> *) (NotElemSym1 a6989586621679472594) # | |
| SuppressUnusedWarnings (a6989586621679472595 -> TyFun [a6989586621679472595] Bool -> *) (ElemSym1 a6989586621679472595) # | |
| SuppressUnusedWarnings (a6989586621679472629 -> TyFun [a6989586621679472629] [a6989586621679472629] -> *) (IntersperseSym1 a6989586621679472629) # | |
| SuppressUnusedWarnings (a6989586621679750481 -> TyFun (NonEmpty a6989586621679750481) (NonEmpty a6989586621679750481) -> *) (IntersperseSym1 a6989586621679750481) # | |
| SuppressUnusedWarnings (a6989586621679750488 -> TyFun [a6989586621679750488] (NonEmpty a6989586621679750488) -> *) (InsertSym1 a6989586621679750488) # | |
| SuppressUnusedWarnings (a6989586621679750499 -> TyFun (NonEmpty a6989586621679750499) (NonEmpty a6989586621679750499) -> *) ((:<|$$) a6989586621679750499) # | |
| SuppressUnusedWarnings (a6989586621679750498 -> TyFun (NonEmpty a6989586621679750498) (NonEmpty a6989586621679750498) -> *) (ConsSym1 a6989586621679750498) # | |
| SuppressUnusedWarnings (a6989586621679831749 -> TyFun a6989586621679831749 (TyFun a6989586621679831749 [a6989586621679831749] -> Type) -> *) (EnumFromThenToSym1 a6989586621679831749) # | |
| SuppressUnusedWarnings (a6989586621679831749 -> a6989586621679831749 -> TyFun a6989586621679831749 [a6989586621679831749] -> *) (EnumFromThenToSym2 a6989586621679831749) # | |
| SuppressUnusedWarnings (a6989586621679831749 -> TyFun a6989586621679831749 [a6989586621679831749] -> *) (EnumFromToSym1 a6989586621679831749) # | |
| SuppressUnusedWarnings (NonEmpty a6989586621679750457 -> TyFun Nat a6989586621679750457 -> *) ((:!!$$) a6989586621679750457) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679460078 Bool -> Type) (TyFun (TyFun a6989586621679460078 a6989586621679460078 -> Type) (TyFun a6989586621679460078 a6989586621679460078 -> Type) -> Type) -> *) (UntilSym0 a6989586621679460078) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679462399 Bool -> Type) (TyFun [a6989586621679462399] Bool -> Type) -> *) (Any_Sym0 a6989586621679462399) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472513 (TyFun a6989586621679472513 Bool -> Type) -> Type) (TyFun [a6989586621679472513] [a6989586621679472513] -> Type) -> *) (NubBySym0 a6989586621679472513) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472522 Bool -> Type) (TyFun [a6989586621679472522] ([a6989586621679472522], [a6989586621679472522]) -> Type) -> *) (PartitionSym0 a6989586621679472522) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472534 Bool -> Type) (TyFun [a6989586621679472534] ([a6989586621679472534], [a6989586621679472534]) -> Type) -> *) (BreakSym0 a6989586621679472534) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472535 Bool -> Type) (TyFun [a6989586621679472535] ([a6989586621679472535], [a6989586621679472535]) -> Type) -> *) (SpanSym0 a6989586621679472535) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472525 (TyFun a6989586621679472525 Bool -> Type) -> Type) (TyFun [a6989586621679472525] [[a6989586621679472525]] -> Type) -> *) (GroupBySym0 a6989586621679472525) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472537 Bool -> Type) (TyFun [a6989586621679472537] [a6989586621679472537] -> Type) -> *) (DropWhileSym0 a6989586621679472537) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472538 Bool -> Type) (TyFun [a6989586621679472538] [a6989586621679472538] -> Type) -> *) (TakeWhileSym0 a6989586621679472538) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472546 Bool -> Type) (TyFun [a6989586621679472546] [a6989586621679472546] -> Type) -> *) (FilterSym0 a6989586621679472546) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472545 Bool -> Type) (TyFun [a6989586621679472545] (Maybe a6989586621679472545) -> Type) -> *) (FindSym0 a6989586621679472545) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472539 (TyFun a6989586621679472539 Bool -> Type) -> Type) (TyFun [a6989586621679472539] (TyFun [a6989586621679472539] [a6989586621679472539] -> Type) -> Type) -> *) (IntersectBySym0 a6989586621679472539) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472549 (TyFun a6989586621679472549 Ordering -> Type) -> Type) (TyFun a6989586621679472549 (TyFun [a6989586621679472549] [a6989586621679472549] -> Type) -> Type) -> *) (InsertBySym0 a6989586621679472549) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472550 (TyFun a6989586621679472550 Ordering -> Type) -> Type) (TyFun [a6989586621679472550] [a6989586621679472550] -> Type) -> *) (SortBySym0 a6989586621679472550) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472552 (TyFun a6989586621679472552 Bool -> Type) -> Type) (TyFun a6989586621679472552 (TyFun [a6989586621679472552] [a6989586621679472552] -> Type) -> Type) -> *) (DeleteBySym0 a6989586621679472552) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472551 (TyFun a6989586621679472551 Bool -> Type) -> Type) (TyFun [a6989586621679472551] (TyFun [a6989586621679472551] [a6989586621679472551] -> Type) -> Type) -> *) (DeleteFirstsBySym0 a6989586621679472551) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472511 (TyFun a6989586621679472511 Bool -> Type) -> Type) (TyFun [a6989586621679472511] (TyFun [a6989586621679472511] [a6989586621679472511] -> Type) -> Type) -> *) (UnionBySym0 a6989586621679472511) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472541 Bool -> Type) (TyFun [a6989586621679472541] [Nat] -> Type) -> *) (FindIndicesSym0 a6989586621679472541) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472542 Bool -> Type) (TyFun [a6989586621679472542] (Maybe Nat) -> Type) -> *) (FindIndexSym0 a6989586621679472542) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472609 (TyFun a6989586621679472609 a6989586621679472609 -> Type) -> Type) (TyFun [a6989586621679472609] [a6989586621679472609] -> Type) -> *) (Scanr1Sym0 a6989586621679472609) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472612 (TyFun a6989586621679472612 a6989586621679472612 -> Type) -> Type) (TyFun [a6989586621679472612] [a6989586621679472612] -> Type) -> *) (Scanl1Sym0 a6989586621679472612) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472615 Bool -> Type) (TyFun [a6989586621679472615] Bool -> Type) -> *) (AllSym0 a6989586621679472615) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472619 (TyFun a6989586621679472619 a6989586621679472619 -> Type) -> Type) (TyFun [a6989586621679472619] a6989586621679472619 -> Type) -> *) (Foldr1Sym0 a6989586621679472619) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472621 (TyFun a6989586621679472621 a6989586621679472621 -> Type) -> Type) (TyFun [a6989586621679472621] a6989586621679472621 -> Type) -> *) (Foldl1Sym0 a6989586621679472621) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472548 (TyFun a6989586621679472548 Ordering -> Type) -> Type) (TyFun [a6989586621679472548] a6989586621679472548 -> Type) -> *) (MaximumBySym0 a6989586621679472548) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472547 (TyFun a6989586621679472547 Ordering -> Type) -> Type) (TyFun [a6989586621679472547] a6989586621679472547 -> Type) -> *) (MinimumBySym0 a6989586621679472547) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472620 (TyFun a6989586621679472620 a6989586621679472620 -> Type) -> Type) (TyFun [a6989586621679472620] a6989586621679472620 -> Type) -> *) (Foldl1'Sym0 a6989586621679472620) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472536 Bool -> Type) (TyFun [a6989586621679472536] [a6989586621679472536] -> Type) -> *) (DropWhileEndSym0 a6989586621679472536) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750448 (TyFun a6989586621679750448 Bool -> Type) -> Type) (TyFun (NonEmpty a6989586621679750448) (NonEmpty a6989586621679750448) -> Type) -> *) (NubBySym0 a6989586621679750448) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750469 (TyFun a6989586621679750469 Bool -> Type) -> Type) (TyFun [a6989586621679750469] [NonEmpty a6989586621679750469] -> Type) -> *) (GroupBySym0 a6989586621679750469) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750463 (TyFun a6989586621679750463 Bool -> Type) -> Type) (TyFun (NonEmpty a6989586621679750463) (NonEmpty (NonEmpty a6989586621679750463)) -> Type) -> *) (GroupBy1Sym0 a6989586621679750463) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750476 Bool -> Type) (TyFun (NonEmpty a6989586621679750476) [a6989586621679750476] -> Type) -> *) (TakeWhileSym0 a6989586621679750476) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750475 Bool -> Type) (TyFun (NonEmpty a6989586621679750475) [a6989586621679750475] -> Type) -> *) (DropWhileSym0 a6989586621679750475) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750474 Bool -> Type) (TyFun (NonEmpty a6989586621679750474) ([a6989586621679750474], [a6989586621679750474]) -> Type) -> *) (SpanSym0 a6989586621679750474) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750473 Bool -> Type) (TyFun (NonEmpty a6989586621679750473) ([a6989586621679750473], [a6989586621679750473]) -> Type) -> *) (BreakSym0 a6989586621679750473) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750472 Bool -> Type) (TyFun (NonEmpty a6989586621679750472) [a6989586621679750472] -> Type) -> *) (FilterSym0 a6989586621679750472) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750471 Bool -> Type) (TyFun (NonEmpty a6989586621679750471) ([a6989586621679750471], [a6989586621679750471]) -> Type) -> *) (PartitionSym0 a6989586621679750471) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750446 (TyFun a6989586621679750446 Ordering -> Type) -> Type) (TyFun (NonEmpty a6989586621679750446) (NonEmpty a6989586621679750446) -> Type) -> *) (SortBySym0 a6989586621679750446) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750483 (TyFun a6989586621679750483 a6989586621679750483 -> Type) -> Type) (TyFun (NonEmpty a6989586621679750483) (NonEmpty a6989586621679750483) -> Type) -> *) (Scanl1Sym0 a6989586621679750483) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750482 (TyFun a6989586621679750482 a6989586621679750482 -> Type) -> Type) (TyFun (NonEmpty a6989586621679750482) (NonEmpty a6989586621679750482) -> Type) -> *) (Scanr1Sym0 a6989586621679750482) # | |
| SuppressUnusedWarnings (TyFun [[a6989586621679472618]] [a6989586621679472618] -> *) (ConcatSym0 a6989586621679472618) # | |
| SuppressUnusedWarnings (TyFun [[a6989586621679472516]] [[a6989586621679472516]] -> *) (TransposeSym0 a6989586621679472516) # | |
| SuppressUnusedWarnings (TyFun [Maybe a6989586621679441516] [a6989586621679441516] -> *) (CatMaybesSym0 a6989586621679441516) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679289771] (TyFun [a6989586621679289771] [a6989586621679289771] -> Type) -> *) ((:++$) a6989586621679289771) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679441517] (Maybe a6989586621679441517) -> *) (ListToMaybeSym0 a6989586621679441517) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472515] (TyFun Nat a6989586621679472515 -> Type) -> *) ((:!!$) a6989586621679472515) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472518] Nat -> *) (LengthSym0 a6989586621679472518) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472519] a6989586621679472519 -> *) (ProductSym0 a6989586621679472519) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472520] a6989586621679472520 -> *) (SumSym0 a6989586621679472520) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472530] [[a6989586621679472530]] -> *) (GroupSym0 a6989586621679472530) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472540] (TyFun [a6989586621679472540] [a6989586621679472540] -> Type) -> *) (IntersectSym0 a6989586621679472540) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472526] [a6989586621679472526] -> *) (SortSym0 a6989586621679472526) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472510] (TyFun [a6989586621679472510] [a6989586621679472510] -> Type) -> *) (UnionSym0 a6989586621679472510) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472553] (TyFun [a6989586621679472553] [a6989586621679472553] -> Type) -> *) ((:\\$) a6989586621679472553) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472514] [a6989586621679472514] -> *) (NubSym0 a6989586621679472514) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472598] (TyFun [a6989586621679472598] Bool -> Type) -> *) (IsPrefixOfSym0 a6989586621679472598) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472599] [[a6989586621679472599]] -> *) (TailsSym0 a6989586621679472599) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472596] (TyFun [a6989586621679472596] Bool -> Type) -> *) (IsInfixOfSym0 a6989586621679472596) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472600] [[a6989586621679472600]] -> *) (InitsSym0 a6989586621679472600) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472529] a6989586621679472529 -> *) (MaximumSym0 a6989586621679472529) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472528] a6989586621679472528 -> *) (MinimumSym0 a6989586621679472528) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472624] [[a6989586621679472624]] -> *) (PermutationsSym0 a6989586621679472624) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472627] [[a6989586621679472627]] -> *) (SubsequencesSym0 a6989586621679472627) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472628] (TyFun [[a6989586621679472628]] [a6989586621679472628] -> Type) -> *) (IntercalateSym0 a6989586621679472628) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472630] [a6989586621679472630] -> *) (ReverseSym0 a6989586621679472630) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472597] (TyFun [a6989586621679472597] Bool -> Type) -> *) (IsSuffixOfSym0 a6989586621679472597) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472631] Bool -> *) (NullSym0 a6989586621679472631) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472632] [a6989586621679472632] -> *) (InitSym0 a6989586621679472632) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472633] [a6989586621679472633] -> *) (TailSym0 a6989586621679472633) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472634] a6989586621679472634 -> *) (LastSym0 a6989586621679472634) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472635] a6989586621679472635 -> *) (HeadSym0 a6989586621679472635) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679750458] (TyFun (NonEmpty a6989586621679750458) Bool -> Type) -> *) (IsPrefixOfSym0 a6989586621679750458) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679750470] [NonEmpty a6989586621679750470] -> *) (GroupSym0 a6989586621679750470) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679750496] (NonEmpty a6989586621679750496) -> *) (FromListSym0 a6989586621679750496) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679750490] (NonEmpty [a6989586621679750490]) -> *) (InitsSym0 a6989586621679750490) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679750489] (NonEmpty [a6989586621679750489]) -> *) (TailsSym0 a6989586621679750489) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679750507] (Maybe (NonEmpty a6989586621679750507)) -> *) (NonEmpty_Sym0 a6989586621679750507) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679901288] (TyFun [a6989586621679901288] (Maybe [a6989586621679901288]) -> Type) -> *) (StripPrefixSym0 a6989586621679901288) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679441518) [a6989586621679441518] -> *) (MaybeToListSym0 a6989586621679441518) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679441520) a6989586621679441520 -> *) (FromJustSym0 a6989586621679441520) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679441521) Bool -> *) (IsNothingSym0 a6989586621679441521) # | |
| SuppressUnusedWarnings (TyFun (Maybe a6989586621679441522) Bool -> *) (IsJustSym0 a6989586621679441522) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun [a6989586621679472532] [a6989586621679472532] -> Type) -> *) (DropSym0 a6989586621679472532) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun [a6989586621679472533] [a6989586621679472533] -> Type) -> *) (TakeSym0 a6989586621679472533) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun [a6989586621679472531] ([a6989586621679472531], [a6989586621679472531]) -> Type) -> *) (SplitAtSym0 a6989586621679472531) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun a6989586621679472517 [a6989586621679472517] -> Type) -> *) (ReplicateSym0 a6989586621679472517) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun (NonEmpty a6989586621679750479) [a6989586621679750479] -> Type) -> *) (TakeSym0 a6989586621679750479) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun (NonEmpty a6989586621679750478) [a6989586621679750478] -> Type) -> *) (DropSym0 a6989586621679750478) # | |
| SuppressUnusedWarnings (TyFun Nat (TyFun (NonEmpty a6989586621679750477) ([a6989586621679750477], [a6989586621679750477]) -> Type) -> *) (SplitAtSym0 a6989586621679750477) # | |
| SuppressUnusedWarnings (TyFun Nat a6989586621679424035 -> *) (FromIntegerSym0 a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun Nat a6989586621679831749 -> *) (ToEnumSym0 a6989586621679831749) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (Maybe a3530822107858468865) -> *) (JustSym0 a3530822107858468865) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun [a3530822107858468865] [a3530822107858468865] -> Type) -> *) ((:$) a3530822107858468865) # | |
| SuppressUnusedWarnings (TyFun a6989586621679075587 (TyFun [a6989586621679075587] (NonEmpty a6989586621679075587) -> Type) -> *) ((:|$) a6989586621679075587) # | |
| SuppressUnusedWarnings (TyFun a6989586621679285814 (TyFun a6989586621679285814 (TyFun Bool a6989586621679285814 -> Type) -> Type) -> *) (Bool_Sym0 a6989586621679285814) # | |
| SuppressUnusedWarnings (TyFun a6989586621679289761 (TyFun a6989586621679289761 a6989586621679289761 -> Type) -> *) (AsTypeOfSym0 a6989586621679289761) # | |
| SuppressUnusedWarnings (TyFun a6989586621679289770 a6989586621679289770 -> *) (IdSym0 a6989586621679289770) # | |
| SuppressUnusedWarnings (TyFun a6989586621679306825 (TyFun a6989586621679306825 Bool -> Type) -> *) ((:==$) a6989586621679306825) # | |
| SuppressUnusedWarnings (TyFun a6989586621679306825 (TyFun a6989586621679306825 Bool -> Type) -> *) ((:/=$) a6989586621679306825) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 Bool -> Type) -> *) ((:<=$) a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 Ordering -> Type) -> *) (CompareSym0 a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 a6989586621679322109 -> Type) -> *) (MinSym0 a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 a6989586621679322109 -> Type) -> *) (MaxSym0 a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 Bool -> Type) -> *) ((:>=$) a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 Bool -> Type) -> *) ((:>$) a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679322109 (TyFun a6989586621679322109 Bool -> Type) -> *) ((:<$) a6989586621679322109) # | |
| SuppressUnusedWarnings (TyFun a6989586621679424035 a6989586621679424035 -> *) (NegateSym0 a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun a6989586621679424035 (TyFun a6989586621679424035 a6989586621679424035 -> Type) -> *) ((:-$) a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun a6989586621679424035 (TyFun a6989586621679424035 a6989586621679424035 -> Type) -> *) ((:+$) a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun a6989586621679424035 a6989586621679424035 -> *) (SignumSym0 a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun a6989586621679424035 a6989586621679424035 -> *) (AbsSym0 a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun a6989586621679424035 (TyFun a6989586621679424035 a6989586621679424035 -> Type) -> *) ((:*$) a6989586621679424035) # | |
| SuppressUnusedWarnings (TyFun a6989586621679426326 (TyFun a6989586621679426326 a6989586621679426326 -> Type) -> *) (SubtractSym0 a6989586621679426326) # | |
| SuppressUnusedWarnings (TyFun a6989586621679441519 (TyFun (Maybe a6989586621679441519) a6989586621679441519 -> Type) -> *) (FromMaybeSym0 a6989586621679441519) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472527 (TyFun [a6989586621679472527] [a6989586621679472527] -> Type) -> *) (InsertSym0 a6989586621679472527) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472554 (TyFun [a6989586621679472554] [a6989586621679472554] -> Type) -> *) (DeleteSym0 a6989586621679472554) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472543 (TyFun [a6989586621679472543] [Nat] -> Type) -> *) (ElemIndicesSym0 a6989586621679472543) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472544 (TyFun [a6989586621679472544] (Maybe Nat) -> Type) -> *) (ElemIndexSym0 a6989586621679472544) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472594 (TyFun [a6989586621679472594] Bool -> Type) -> *) (NotElemSym0 a6989586621679472594) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472595 (TyFun [a6989586621679472595] Bool -> Type) -> *) (ElemSym0 a6989586621679472595) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472629 (TyFun [a6989586621679472629] [a6989586621679472629] -> Type) -> *) (IntersperseSym0 a6989586621679472629) # | |
| SuppressUnusedWarnings (TyFun a6989586621679750481 (TyFun (NonEmpty a6989586621679750481) (NonEmpty a6989586621679750481) -> Type) -> *) (IntersperseSym0 a6989586621679750481) # | |
| SuppressUnusedWarnings (TyFun a6989586621679750488 (TyFun [a6989586621679750488] (NonEmpty a6989586621679750488) -> Type) -> *) (InsertSym0 a6989586621679750488) # | |
| SuppressUnusedWarnings (TyFun a6989586621679750499 (TyFun (NonEmpty a6989586621679750499) (NonEmpty a6989586621679750499) -> Type) -> *) ((:<|$) a6989586621679750499) # | |
| SuppressUnusedWarnings (TyFun a6989586621679750498 (TyFun (NonEmpty a6989586621679750498) (NonEmpty a6989586621679750498) -> Type) -> *) (ConsSym0 a6989586621679750498) # | |
| SuppressUnusedWarnings (TyFun a6989586621679831749 (TyFun a6989586621679831749 (TyFun a6989586621679831749 [a6989586621679831749] -> Type) -> Type) -> *) (EnumFromThenToSym0 a6989586621679831749) # | |
| SuppressUnusedWarnings (TyFun a6989586621679831749 (TyFun a6989586621679831749 [a6989586621679831749] -> Type) -> *) (EnumFromToSym0 a6989586621679831749) # | |
| SuppressUnusedWarnings (TyFun a6989586621679831749 Nat -> *) (FromEnumSym0 a6989586621679831749) # | |
| SuppressUnusedWarnings (TyFun a6989586621679831749 a6989586621679831749 -> *) (PredSym0 a6989586621679831749) # | |
| SuppressUnusedWarnings (TyFun a6989586621679831749 a6989586621679831749 -> *) (SuccSym0 a6989586621679831749) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750449) (NonEmpty a6989586621679750449) -> *) (NubSym0 a6989586621679750449) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750457) (TyFun Nat a6989586621679750457 -> Type) -> *) ((:!!$) a6989586621679750457) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750464) (NonEmpty (NonEmpty a6989586621679750464)) -> *) (Group1Sym0 a6989586621679750464) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750495) [a6989586621679750495] -> *) (ToListSym0 a6989586621679750495) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750480) (NonEmpty a6989586621679750480) -> *) (ReverseSym0 a6989586621679750480) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750497) (NonEmpty a6989586621679750497) -> *) (SortSym0 a6989586621679750497) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750500) [a6989586621679750500] -> *) (InitSym0 a6989586621679750500) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750501) a6989586621679750501 -> *) (LastSym0 a6989586621679750501) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750502) [a6989586621679750502] -> *) (TailSym0 a6989586621679750502) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750503) a6989586621679750503 -> *) (HeadSym0 a6989586621679750503) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750506) (a6989586621679750506, Maybe (NonEmpty a6989586621679750506)) -> *) (UnconsSym0 a6989586621679750506) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750510) Nat -> *) (LengthSym0 a6989586621679750510) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty (NonEmpty a6989586621679750447)) (NonEmpty (NonEmpty a6989586621679750447)) -> *) (TransposeSym0 a6989586621679750447) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) -> b6989586621679249585 -> TyFun [a6989586621679249584] b6989586621679249585 -> *) (FoldlSym2 a6989586621679249584 b6989586621679249585) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) -> TyFun b6989586621679249585 (TyFun [a6989586621679249584] b6989586621679249585 -> Type) -> *) (FoldlSym1 a6989586621679249584 b6989586621679249585) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679289772 b6989586621679289773 -> Type) -> TyFun [a6989586621679289772] [b6989586621679289773] -> *) (MapSym1 a6989586621679289772 b6989586621679289773) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679289774 (TyFun b6989586621679289775 b6989586621679289775 -> Type) -> Type) -> b6989586621679289775 -> TyFun [a6989586621679289774] b6989586621679289775 -> *) (FoldrSym2 a6989586621679289774 b6989586621679289775) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679289774 (TyFun b6989586621679289775 b6989586621679289775 -> Type) -> Type) -> TyFun b6989586621679289775 (TyFun [a6989586621679289774] b6989586621679289775 -> Type) -> *) (FoldrSym1 a6989586621679289774 b6989586621679289775) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679322099 a6989586621679322098 -> Type) -> b6989586621679322099 -> TyFun b6989586621679322099 Ordering -> *) (ComparingSym2 a6989586621679322098 b6989586621679322099) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679322099 a6989586621679322098 -> Type) -> TyFun b6989586621679322099 (TyFun b6989586621679322099 Ordering -> Type) -> *) (ComparingSym1 a6989586621679322098 b6989586621679322099) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679441514 (Maybe b6989586621679441515) -> Type) -> TyFun [a6989586621679441514] [b6989586621679441515] -> *) (MapMaybeSym1 a6989586621679441514 b6989586621679441515) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679472601 (Maybe (a6989586621679472602, b6989586621679472601)) -> Type) -> TyFun b6989586621679472601 [a6989586621679472602] -> *) (UnfoldrSym1 b6989586621679472601 a6989586621679472602) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472610 (TyFun b6989586621679472611 b6989586621679472611 -> Type) -> Type) -> TyFun b6989586621679472611 (TyFun [a6989586621679472610] [b6989586621679472611] -> Type) -> *) (ScanrSym1 a6989586621679472610 b6989586621679472611) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472610 (TyFun b6989586621679472611 b6989586621679472611 -> Type) -> Type) -> b6989586621679472611 -> TyFun [a6989586621679472610] [b6989586621679472611] -> *) (ScanrSym2 a6989586621679472610 b6989586621679472611) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679472613 (TyFun a6989586621679472614 b6989586621679472613 -> Type) -> Type) -> TyFun b6989586621679472613 (TyFun [a6989586621679472614] [b6989586621679472613] -> Type) -> *) (ScanlSym1 a6989586621679472614 b6989586621679472613) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679472613 (TyFun a6989586621679472614 b6989586621679472613 -> Type) -> Type) -> b6989586621679472613 -> TyFun [a6989586621679472614] [b6989586621679472613] -> *) (ScanlSym2 a6989586621679472614 b6989586621679472613) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472616 [b6989586621679472617] -> Type) -> TyFun [a6989586621679472616] [b6989586621679472617] -> *) (ConcatMapSym1 a6989586621679472616 b6989586621679472617) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679472623 (TyFun a6989586621679472622 b6989586621679472623 -> Type) -> Type) -> b6989586621679472623 -> TyFun [a6989586621679472622] b6989586621679472623 -> *) (Foldl'Sym2 a6989586621679472622 b6989586621679472623) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679472623 (TyFun a6989586621679472622 b6989586621679472623 -> Type) -> Type) -> TyFun b6989586621679472623 (TyFun [a6989586621679472622] b6989586621679472623 -> Type) -> *) (Foldl'Sym1 a6989586621679472622 b6989586621679472623) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750468 b6989586621679750467 -> Type) -> TyFun [a6989586621679750468] [NonEmpty a6989586621679750468] -> *) (GroupWithSym1 b6989586621679750467 a6989586621679750468) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750466 b6989586621679750465 -> Type) -> TyFun [a6989586621679750466] [NonEmpty a6989586621679750466] -> *) (GroupAllWithSym1 b6989586621679750465 a6989586621679750466) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750462 b6989586621679750461 -> Type) -> TyFun (NonEmpty a6989586621679750462) (NonEmpty (NonEmpty a6989586621679750462)) -> *) (GroupWith1Sym1 b6989586621679750461 a6989586621679750462) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750491 b6989586621679750492 -> Type) -> TyFun (NonEmpty a6989586621679750491) (NonEmpty b6989586621679750492) -> *) (MapSym1 a6989586621679750491 b6989586621679750492) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750445 o6989586621679750444 -> Type) -> TyFun (NonEmpty a6989586621679750445) (NonEmpty a6989586621679750445) -> *) (SortWithSym1 o6989586621679750444 a6989586621679750445) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750460 b6989586621679750459 -> Type) -> TyFun (NonEmpty a6989586621679750460) (NonEmpty (NonEmpty a6989586621679750460)) -> *) (GroupAllWith1Sym1 b6989586621679750459 a6989586621679750460) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679750486 (TyFun a6989586621679750487 b6989586621679750486 -> Type) -> Type) -> b6989586621679750486 -> TyFun [a6989586621679750487] (NonEmpty b6989586621679750486) -> *) (ScanlSym2 a6989586621679750487 b6989586621679750486) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679750486 (TyFun a6989586621679750487 b6989586621679750486 -> Type) -> Type) -> TyFun b6989586621679750486 (TyFun [a6989586621679750487] (NonEmpty b6989586621679750486) -> Type) -> *) (ScanlSym1 a6989586621679750487 b6989586621679750486) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750484 (TyFun b6989586621679750485 b6989586621679750485 -> Type) -> Type) -> b6989586621679750485 -> TyFun [a6989586621679750484] (NonEmpty b6989586621679750485) -> *) (ScanrSym2 a6989586621679750484 b6989586621679750485) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750484 (TyFun b6989586621679750485 b6989586621679750485 -> Type) -> Type) -> TyFun b6989586621679750485 (TyFun [a6989586621679750484] (NonEmpty b6989586621679750485) -> Type) -> *) (ScanrSym1 a6989586621679750484 b6989586621679750485) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750504 (b6989586621679750505, Maybe a6989586621679750504) -> Type) -> TyFun a6989586621679750504 (NonEmpty b6989586621679750505) -> *) (UnfoldrSym1 a6989586621679750504 b6989586621679750505) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750508 (b6989586621679750509, Maybe a6989586621679750508) -> Type) -> TyFun a6989586621679750508 (NonEmpty b6989586621679750509) -> *) (UnfoldSym1 a6989586621679750508 b6989586621679750509) # | |
| SuppressUnusedWarnings ([a6989586621679472592] -> TyFun [b6989586621679472593] [(a6989586621679472592, b6989586621679472593)] -> *) (ZipSym1 a6989586621679472592 b6989586621679472593) # | |
| SuppressUnusedWarnings ([a6989586621679901233] -> TyFun i6989586621679901232 a6989586621679901233 -> *) (GenericIndexSym1 i6989586621679901232 a6989586621679901233) # | |
| SuppressUnusedWarnings (a3530822107858468865 -> TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> *) (Tuple2Sym1 a3530822107858468865 b3530822107858468866) # | |
| SuppressUnusedWarnings (a6989586621679289759 -> TyFun b6989586621679289760 b6989586621679289760 -> *) (SeqSym1 a6989586621679289759 b6989586621679289760) # | |
| SuppressUnusedWarnings (a6989586621679289768 -> TyFun b6989586621679289769 a6989586621679289768 -> *) (ConstSym1 b6989586621679289769 a6989586621679289768) # | |
| SuppressUnusedWarnings (a6989586621679301833 -> TyFun (TyFun a6989586621679301833 b6989586621679301834 -> Type) b6989586621679301834 -> *) ((:&$$) a6989586621679301833 b6989586621679301834) # | |
| SuppressUnusedWarnings (b6989586621679440409 -> (TyFun a6989586621679440410 b6989586621679440409 -> Type) -> TyFun (Maybe a6989586621679440410) b6989586621679440409 -> *) (Maybe_Sym2 a6989586621679440410 b6989586621679440409) # | |
| SuppressUnusedWarnings (b6989586621679440409 -> TyFun (TyFun a6989586621679440410 b6989586621679440409 -> Type) (TyFun (Maybe a6989586621679440410) b6989586621679440409 -> Type) -> *) (Maybe_Sym1 a6989586621679440410 b6989586621679440409) # | |
| SuppressUnusedWarnings (a6989586621679472523 -> TyFun [(a6989586621679472523, b6989586621679472524)] (Maybe b6989586621679472524) -> *) (LookupSym1 a6989586621679472523 b6989586621679472524) # | |
| SuppressUnusedWarnings (i6989586621679901230 -> TyFun a6989586621679901231 [a6989586621679901231] -> *) (GenericReplicateSym1 i6989586621679901230 a6989586621679901231) # | |
| SuppressUnusedWarnings (i6989586621679901234 -> TyFun [a6989586621679901235] ([a6989586621679901235], [a6989586621679901235]) -> *) (GenericSplitAtSym1 i6989586621679901234 a6989586621679901235) # | |
| SuppressUnusedWarnings (i6989586621679901236 -> TyFun [a6989586621679901237] [a6989586621679901237] -> *) (GenericDropSym1 i6989586621679901236 a6989586621679901237) # | |
| SuppressUnusedWarnings (i6989586621679901238 -> TyFun [a6989586621679901239] [a6989586621679901239] -> *) (GenericTakeSym1 i6989586621679901238 a6989586621679901239) # | |
| SuppressUnusedWarnings (NonEmpty a6989586621679750455 -> TyFun (NonEmpty b6989586621679750456) (NonEmpty (a6989586621679750455, b6989586621679750456)) -> *) (ZipSym1 a6989586621679750455 b6989586621679750456) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679249585 (TyFun a6989586621679249584 b6989586621679249585 -> Type) -> Type) (TyFun b6989586621679249585 (TyFun [a6989586621679249584] b6989586621679249585 -> Type) -> Type) -> *) (FoldlSym0 a6989586621679249584 b6989586621679249585) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679289772 b6989586621679289773 -> Type) (TyFun [a6989586621679289772] [b6989586621679289773] -> Type) -> *) (MapSym0 a6989586621679289772 b6989586621679289773) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679289774 (TyFun b6989586621679289775 b6989586621679289775 -> Type) -> Type) (TyFun b6989586621679289775 (TyFun [a6989586621679289774] b6989586621679289775 -> Type) -> Type) -> *) (FoldrSym0 a6989586621679289774 b6989586621679289775) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679322099 a6989586621679322098 -> Type) (TyFun b6989586621679322099 (TyFun b6989586621679322099 Ordering -> Type) -> Type) -> *) (ComparingSym0 a6989586621679322098 b6989586621679322099) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679441514 (Maybe b6989586621679441515) -> Type) (TyFun [a6989586621679441514] [b6989586621679441515] -> Type) -> *) (MapMaybeSym0 a6989586621679441514 b6989586621679441515) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679472601 (Maybe (a6989586621679472602, b6989586621679472601)) -> Type) (TyFun b6989586621679472601 [a6989586621679472602] -> Type) -> *) (UnfoldrSym0 b6989586621679472601 a6989586621679472602) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472610 (TyFun b6989586621679472611 b6989586621679472611 -> Type) -> Type) (TyFun b6989586621679472611 (TyFun [a6989586621679472610] [b6989586621679472611] -> Type) -> Type) -> *) (ScanrSym0 a6989586621679472610 b6989586621679472611) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679472613 (TyFun a6989586621679472614 b6989586621679472613 -> Type) -> Type) (TyFun b6989586621679472613 (TyFun [a6989586621679472614] [b6989586621679472613] -> Type) -> Type) -> *) (ScanlSym0 a6989586621679472614 b6989586621679472613) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472616 [b6989586621679472617] -> Type) (TyFun [a6989586621679472616] [b6989586621679472617] -> Type) -> *) (ConcatMapSym0 a6989586621679472616 b6989586621679472617) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679472623 (TyFun a6989586621679472622 b6989586621679472623 -> Type) -> Type) (TyFun b6989586621679472623 (TyFun [a6989586621679472622] b6989586621679472623 -> Type) -> Type) -> *) (Foldl'Sym0 a6989586621679472622 b6989586621679472623) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750468 b6989586621679750467 -> Type) (TyFun [a6989586621679750468] [NonEmpty a6989586621679750468] -> Type) -> *) (GroupWithSym0 b6989586621679750467 a6989586621679750468) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750466 b6989586621679750465 -> Type) (TyFun [a6989586621679750466] [NonEmpty a6989586621679750466] -> Type) -> *) (GroupAllWithSym0 b6989586621679750465 a6989586621679750466) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750462 b6989586621679750461 -> Type) (TyFun (NonEmpty a6989586621679750462) (NonEmpty (NonEmpty a6989586621679750462)) -> Type) -> *) (GroupWith1Sym0 b6989586621679750461 a6989586621679750462) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750491 b6989586621679750492 -> Type) (TyFun (NonEmpty a6989586621679750491) (NonEmpty b6989586621679750492) -> Type) -> *) (MapSym0 a6989586621679750491 b6989586621679750492) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750445 o6989586621679750444 -> Type) (TyFun (NonEmpty a6989586621679750445) (NonEmpty a6989586621679750445) -> Type) -> *) (SortWithSym0 o6989586621679750444 a6989586621679750445) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750460 b6989586621679750459 -> Type) (TyFun (NonEmpty a6989586621679750460) (NonEmpty (NonEmpty a6989586621679750460)) -> Type) -> *) (GroupAllWith1Sym0 b6989586621679750459 a6989586621679750460) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679750486 (TyFun a6989586621679750487 b6989586621679750486 -> Type) -> Type) (TyFun b6989586621679750486 (TyFun [a6989586621679750487] (NonEmpty b6989586621679750486) -> Type) -> Type) -> *) (ScanlSym0 a6989586621679750487 b6989586621679750486) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750484 (TyFun b6989586621679750485 b6989586621679750485 -> Type) -> Type) (TyFun b6989586621679750485 (TyFun [a6989586621679750484] (NonEmpty b6989586621679750485) -> Type) -> Type) -> *) (ScanrSym0 a6989586621679750484 b6989586621679750485) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750504 (b6989586621679750505, Maybe a6989586621679750504) -> Type) (TyFun a6989586621679750504 (NonEmpty b6989586621679750505) -> Type) -> *) (UnfoldrSym0 a6989586621679750504 b6989586621679750505) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750508 (b6989586621679750509, Maybe a6989586621679750508) -> Type) (TyFun a6989586621679750508 (NonEmpty b6989586621679750509) -> Type) -> *) (UnfoldSym0 a6989586621679750508 b6989586621679750509) # | |
| SuppressUnusedWarnings (TyFun [Either a6989586621679451579 b6989586621679451580] [b6989586621679451580] -> *) (RightsSym0 a6989586621679451579 b6989586621679451580) # | |
| SuppressUnusedWarnings (TyFun [Either a6989586621679451581 b6989586621679451582] [a6989586621679451581] -> *) (LeftsSym0 b6989586621679451582 a6989586621679451581) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679472580, b6989586621679472581)] ([a6989586621679472580], [b6989586621679472581]) -> *) (UnzipSym0 a6989586621679472580 b6989586621679472581) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472509] i6989586621679472508 -> *) (GenericLengthSym0 a6989586621679472509 i6989586621679472508) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472592] (TyFun [b6989586621679472593] [(a6989586621679472592, b6989586621679472593)] -> Type) -> *) (ZipSym0 a6989586621679472592 b6989586621679472593) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679901233] (TyFun i6989586621679901232 a6989586621679901233 -> Type) -> *) (GenericIndexSym0 i6989586621679901232 a6989586621679901233) # | |
| SuppressUnusedWarnings (TyFun (Either a6989586621679451573 b6989586621679451574) Bool -> *) (IsRightSym0 a6989586621679451573 b6989586621679451574) # | |
| SuppressUnusedWarnings (TyFun (Either a6989586621679451575 b6989586621679451576) Bool -> *) (IsLeftSym0 a6989586621679451575 b6989586621679451576) # | |
| SuppressUnusedWarnings (TyFun (a6989586621679436389, b6989586621679436390) (b6989586621679436390, a6989586621679436389) -> *) (SwapSym0 b6989586621679436390 a6989586621679436389) # | |
| SuppressUnusedWarnings (TyFun (a6989586621679436397, b6989586621679436398) b6989586621679436398 -> *) (SndSym0 a6989586621679436397 b6989586621679436398) # | |
| SuppressUnusedWarnings (TyFun (a6989586621679436399, b6989586621679436400) a6989586621679436399 -> *) (FstSym0 b6989586621679436400 a6989586621679436399) # | |
| SuppressUnusedWarnings (TyFun a6989586621679075578 (Either a6989586621679075578 b6989586621679075579) -> *) (LeftSym0 a6989586621679075578 b6989586621679075579) # | |
| SuppressUnusedWarnings (TyFun b6989586621679075579 (Either a6989586621679075578 b6989586621679075579) -> *) (RightSym0 a6989586621679075578 b6989586621679075579) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (a3530822107858468865, b3530822107858468866) -> Type) -> *) (Tuple2Sym0 a3530822107858468865 b3530822107858468866) # | |
| SuppressUnusedWarnings (TyFun a6989586621679289759 (TyFun b6989586621679289760 b6989586621679289760 -> Type) -> *) (SeqSym0 a6989586621679289759 b6989586621679289760) # | |
| SuppressUnusedWarnings (TyFun a6989586621679289768 (TyFun b6989586621679289769 a6989586621679289768 -> Type) -> *) (ConstSym0 b6989586621679289769 a6989586621679289768) # | |
| SuppressUnusedWarnings (TyFun a6989586621679301833 (TyFun (TyFun a6989586621679301833 b6989586621679301834 -> Type) b6989586621679301834 -> Type) -> *) ((:&$) a6989586621679301833 b6989586621679301834) # | |
| SuppressUnusedWarnings (TyFun k06989586621679415690 k6989586621679415692 -> *) (ErrorSym0 k06989586621679415690 k6989586621679415692) # | |
| SuppressUnusedWarnings (TyFun b6989586621679440409 (TyFun (TyFun a6989586621679440410 b6989586621679440409 -> Type) (TyFun (Maybe a6989586621679440410) b6989586621679440409 -> Type) -> Type) -> *) (Maybe_Sym0 a6989586621679440410 b6989586621679440409) # | |
| SuppressUnusedWarnings (TyFun a6989586621679472523 (TyFun [(a6989586621679472523, b6989586621679472524)] (Maybe b6989586621679472524) -> Type) -> *) (LookupSym0 a6989586621679472523 b6989586621679472524) # | |
| SuppressUnusedWarnings (TyFun i6989586621679901230 (TyFun a6989586621679901231 [a6989586621679901231] -> Type) -> *) (GenericReplicateSym0 i6989586621679901230 a6989586621679901231) # | |
| SuppressUnusedWarnings (TyFun i6989586621679901234 (TyFun [a6989586621679901235] ([a6989586621679901235], [a6989586621679901235]) -> Type) -> *) (GenericSplitAtSym0 i6989586621679901234 a6989586621679901235) # | |
| SuppressUnusedWarnings (TyFun i6989586621679901236 (TyFun [a6989586621679901237] [a6989586621679901237] -> Type) -> *) (GenericDropSym0 i6989586621679901236 a6989586621679901237) # | |
| SuppressUnusedWarnings (TyFun i6989586621679901238 (TyFun [a6989586621679901239] [a6989586621679901239] -> Type) -> *) (GenericTakeSym0 i6989586621679901238 a6989586621679901239) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty (a6989586621679750450, b6989586621679750451)) (NonEmpty a6989586621679750450, NonEmpty b6989586621679750451) -> *) (UnzipSym0 a6989586621679750450 b6989586621679750451) # | |
| SuppressUnusedWarnings (TyFun (NonEmpty a6989586621679750455) (TyFun (NonEmpty b6989586621679750456) (NonEmpty (a6989586621679750455, b6989586621679750456)) -> Type) -> *) (ZipSym0 a6989586621679750455 b6989586621679750456) # | |
| SuppressUnusedWarnings ((TyFun (a6989586621679436394, b6989586621679436395) c6989586621679436396 -> Type) -> a6989586621679436394 -> TyFun b6989586621679436395 c6989586621679436396 -> *) (CurrySym2 a6989586621679436394 b6989586621679436395 c6989586621679436396) # | |
| SuppressUnusedWarnings ((TyFun (a6989586621679436394, b6989586621679436395) c6989586621679436396 -> Type) -> TyFun a6989586621679436394 (TyFun b6989586621679436395 c6989586621679436396 -> Type) -> *) (CurrySym1 a6989586621679436394 b6989586621679436395 c6989586621679436396) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679289762 (TyFun b6989586621679289763 c6989586621679289764 -> Type) -> Type) -> b6989586621679289763 -> TyFun a6989586621679289762 c6989586621679289764 -> *) (FlipSym2 b6989586621679289763 a6989586621679289762 c6989586621679289764) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679289762 (TyFun b6989586621679289763 c6989586621679289764 -> Type) -> Type) -> TyFun b6989586621679289763 (TyFun a6989586621679289762 c6989586621679289764 -> Type) -> *) (FlipSym1 b6989586621679289763 a6989586621679289762 c6989586621679289764) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679289765 c6989586621679289766 -> Type) -> (TyFun a6989586621679289767 b6989586621679289765 -> Type) -> TyFun a6989586621679289767 c6989586621679289766 -> *) ((:.$$$) b6989586621679289765 a6989586621679289767 c6989586621679289766) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679289765 c6989586621679289766 -> Type) -> TyFun (TyFun a6989586621679289767 b6989586621679289765 -> Type) (TyFun a6989586621679289767 c6989586621679289766 -> Type) -> *) ((:.$$) b6989586621679289765 a6989586621679289767 c6989586621679289766) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679301835 (TyFun b6989586621679301835 c6989586621679301836 -> Type) -> Type) -> (TyFun a6989586621679301837 b6989586621679301835 -> Type) -> a6989586621679301837 -> TyFun a6989586621679301837 c6989586621679301836 -> *) (OnSym3 b6989586621679301835 a6989586621679301837 c6989586621679301836) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679301835 (TyFun b6989586621679301835 c6989586621679301836 -> Type) -> Type) -> (TyFun a6989586621679301837 b6989586621679301835 -> Type) -> TyFun a6989586621679301837 (TyFun a6989586621679301837 c6989586621679301836 -> Type) -> *) (OnSym2 b6989586621679301835 a6989586621679301837 c6989586621679301836) # | |
| SuppressUnusedWarnings ((TyFun b6989586621679301835 (TyFun b6989586621679301835 c6989586621679301836 -> Type) -> Type) -> TyFun (TyFun a6989586621679301837 b6989586621679301835 -> Type) (TyFun a6989586621679301837 (TyFun a6989586621679301837 c6989586621679301836 -> Type) -> Type) -> *) (OnSym1 b6989586621679301835 a6989586621679301837 c6989586621679301836) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679436391 (TyFun b6989586621679436392 c6989586621679436393 -> Type) -> Type) -> TyFun (a6989586621679436391, b6989586621679436392) c6989586621679436393 -> *) (UncurrySym1 a6989586621679436391 b6989586621679436392 c6989586621679436393) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679450469 c6989586621679450470 -> Type) -> (TyFun b6989586621679450471 c6989586621679450470 -> Type) -> TyFun (Either a6989586621679450469 b6989586621679450471) c6989586621679450470 -> *) (Either_Sym2 a6989586621679450469 b6989586621679450471 c6989586621679450470) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679450469 c6989586621679450470 -> Type) -> TyFun (TyFun b6989586621679450471 c6989586621679450470 -> Type) (TyFun (Either a6989586621679450469 b6989586621679450471) c6989586621679450470 -> Type) -> *) (Either_Sym1 a6989586621679450469 b6989586621679450471 c6989586621679450470) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472586 (TyFun b6989586621679472587 c6989586621679472588 -> Type) -> Type) -> TyFun [a6989586621679472586] (TyFun [b6989586621679472587] [c6989586621679472588] -> Type) -> *) (ZipWithSym1 a6989586621679472586 b6989586621679472587 c6989586621679472588) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472586 (TyFun b6989586621679472587 c6989586621679472588 -> Type) -> Type) -> [a6989586621679472586] -> TyFun [b6989586621679472587] [c6989586621679472588] -> *) (ZipWithSym2 a6989586621679472586 b6989586621679472587 c6989586621679472588) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679472603 (TyFun x6989586621679472604 (acc6989586621679472603, y6989586621679472605) -> Type) -> Type) -> TyFun acc6989586621679472603 (TyFun [x6989586621679472604] (acc6989586621679472603, [y6989586621679472605]) -> Type) -> *) (MapAccumRSym1 x6989586621679472604 acc6989586621679472603 y6989586621679472605) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679472603 (TyFun x6989586621679472604 (acc6989586621679472603, y6989586621679472605) -> Type) -> Type) -> acc6989586621679472603 -> TyFun [x6989586621679472604] (acc6989586621679472603, [y6989586621679472605]) -> *) (MapAccumRSym2 x6989586621679472604 acc6989586621679472603 y6989586621679472605) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679472606 (TyFun x6989586621679472607 (acc6989586621679472606, y6989586621679472608) -> Type) -> Type) -> TyFun acc6989586621679472606 (TyFun [x6989586621679472607] (acc6989586621679472606, [y6989586621679472608]) -> Type) -> *) (MapAccumLSym1 x6989586621679472607 acc6989586621679472606 y6989586621679472608) # | |
| SuppressUnusedWarnings ((TyFun acc6989586621679472606 (TyFun x6989586621679472607 (acc6989586621679472606, y6989586621679472608) -> Type) -> Type) -> acc6989586621679472606 -> TyFun [x6989586621679472607] (acc6989586621679472606, [y6989586621679472608]) -> *) (MapAccumLSym2 x6989586621679472607 acc6989586621679472606 y6989586621679472608) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750452 (TyFun b6989586621679750453 c6989586621679750454 -> Type) -> Type) -> NonEmpty a6989586621679750452 -> TyFun (NonEmpty b6989586621679750453) (NonEmpty c6989586621679750454) -> *) (ZipWithSym2 a6989586621679750452 b6989586621679750453 c6989586621679750454) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679750452 (TyFun b6989586621679750453 c6989586621679750454 -> Type) -> Type) -> TyFun (NonEmpty a6989586621679750452) (TyFun (NonEmpty b6989586621679750453) (NonEmpty c6989586621679750454) -> Type) -> *) (ZipWithSym1 a6989586621679750452 b6989586621679750453 c6989586621679750454) # | |
| SuppressUnusedWarnings ([a6989586621679472589] -> TyFun [b6989586621679472590] (TyFun [c6989586621679472591] [(a6989586621679472589, b6989586621679472590, c6989586621679472591)] -> Type) -> *) (Zip3Sym1 a6989586621679472589 b6989586621679472590 c6989586621679472591) # | |
| SuppressUnusedWarnings ([a6989586621679472589] -> [b6989586621679472590] -> TyFun [c6989586621679472591] [(a6989586621679472589, b6989586621679472590, c6989586621679472591)] -> *) (Zip3Sym2 a6989586621679472589 b6989586621679472590 c6989586621679472591) # | |
| 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 (a6989586621679436394, b6989586621679436395) c6989586621679436396 -> Type) (TyFun a6989586621679436394 (TyFun b6989586621679436395 c6989586621679436396 -> Type) -> Type) -> *) (CurrySym0 a6989586621679436394 b6989586621679436395 c6989586621679436396) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679289762 (TyFun b6989586621679289763 c6989586621679289764 -> Type) -> Type) (TyFun b6989586621679289763 (TyFun a6989586621679289762 c6989586621679289764 -> Type) -> Type) -> *) (FlipSym0 b6989586621679289763 a6989586621679289762 c6989586621679289764) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679289765 c6989586621679289766 -> Type) (TyFun (TyFun a6989586621679289767 b6989586621679289765 -> Type) (TyFun a6989586621679289767 c6989586621679289766 -> Type) -> Type) -> *) ((:.$) b6989586621679289765 a6989586621679289767 c6989586621679289766) # | |
| SuppressUnusedWarnings (TyFun (TyFun b6989586621679301835 (TyFun b6989586621679301835 c6989586621679301836 -> Type) -> Type) (TyFun (TyFun a6989586621679301837 b6989586621679301835 -> Type) (TyFun a6989586621679301837 (TyFun a6989586621679301837 c6989586621679301836 -> Type) -> Type) -> Type) -> *) (OnSym0 b6989586621679301835 a6989586621679301837 c6989586621679301836) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679436391 (TyFun b6989586621679436392 c6989586621679436393 -> Type) -> Type) (TyFun (a6989586621679436391, b6989586621679436392) c6989586621679436393 -> Type) -> *) (UncurrySym0 a6989586621679436391 b6989586621679436392 c6989586621679436393) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679450469 c6989586621679450470 -> Type) (TyFun (TyFun b6989586621679450471 c6989586621679450470 -> Type) (TyFun (Either a6989586621679450469 b6989586621679450471) c6989586621679450470 -> Type) -> Type) -> *) (Either_Sym0 a6989586621679450469 b6989586621679450471 c6989586621679450470) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679472586 (TyFun b6989586621679472587 c6989586621679472588 -> Type) -> Type) (TyFun [a6989586621679472586] (TyFun [b6989586621679472587] [c6989586621679472588] -> Type) -> Type) -> *) (ZipWithSym0 a6989586621679472586 b6989586621679472587 c6989586621679472588) # | |
| SuppressUnusedWarnings (TyFun (TyFun acc6989586621679472603 (TyFun x6989586621679472604 (acc6989586621679472603, y6989586621679472605) -> Type) -> Type) (TyFun acc6989586621679472603 (TyFun [x6989586621679472604] (acc6989586621679472603, [y6989586621679472605]) -> Type) -> Type) -> *) (MapAccumRSym0 x6989586621679472604 acc6989586621679472603 y6989586621679472605) # | |
| SuppressUnusedWarnings (TyFun (TyFun acc6989586621679472606 (TyFun x6989586621679472607 (acc6989586621679472606, y6989586621679472608) -> Type) -> Type) (TyFun acc6989586621679472606 (TyFun [x6989586621679472607] (acc6989586621679472606, [y6989586621679472608]) -> Type) -> Type) -> *) (MapAccumLSym0 x6989586621679472607 acc6989586621679472606 y6989586621679472608) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679750452 (TyFun b6989586621679750453 c6989586621679750454 -> Type) -> Type) (TyFun (NonEmpty a6989586621679750452) (TyFun (NonEmpty b6989586621679750453) (NonEmpty c6989586621679750454) -> Type) -> Type) -> *) (ZipWithSym0 a6989586621679750452 b6989586621679750453 c6989586621679750454) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679472577, b6989586621679472578, c6989586621679472579)] ([a6989586621679472577], [b6989586621679472578], [c6989586621679472579]) -> *) (Unzip3Sym0 a6989586621679472577 b6989586621679472578 c6989586621679472579) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679472589] (TyFun [b6989586621679472590] (TyFun [c6989586621679472591] [(a6989586621679472589, b6989586621679472590, c6989586621679472591)] -> Type) -> Type) -> *) (Zip3Sym0 a6989586621679472589 b6989586621679472590 c6989586621679472591) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (a3530822107858468865, b3530822107858468866, c3530822107858468867) -> Type) -> Type) -> *) (Tuple3Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472582 (TyFun b6989586621679472583 (TyFun c6989586621679472584 d6989586621679472585 -> Type) -> Type) -> Type) -> TyFun [a6989586621679472582] (TyFun [b6989586621679472583] (TyFun [c6989586621679472584] [d6989586621679472585] -> Type) -> Type) -> *) (ZipWith3Sym1 a6989586621679472582 b6989586621679472583 c6989586621679472584 d6989586621679472585) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472582 (TyFun b6989586621679472583 (TyFun c6989586621679472584 d6989586621679472585 -> Type) -> Type) -> Type) -> [a6989586621679472582] -> TyFun [b6989586621679472583] (TyFun [c6989586621679472584] [d6989586621679472585] -> Type) -> *) (ZipWith3Sym2 a6989586621679472582 b6989586621679472583 c6989586621679472584 d6989586621679472585) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679472582 (TyFun b6989586621679472583 (TyFun c6989586621679472584 d6989586621679472585 -> Type) -> Type) -> Type) -> [a6989586621679472582] -> [b6989586621679472583] -> TyFun [c6989586621679472584] [d6989586621679472585] -> *) (ZipWith3Sym3 a6989586621679472582 b6989586621679472583 c6989586621679472584 d6989586621679472585) # | |
| SuppressUnusedWarnings ([a6989586621679901284] -> [b6989586621679901285] -> [c6989586621679901286] -> TyFun [d6989586621679901287] [(a6989586621679901284, b6989586621679901285, c6989586621679901286, d6989586621679901287)] -> *) (Zip4Sym3 a6989586621679901284 b6989586621679901285 c6989586621679901286 d6989586621679901287) # | |
| SuppressUnusedWarnings ([a6989586621679901284] -> [b6989586621679901285] -> TyFun [c6989586621679901286] (TyFun [d6989586621679901287] [(a6989586621679901284, b6989586621679901285, c6989586621679901286, d6989586621679901287)] -> Type) -> *) (Zip4Sym2 a6989586621679901284 b6989586621679901285 c6989586621679901286 d6989586621679901287) # | |
| SuppressUnusedWarnings ([a6989586621679901284] -> TyFun [b6989586621679901285] (TyFun [c6989586621679901286] (TyFun [d6989586621679901287] [(a6989586621679901284, b6989586621679901285, c6989586621679901286, d6989586621679901287)] -> Type) -> Type) -> *) (Zip4Sym1 a6989586621679901284 b6989586621679901285 c6989586621679901286 d6989586621679901287) # | |
| 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 a6989586621679472582 (TyFun b6989586621679472583 (TyFun c6989586621679472584 d6989586621679472585 -> Type) -> Type) -> Type) (TyFun [a6989586621679472582] (TyFun [b6989586621679472583] (TyFun [c6989586621679472584] [d6989586621679472585] -> Type) -> Type) -> Type) -> *) (ZipWith3Sym0 a6989586621679472582 b6989586621679472583 c6989586621679472584 d6989586621679472585) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679472573, b6989586621679472574, c6989586621679472575, d6989586621679472576)] ([a6989586621679472573], [b6989586621679472574], [c6989586621679472575], [d6989586621679472576]) -> *) (Unzip4Sym0 a6989586621679472573 b6989586621679472574 c6989586621679472575 d6989586621679472576) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679901284] (TyFun [b6989586621679901285] (TyFun [c6989586621679901286] (TyFun [d6989586621679901287] [(a6989586621679901284, b6989586621679901285, c6989586621679901286, d6989586621679901287)] -> Type) -> Type) -> Type) -> *) (Zip4Sym0 a6989586621679901284 b6989586621679901285 c6989586621679901286 d6989586621679901287) # | |
| SuppressUnusedWarnings (TyFun a3530822107858468865 (TyFun b3530822107858468866 (TyFun c3530822107858468867 (TyFun d3530822107858468868 (a3530822107858468865, b3530822107858468866, c3530822107858468867, d3530822107858468868) -> Type) -> Type) -> Type) -> *) (Tuple4Sym0 a3530822107858468865 b3530822107858468866 c3530822107858468867 d3530822107858468868) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901261 (TyFun b6989586621679901262 (TyFun c6989586621679901263 (TyFun d6989586621679901264 e6989586621679901265 -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679901261] (TyFun [b6989586621679901262] (TyFun [c6989586621679901263] (TyFun [d6989586621679901264] [e6989586621679901265] -> Type) -> Type) -> Type) -> *) (ZipWith4Sym1 a6989586621679901261 b6989586621679901262 c6989586621679901263 d6989586621679901264 e6989586621679901265) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901261 (TyFun b6989586621679901262 (TyFun c6989586621679901263 (TyFun d6989586621679901264 e6989586621679901265 -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901261] -> TyFun [b6989586621679901262] (TyFun [c6989586621679901263] (TyFun [d6989586621679901264] [e6989586621679901265] -> Type) -> Type) -> *) (ZipWith4Sym2 a6989586621679901261 b6989586621679901262 c6989586621679901263 d6989586621679901264 e6989586621679901265) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901261 (TyFun b6989586621679901262 (TyFun c6989586621679901263 (TyFun d6989586621679901264 e6989586621679901265 -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901261] -> [b6989586621679901262] -> TyFun [c6989586621679901263] (TyFun [d6989586621679901264] [e6989586621679901265] -> Type) -> *) (ZipWith4Sym3 a6989586621679901261 b6989586621679901262 c6989586621679901263 d6989586621679901264 e6989586621679901265) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901261 (TyFun b6989586621679901262 (TyFun c6989586621679901263 (TyFun d6989586621679901264 e6989586621679901265 -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901261] -> [b6989586621679901262] -> [c6989586621679901263] -> TyFun [d6989586621679901264] [e6989586621679901265] -> *) (ZipWith4Sym4 a6989586621679901261 b6989586621679901262 c6989586621679901263 d6989586621679901264 e6989586621679901265) # | |
| SuppressUnusedWarnings ([a6989586621679901279] -> [b6989586621679901280] -> [c6989586621679901281] -> [d6989586621679901282] -> TyFun [e6989586621679901283] [(a6989586621679901279, b6989586621679901280, c6989586621679901281, d6989586621679901282, e6989586621679901283)] -> *) (Zip5Sym4 a6989586621679901279 b6989586621679901280 c6989586621679901281 d6989586621679901282 e6989586621679901283) # | |
| SuppressUnusedWarnings ([a6989586621679901279] -> [b6989586621679901280] -> [c6989586621679901281] -> TyFun [d6989586621679901282] (TyFun [e6989586621679901283] [(a6989586621679901279, b6989586621679901280, c6989586621679901281, d6989586621679901282, e6989586621679901283)] -> Type) -> *) (Zip5Sym3 a6989586621679901279 b6989586621679901280 c6989586621679901281 d6989586621679901282 e6989586621679901283) # | |
| SuppressUnusedWarnings ([a6989586621679901279] -> [b6989586621679901280] -> TyFun [c6989586621679901281] (TyFun [d6989586621679901282] (TyFun [e6989586621679901283] [(a6989586621679901279, b6989586621679901280, c6989586621679901281, d6989586621679901282, e6989586621679901283)] -> Type) -> Type) -> *) (Zip5Sym2 a6989586621679901279 b6989586621679901280 c6989586621679901281 d6989586621679901282 e6989586621679901283) # | |
| SuppressUnusedWarnings ([a6989586621679901279] -> TyFun [b6989586621679901280] (TyFun [c6989586621679901281] (TyFun [d6989586621679901282] (TyFun [e6989586621679901283] [(a6989586621679901279, b6989586621679901280, c6989586621679901281, d6989586621679901282, e6989586621679901283)] -> Type) -> Type) -> Type) -> *) (Zip5Sym1 a6989586621679901279 b6989586621679901280 c6989586621679901281 d6989586621679901282 e6989586621679901283) # | |
| 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 a6989586621679901261 (TyFun b6989586621679901262 (TyFun c6989586621679901263 (TyFun d6989586621679901264 e6989586621679901265 -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679901261] (TyFun [b6989586621679901262] (TyFun [c6989586621679901263] (TyFun [d6989586621679901264] [e6989586621679901265] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith4Sym0 a6989586621679901261 b6989586621679901262 c6989586621679901263 d6989586621679901264 e6989586621679901265) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679472568, b6989586621679472569, c6989586621679472570, d6989586621679472571, e6989586621679472572)] ([a6989586621679472568], [b6989586621679472569], [c6989586621679472570], [d6989586621679472571], [e6989586621679472572]) -> *) (Unzip5Sym0 a6989586621679472568 b6989586621679472569 c6989586621679472570 d6989586621679472571 e6989586621679472572) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679901279] (TyFun [b6989586621679901280] (TyFun [c6989586621679901281] (TyFun [d6989586621679901282] (TyFun [e6989586621679901283] [(a6989586621679901279, b6989586621679901280, c6989586621679901281, d6989586621679901282, e6989586621679901283)] -> Type) -> Type) -> Type) -> Type) -> *) (Zip5Sym0 a6989586621679901279 b6989586621679901280 c6989586621679901281 d6989586621679901282 e6989586621679901283) # | |
| 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 a6989586621679901255 (TyFun b6989586621679901256 (TyFun c6989586621679901257 (TyFun d6989586621679901258 (TyFun e6989586621679901259 f6989586621679901260 -> Type) -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679901255] (TyFun [b6989586621679901256] (TyFun [c6989586621679901257] (TyFun [d6989586621679901258] (TyFun [e6989586621679901259] [f6989586621679901260] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith5Sym1 a6989586621679901255 b6989586621679901256 c6989586621679901257 d6989586621679901258 e6989586621679901259 f6989586621679901260) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901255 (TyFun b6989586621679901256 (TyFun c6989586621679901257 (TyFun d6989586621679901258 (TyFun e6989586621679901259 f6989586621679901260 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901255] -> TyFun [b6989586621679901256] (TyFun [c6989586621679901257] (TyFun [d6989586621679901258] (TyFun [e6989586621679901259] [f6989586621679901260] -> Type) -> Type) -> Type) -> *) (ZipWith5Sym2 a6989586621679901255 b6989586621679901256 c6989586621679901257 d6989586621679901258 e6989586621679901259 f6989586621679901260) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901255 (TyFun b6989586621679901256 (TyFun c6989586621679901257 (TyFun d6989586621679901258 (TyFun e6989586621679901259 f6989586621679901260 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901255] -> [b6989586621679901256] -> TyFun [c6989586621679901257] (TyFun [d6989586621679901258] (TyFun [e6989586621679901259] [f6989586621679901260] -> Type) -> Type) -> *) (ZipWith5Sym3 a6989586621679901255 b6989586621679901256 c6989586621679901257 d6989586621679901258 e6989586621679901259 f6989586621679901260) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901255 (TyFun b6989586621679901256 (TyFun c6989586621679901257 (TyFun d6989586621679901258 (TyFun e6989586621679901259 f6989586621679901260 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901255] -> [b6989586621679901256] -> [c6989586621679901257] -> TyFun [d6989586621679901258] (TyFun [e6989586621679901259] [f6989586621679901260] -> Type) -> *) (ZipWith5Sym4 a6989586621679901255 b6989586621679901256 c6989586621679901257 d6989586621679901258 e6989586621679901259 f6989586621679901260) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901255 (TyFun b6989586621679901256 (TyFun c6989586621679901257 (TyFun d6989586621679901258 (TyFun e6989586621679901259 f6989586621679901260 -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901255] -> [b6989586621679901256] -> [c6989586621679901257] -> [d6989586621679901258] -> TyFun [e6989586621679901259] [f6989586621679901260] -> *) (ZipWith5Sym5 a6989586621679901255 b6989586621679901256 c6989586621679901257 d6989586621679901258 e6989586621679901259 f6989586621679901260) # | |
| SuppressUnusedWarnings ([a6989586621679901273] -> [b6989586621679901274] -> [c6989586621679901275] -> [d6989586621679901276] -> [e6989586621679901277] -> TyFun [f6989586621679901278] [(a6989586621679901273, b6989586621679901274, c6989586621679901275, d6989586621679901276, e6989586621679901277, f6989586621679901278)] -> *) (Zip6Sym5 a6989586621679901273 b6989586621679901274 c6989586621679901275 d6989586621679901276 e6989586621679901277 f6989586621679901278) # | |
| SuppressUnusedWarnings ([a6989586621679901273] -> [b6989586621679901274] -> [c6989586621679901275] -> [d6989586621679901276] -> TyFun [e6989586621679901277] (TyFun [f6989586621679901278] [(a6989586621679901273, b6989586621679901274, c6989586621679901275, d6989586621679901276, e6989586621679901277, f6989586621679901278)] -> Type) -> *) (Zip6Sym4 a6989586621679901273 b6989586621679901274 c6989586621679901275 d6989586621679901276 e6989586621679901277 f6989586621679901278) # | |
| SuppressUnusedWarnings ([a6989586621679901273] -> [b6989586621679901274] -> [c6989586621679901275] -> TyFun [d6989586621679901276] (TyFun [e6989586621679901277] (TyFun [f6989586621679901278] [(a6989586621679901273, b6989586621679901274, c6989586621679901275, d6989586621679901276, e6989586621679901277, f6989586621679901278)] -> Type) -> Type) -> *) (Zip6Sym3 a6989586621679901273 b6989586621679901274 c6989586621679901275 d6989586621679901276 e6989586621679901277 f6989586621679901278) # | |
| SuppressUnusedWarnings ([a6989586621679901273] -> [b6989586621679901274] -> TyFun [c6989586621679901275] (TyFun [d6989586621679901276] (TyFun [e6989586621679901277] (TyFun [f6989586621679901278] [(a6989586621679901273, b6989586621679901274, c6989586621679901275, d6989586621679901276, e6989586621679901277, f6989586621679901278)] -> Type) -> Type) -> Type) -> *) (Zip6Sym2 a6989586621679901273 b6989586621679901274 c6989586621679901275 d6989586621679901276 e6989586621679901277 f6989586621679901278) # | |
| SuppressUnusedWarnings ([a6989586621679901273] -> TyFun [b6989586621679901274] (TyFun [c6989586621679901275] (TyFun [d6989586621679901276] (TyFun [e6989586621679901277] (TyFun [f6989586621679901278] [(a6989586621679901273, b6989586621679901274, c6989586621679901275, d6989586621679901276, e6989586621679901277, f6989586621679901278)] -> Type) -> Type) -> Type) -> Type) -> *) (Zip6Sym1 a6989586621679901273 b6989586621679901274 c6989586621679901275 d6989586621679901276 e6989586621679901277 f6989586621679901278) # | |
| 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 a6989586621679901255 (TyFun b6989586621679901256 (TyFun c6989586621679901257 (TyFun d6989586621679901258 (TyFun e6989586621679901259 f6989586621679901260 -> Type) -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679901255] (TyFun [b6989586621679901256] (TyFun [c6989586621679901257] (TyFun [d6989586621679901258] (TyFun [e6989586621679901259] [f6989586621679901260] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith5Sym0 a6989586621679901255 b6989586621679901256 c6989586621679901257 d6989586621679901258 e6989586621679901259 f6989586621679901260) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679472562, b6989586621679472563, c6989586621679472564, d6989586621679472565, e6989586621679472566, f6989586621679472567)] ([a6989586621679472562], [b6989586621679472563], [c6989586621679472564], [d6989586621679472565], [e6989586621679472566], [f6989586621679472567]) -> *) (Unzip6Sym0 a6989586621679472562 b6989586621679472563 c6989586621679472564 d6989586621679472565 e6989586621679472566 f6989586621679472567) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679901273] (TyFun [b6989586621679901274] (TyFun [c6989586621679901275] (TyFun [d6989586621679901276] (TyFun [e6989586621679901277] (TyFun [f6989586621679901278] [(a6989586621679901273, b6989586621679901274, c6989586621679901275, d6989586621679901276, e6989586621679901277, f6989586621679901278)] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Zip6Sym0 a6989586621679901273 b6989586621679901274 c6989586621679901275 d6989586621679901276 e6989586621679901277 f6989586621679901278) # | |
| 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 a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679901248] (TyFun [b6989586621679901249] (TyFun [c6989586621679901250] (TyFun [d6989586621679901251] (TyFun [e6989586621679901252] (TyFun [f6989586621679901253] [g6989586621679901254] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith6Sym1 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901248] -> TyFun [b6989586621679901249] (TyFun [c6989586621679901250] (TyFun [d6989586621679901251] (TyFun [e6989586621679901252] (TyFun [f6989586621679901253] [g6989586621679901254] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith6Sym2 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901248] -> [b6989586621679901249] -> TyFun [c6989586621679901250] (TyFun [d6989586621679901251] (TyFun [e6989586621679901252] (TyFun [f6989586621679901253] [g6989586621679901254] -> Type) -> Type) -> Type) -> *) (ZipWith6Sym3 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901248] -> [b6989586621679901249] -> [c6989586621679901250] -> TyFun [d6989586621679901251] (TyFun [e6989586621679901252] (TyFun [f6989586621679901253] [g6989586621679901254] -> Type) -> Type) -> *) (ZipWith6Sym4 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901248] -> [b6989586621679901249] -> [c6989586621679901250] -> [d6989586621679901251] -> TyFun [e6989586621679901252] (TyFun [f6989586621679901253] [g6989586621679901254] -> Type) -> *) (ZipWith6Sym5 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901248] -> [b6989586621679901249] -> [c6989586621679901250] -> [d6989586621679901251] -> [e6989586621679901252] -> TyFun [f6989586621679901253] [g6989586621679901254] -> *) (ZipWith6Sym6 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings ([a6989586621679901266] -> [b6989586621679901267] -> [c6989586621679901268] -> [d6989586621679901269] -> [e6989586621679901270] -> [f6989586621679901271] -> TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> *) (Zip7Sym6 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| SuppressUnusedWarnings ([a6989586621679901266] -> [b6989586621679901267] -> [c6989586621679901268] -> [d6989586621679901269] -> [e6989586621679901270] -> TyFun [f6989586621679901271] (TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> Type) -> *) (Zip7Sym5 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| SuppressUnusedWarnings ([a6989586621679901266] -> [b6989586621679901267] -> [c6989586621679901268] -> [d6989586621679901269] -> TyFun [e6989586621679901270] (TyFun [f6989586621679901271] (TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> Type) -> Type) -> *) (Zip7Sym4 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| SuppressUnusedWarnings ([a6989586621679901266] -> [b6989586621679901267] -> [c6989586621679901268] -> TyFun [d6989586621679901269] (TyFun [e6989586621679901270] (TyFun [f6989586621679901271] (TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> Type) -> Type) -> Type) -> *) (Zip7Sym3 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| SuppressUnusedWarnings ([a6989586621679901266] -> [b6989586621679901267] -> TyFun [c6989586621679901268] (TyFun [d6989586621679901269] (TyFun [e6989586621679901270] (TyFun [f6989586621679901271] (TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> Type) -> Type) -> Type) -> Type) -> *) (Zip7Sym2 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| SuppressUnusedWarnings ([a6989586621679901266] -> TyFun [b6989586621679901267] (TyFun [c6989586621679901268] (TyFun [d6989586621679901269] (TyFun [e6989586621679901270] (TyFun [f6989586621679901271] (TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Zip7Sym1 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| 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 a6989586621679901248 (TyFun b6989586621679901249 (TyFun c6989586621679901250 (TyFun d6989586621679901251 (TyFun e6989586621679901252 (TyFun f6989586621679901253 g6989586621679901254 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679901248] (TyFun [b6989586621679901249] (TyFun [c6989586621679901250] (TyFun [d6989586621679901251] (TyFun [e6989586621679901252] (TyFun [f6989586621679901253] [g6989586621679901254] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith6Sym0 a6989586621679901248 b6989586621679901249 c6989586621679901250 d6989586621679901251 e6989586621679901252 f6989586621679901253 g6989586621679901254) # | |
| SuppressUnusedWarnings (TyFun [(a6989586621679472555, b6989586621679472556, c6989586621679472557, d6989586621679472558, e6989586621679472559, f6989586621679472560, g6989586621679472561)] ([a6989586621679472555], [b6989586621679472556], [c6989586621679472557], [d6989586621679472558], [e6989586621679472559], [f6989586621679472560], [g6989586621679472561]) -> *) (Unzip7Sym0 a6989586621679472555 b6989586621679472556 c6989586621679472557 d6989586621679472558 e6989586621679472559 f6989586621679472560 g6989586621679472561) # | |
| SuppressUnusedWarnings (TyFun [a6989586621679901266] (TyFun [b6989586621679901267] (TyFun [c6989586621679901268] (TyFun [d6989586621679901269] (TyFun [e6989586621679901270] (TyFun [f6989586621679901271] (TyFun [g6989586621679901272] [(a6989586621679901266, b6989586621679901267, c6989586621679901268, d6989586621679901269, e6989586621679901270, f6989586621679901271, g6989586621679901272)] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (Zip7Sym0 a6989586621679901266 b6989586621679901267 c6989586621679901268 d6989586621679901269 e6989586621679901270 f6989586621679901271 g6989586621679901272) # | |
| 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 a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> TyFun [a6989586621679901240] (TyFun [b6989586621679901241] (TyFun [c6989586621679901242] (TyFun [d6989586621679901243] (TyFun [e6989586621679901244] (TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym1 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901240] -> TyFun [b6989586621679901241] (TyFun [c6989586621679901242] (TyFun [d6989586621679901243] (TyFun [e6989586621679901244] (TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym2 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901240] -> [b6989586621679901241] -> TyFun [c6989586621679901242] (TyFun [d6989586621679901243] (TyFun [e6989586621679901244] (TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym3 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901240] -> [b6989586621679901241] -> [c6989586621679901242] -> TyFun [d6989586621679901243] (TyFun [e6989586621679901244] (TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> Type) -> Type) -> *) (ZipWith7Sym4 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901240] -> [b6989586621679901241] -> [c6989586621679901242] -> [d6989586621679901243] -> TyFun [e6989586621679901244] (TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> Type) -> *) (ZipWith7Sym5 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901240] -> [b6989586621679901241] -> [c6989586621679901242] -> [d6989586621679901243] -> [e6989586621679901244] -> TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> *) (ZipWith7Sym6 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings ((TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> [a6989586621679901240] -> [b6989586621679901241] -> [c6989586621679901242] -> [d6989586621679901243] -> [e6989586621679901244] -> [f6989586621679901245] -> TyFun [g6989586621679901246] [h6989586621679901247] -> *) (ZipWith7Sym7 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |
| SuppressUnusedWarnings (TyFun (TyFun a6989586621679901240 (TyFun b6989586621679901241 (TyFun c6989586621679901242 (TyFun d6989586621679901243 (TyFun e6989586621679901244 (TyFun f6989586621679901245 (TyFun g6989586621679901246 h6989586621679901247 -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) (TyFun [a6989586621679901240] (TyFun [b6989586621679901241] (TyFun [c6989586621679901242] (TyFun [d6989586621679901243] (TyFun [e6989586621679901244] (TyFun [f6989586621679901245] (TyFun [g6989586621679901246] [h6989586621679901247] -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> Type) -> *) (ZipWith7Sym0 a6989586621679901240 b6989586621679901241 c6989586621679901242 d6989586621679901243 e6989586621679901244 f6989586621679901245 g6989586621679901246 h6989586621679901247) # | |