+ 6                    ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J KLMNOPQR S TUVWXYZ[\]^_`abcdefghijklmno pq rstuvwx yz{|}~            !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXY Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w xyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                  ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 58 (C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&'+,-;<=DFQSTVAn infix synonym for Type level function application" Similar to #*, but for two-parameter type constructors.#:Wrapper for converting the normal type-level arrow into a $. For example, given: data Nat = Zero | Succ Nat type family Map (a :: a ~> b) (a :: [a]) :: [b] Map f '[] = '[] Map f (x ': xs) = Apply f x ': Map f xs We can write: #Map (TyCon1 Succ) [Zero, Succ Zero]$pSomething of kind `a ~> b` is a defunctionalized type function that is not necessarily generative or injective.%Representation of the kind of a type-level function. The difference between term-level arrows and this type-level arrow is that at the term level applications can be unsaturated, whereas at the type level all applications have to be fully saturated.&A & wraps up a . instance for explicit handling.(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: ofoo :: 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 E.*The * class is a kind class. It classifies all kinds for which singletons are defined. The class supports converting between a singleton type and the base (unrefined) type which it is built from.+6Get a base type from the promoted kind. For example,  Demote Bool will be the type Bool8. Rarely, the type and kind do not match. For example,  Demote Nat is Integer.,-Convert a singleton to its unrefined version.-HConvert an unrefined type to an existentially-quantified singleton type..A . constraint is essentially an implicitly-passed singleton. If you need to satisfy this constraint with an explicit singleton, please see D./;Produce the singleton explicitly. You will likely need the ScopedTypeVariables0 extension to use this method the way you want.0'The singleton kind-indexed data family.1 Force GHC to unify the kinds of a and b . Note that  SameKind a b is different from KindOf a ~ KindOf b in that the former makes the kinds unify immediately, whereas the latter is a proposition that GHC considers as possibly false.2=Convenient synonym to refer to the kind of a type variable: type KindOf (a :: k) = k3Get an implicit singleton (a . instance) from an explicit one.4Use this function when passing a function on singletons as a higher-order function. You will need visible type application to get this to work. For example: Wfalses = sMap (singFun1 @NotSym0 sNot) (STrue `SCons` STrue `SCons` SNil)There are a family of  singFun...? functions, keyed by the number of parameters of the function.<This is the inverse of 4, and likewise for the other  unSingFun... functions.DRConvenience function for creating a context with an implicit singleton available.E Convert a normal datatype (like  6D) to a singleton for that datatype, passing it into a continuation.FyA convenience function useful when we need to name a singleton value multiple times. Without this function, each use of /d could potentially refer to a different singleton, and one has to use type signatures (often with ScopedTypeVariables#) to ensure that they are the same.GA convenience function that names a singleton satisfying a certain property. If the singleton does not satisfy the property, then the function returns  7X. The property is expressed in terms of the underlying representation of the singleton.H7Allows creation of a singleton when a proxy is at hand.I&Allows creation of a singleton when a proxy# is at hand.EThe original datatypeFunction expecting a singleton<  !"#$%&'()*+,-./0 8 9123456789:;<=>?@ABCDEFGHI:0./*+,-21&'()3DEHIFG%$#"! 456789:;<=>?@ABC  : ;&'()*+,-./ < 8 99 $0(C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-<FQSTV+KMembers of the K "kind" class support decidable equality. Instances of this class are generated alongside singleton definitions for datatypes that derive an  = instance.L>Compute a proof or disproof of equality, given two singletons.MA M about a type a0 is either a proof of existence or a proof that a cannot exist.N Witness for aOProof that no a existsP,Because we can never create a value of type  ", a function that type-checks at  a -> Void shows that objects of type a% can never exist. Thus, we say that a is P KLMNOP KL PMNOKLMNO Safe,FRThis 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.RSRSRSNone ,-01;=FTƒ; > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x @ A E D C B P Q R S T U V W _ ^ ] \ [ Z Y X d e i h g f j k p o n m l q r y J I z L KNone0;=>?DKQV]9 {Generate a new UniqueC | } ~  {  | } ~NoneʛZ                  None<   Noné      None ! "None0<FKTK s # $ % & ' ( ) * + , - $ . / 0 1 2 3NoneHK & ' 4 5 6 7 8 9 : ; 4 < = > ? @Nonem A B C NoneHN] D E!None  F"NoneX G H I J K L M N O#(C) 2015 Richard EisenbergBSD-style (see LICENSE)&Richard Eisenberg (rae@cs.brynmawr.edu experimental non-portableNonev P$(C) 2015 Richard EisenbergBSD-style (see LICENSE)&Richard Eisenberg (rae@cs.brynmawr.edu experimental non-portableNone Q#Make a *non-singleton* Ord instance Q%(C) 2015 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone  R&(C) 2015 Richard EisenbergBSD-style (see LICENSE)&Richard Eisenberg (rae@cs.brynmawr.edu experimental non-portableNone S'(C) 2015 Richard EisenbergBSD-style (see LICENSE)&Richard Eisenberg (rae@cs.brynmawr.edu experimental non-portableNoneNb T Split up a [DDec] into its pieces, extracting  U! instances from deriving clauses V W X Y Z [ T \ ] ^ V W [ Z Y X(NoneN]^ ToGenerate promoted definitions from a type that is already defined. This is generally only useful with classes.UKPromote every declaration given to the type level, retaining the originals.VPromote 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.W=Generate defunctionalization symbols for existing type familyXHProduce instances for '(:==)' (type-level equality) from the given typesYProduce instances for POrd from the given typesZProduce an instance for POrd from the given type[Produce instances for PBounded from the given types\Produce an instance for PBounded from the given type]Produce instances for PEnum from the given types^Produce an instance for PEnum from the given type_IProduce an instance for '(:==)' (type-level equality) from the given type _;instantiations for class tyvars (Nothing for default decls)TUVWXYZ[\]^_ ` a b c d e f g _ h i j k l m n o p)NoneHN`tGenerate singleton definitions from a type that is already defined. For example, the singletons package itself uses 2$(genSingletons [''Bool, ''Maybe, ''Either, ''[]]))to generate singletons for Prelude types.akMake 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.bMake 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.cCreate instances of SEq1 and type-level '(:==)' for each type in the listdCreate instance of SEq* and type-level '(:==)' for the given typeeCreate instances of SEq) (only -- no instance for '(:==)', which SEq0 generally relies on) for each type in the listfCreate instances of SEq) (only -- no instance for '(:==)', which SEq) generally relies on) for the given typegCreate instances of SDecide for each type in the list.hCreate instance of SDecide for the given type.iCreate instances of SOrd for the given typesjCreate instance of SOrd for the given typekCreate instances of SBounded for the given typeslCreate instance of SBounded for the given typemCreate instances of SEnum for the given typesnCreate instance of SEnum for the given type qthe result kind, if known& r s t u`abcdefgh vijklmn w x y z { | } ~  q  r t s u*None&',-;<=FQSTVh0 opqrstuvwxy z { | } ~  +y z { | } ~                                         -(C) 2013-2014 Richard Eisenberg, Jan StolarekBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-1FSTV Conditional over singletons 0 uvw0uvw        +(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone vwvw(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone&',-FSTV)<     <                                 00   00(C) 2016 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-FSTV& ,-./01234567& -6,7345./012 . / 0 1 3 4           ,(C) 2016 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNoneT,-./012345-,345./012(C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-7<FQSTV%DThe promoted analogue of  =V. If you supply no definition for '(:==)', then it defaults to a use of '(==)', from Data.Type.Equality.GThe singleton analogue of  =. Unlike the definition for  =e, it is required that instances define a body for '(%:==)'. You may also supply a body for '(%:/=)'.HBoolean equality on singletonsI!Boolean disequality on singletons DEFGHIJKLMNO DEFGHIIMNOJKLDEFGHIIJ K M N E4F4H4I4(C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&'-;=DFQSTV)Q0 0    (C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-.7<FSTV+80 rsttuwyxvz{|~}<|}~tuvwxyz{uvwxyz{0tsrMtuvwxyz{uvwxyz{|}~              ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~             vwxy~-(C) 2014 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&'+,-0;<=FQSTV9I The promotion of  3. This version is more poly-kinded for easier use. Kind-restricted synonym for 0 for Symbols Kind-restricted synonym for 0 for Nats Given a singleton for Nat, call something requiring a KnownNat instance. Given a singleton for Symbol, call something requiring a  KnownSymbol instance.The singleton for   0 8 9           8(C) 2014 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-7<FSTV<& !$"#%&'()*+,-./012345EFGHI( !"#$EI345012-./+,)*'(%&FGH  !"#$    % ' ) + - . 0 1 3 4 F G  (C) 2014 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&'+,-FTVFMThis bogus instance is helpful for people who want to define functions over Symbols that will only be used at the type level or as singletons.P This bogus   instance is helpful for people who want to define functions over Nats that will only be used at the type level or as singletons. A correct SNum instance for Nat singletons exists. 0      QRST0     ST QR Q S .(C) 2014 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNoneIu !$"#%&'()*+,-./012345EFGH !"#$E345012-./+,)*'(%&FGH(C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNoneT\mW The function W 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.X The function X 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 X , unlike WJ, the scrutinee is a singleton. But make sure to pass in the name of the original datatype, preferring ''Maybe over ''SMaybe.W-The head of the type of the scrutinee. (Like ''Maybe or ''Bool.)*The scrutinee, in a Template Haskell quote%The body, in a Template Haskell quoteX>The head of the type the scrutinee's type is based on. (Like ''Maybe or ''Bool.)*The scrutinee, in a Template Haskell quote%The body, in a Template Haskell quote   !"#$%&'()*+,-./0 8 9123456789:;<=>?@ABCDEFGHIKLMNOPRSTUVWXYZ[\]^_`abcdefghijklmnprstvwyz{|}~DEFGHItuwyxvz{|~} WX}ab`UVWTX_cdefghYZij[\kl]^mnWX0DEFGHII|}~tuvwxyz{uvwxyz{KL PMNO() vwtsrpyz{|}~RS (C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-FQTVcH0 opxyz{|}~YZ[\]^_`abcdefghijklmnoA0oxZn[m\lYo]kpyz{|}~abcdefgh^_`ij^ _ a c e f g i /(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNoneg4pyz{|}~YZ[\]^_`abcdefghij4Z[\Y]pyz{|}~abcdefgh^_`ij-(C) 2013-2014 Richard Eisenberg, Jan StolarekBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-FQTVl`00 xyz{|}.0x}yz{|y z {                 0(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNonepd#xyz{|#xyz{|-(C) 2013-2014 Richard Eisenberg, Jan StolarekBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-FQTVt5!0 0              1(C) 2014 Jan StolarekBSD-style (see LICENSE)jan.stolarek@p.lodz.pl experimental non-portableNonewX(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone&',-FSTVza55       2(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone~) rst|~} |}~tsr-(C) 2013-2014 Richard Eisenberg, Jan StolarekBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-<FQSTV 0          !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~0 =9 ~|w} vutsrq;;<:z{ opn m l k>8 j7?8>6@0F1E4B5A2D igfhdc9=.H/G:<?7b`a_^]\[ZYXW V!Ue#S"T$R,J*L(N@6'O&P%Q-I3C)M+KxyA5DEFGHIJKOP()TUYZ[VWXBC\]^_cdefqrs`abtuvwxyz{|}~$%&'ijgh*+, LMN  QRS !"#-./012  nopklm34  B D F H J L M O Q R T V W Y Z \      ^ ` a c d e g i k l n o q r t u w y z | ~ ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                  ! "    $ & ( * + - . 0 1    3                                                                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+"T3(C) 2016 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-FTV,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4\]_`bcefhiklmnpqrstuwxyz{|~ (C) 2016 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone&',-FSTV0 tuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdef0BAUVWXtfOPue{_|^}]~\Z[xbz`YNRSwcTDEFGHIJKL@:;<>=?Q9438765MCyavd      !./012"#$%&'()*+,-      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKL M N OPQRSTUVWXYZ[ \"]#^%_&`(a)b*c,d.e0f1ghijklmnopqrstuvwxyz{|}~4(C) 2016 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNonetuvwxyz{|}~      !"#$%&'()*+,-./012tu{|}~xzwyv      !./012"#$%&'()*+,-((C) 2014 Jan Stolarek, Richard EisenbergBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone&',-.7<FSTVe% !"#$%&'()*+,-./0) !/0-.+,)*&'("#$%l  !"#$&')+-/      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5((C) 2014 Jan Stolarek, Richard EisenbergBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone &',-FT. !"#$%&'()*+,-./0 !/0-.+,)*&'("#$% (C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNoneT    !"#$%&'()*+,-./0 8 9123456789:;<=>?@ABCDEFGHIopqrstuvwxyz{|}~     DEFGHIJKLMNOtuwyxvz{|~}  !$"#%&'()*+,-./012345EFGHIYZ[\^_`abcdefghlmnoxyz{|} 9DEFGHIJKOPTUqrstuvwxyz{|}~=YZ[\]^cdmnopqrstuvw !"#$%&'()*+,.0uqox     w vsrqutopn mdc9=^]\[ZYx}Zn[m\lYo wvyz{|pyz{|}~abcdefgh^_`TUDEFGHIJKOPqrstuvwxyz{|}~(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNone&',-FQSTV^$       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./01234=;<    > 78601452 9./:? !#"$,(*@'&%3-)+ADEFGHIJKOPTUYZ[VWX\]^_cdefqrs`abtuvwxyz{|}~QRSnopklm()$%&'*+,BC LMNijgh     !"#-./01234<6(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNoneT DEFJKLMNO DEFMNOJKL7(C) 2014 Jan StolarekBSD-style (see LICENSE)%Jan Stolarek (jan.stolarek@p.lodz.pl) experimental non-portableNoneT: prstvwyz{|}~DEFJKLMNO|~}  !$"#%&'()*+,-./012345EFGHYZ[\^_`abcdefghxyz{| /01456789;<=>?DEFGHIJKOPTUklmnopqrstuvwxyz{|}~  $%&'()*+,-./ !"#$%&'()*+,0xZ[\Y /=? ;< >78601459wvyz{|pyz{|}~abcdefgh^_`TUDEFGHIJKOPqrstuvwxyz{nopklm|}~()$%&'*+,  -./8(C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNoneT3N %RSTUVWXYZ[\]^_prstvwyz{|}~DEF|~} NUVWTX_YZ[\]^%DEF|}~  vwtsrpyz{|}~RS(C) 2013 Richard EisenbergBSD-style (see LICENSE)'Richard Eisenberg (rae@cs.brynmawr.edu) experimental non-portableNone-FTm 5IProduce a representation and singleton for the collection of types given. A datatype Rep is created, with one constructor per type in the declared universe. When this type is promoted by the singletons library, the constructors become full types in *&, not just promoted data constructors. For example, )$(singletonStar [''Nat, ''Bool, ''Maybe])generates the following: ;data Rep = Nat | Bool | Maybe Rep deriving (Eq, Show, Read)$and its singleton. However, because Rep is promoted to *0, the singleton is perhaps slightly unexpected: {data instance Sing (a :: *) where SNat :: Sing Nat SBool :: Sing Bool SMaybe :: SingRep a => Sing a -> Sing (Maybe a)The unexpected part is that Nat, Bool, and Maybe above are the real Nat, Bool, and Maybe&, not just promoted data constructors."Please note that this function is very$ experimental. Use at your own risk. 5A list of Template Haskell Name s for types-0 uvwDEFGHIJKLMNO 5 59:;9<=>?@>?A>?BCDEFG9HI9<J9<K9LM9LM9NO9NP9QR S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g g h h i j k l m n o p q r s t u v w x y z { | } ~    (((((((((((()))))))))))))))************************************************************************      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFG-H-I-J-K-L-M-N-O-P-Q-R-STUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ + |     K , . - /   g H E G F i N L   h 3  y n t s p o u w v   5 q      r O ~ W Y [ P    g h                          * +               / 0 1           , - .     ` a b @ A B Q R S N O P F G H C D E T U V Z [ \ W X Y   + , -    I J               K L M    l m n            o p q u     v          K  ~ }       {                         x                                            ! " # $ % & ' ( )   9     % $   ; :   * + , - . / 0 1 2 3 4 5 6    g f 7                   8 9 :    ; < = > ? <   { z y t s r | } m l  ? @ A B     A @ C D E F G  H I JKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~>?9     >                                  ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w n x x y z { | } t ~     |       ! " " " " " " " " " # $ % & ' > ' ' ' ' ' ' ' ' ' ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) )r) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * * * * * * * * ******** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *                         ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                  9 -J- - - - - -                   9                                                       ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdef3g3h3i3j3k3l3m3n3o3p3q3r3s3t3u3v3w3x3y3z3{3|3}3~3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333 3 3 3 3 3333333333333333333 3!3"3#3$3%3&3'3(3)3*3+3,3-3.3/303132333435363738393:3;3<3=3>3?3@3A3B  2 C D E F  G H I J K  o  p  3  5  4  6 L M N O   g  h  _  `  d  e  f  a  b  c    t  q P Q R S    < T U V W X                   Y      ?  @  Z [ \ ] ^ _ ` a b    u  v          w   c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~%singletons-2.3-C4sOQ5kyjGYAHQogLBJu9WData.Singletons.TypeLitsData.Singletons.THData.Singletons.Prelude.BoolData.Singletons.Prelude.OrdData.Singletons.Prelude.MaybeData.Singletons.Prelude.EitherData.Singletons.Prelude.ListData.Singletons.DecideData.Singletons&Data.Singletons.SuppressUnusedWarningsData.Singletons.Prelude.TupleData.Singletons.Prelude%Data.Singletons.Prelude.List.NonEmptyData.Singletons.Prelude.Base Data.Singletons.Prelude.FunctionData.Singletons.Prelude.EqData.Singletons.TypeRepStarData.Singletons.Prelude.NumData.Promotion.Prelude.BaseData.Singletons.Prelude.EnumData.Promotion.Prelude.ListData.Singletons.CustomStarData.Singletons.SyntaxData.Singletons.UtilData.Singletons.NamesData.Singletons.Single.FixityData.Singletons.Single.EqData.Singletons.Promote.TypeData.Singletons.Promote.MonadData.Singletons.Single.MonadData.Singletons.Single.TypeData.Singletons.Single.DataData.Singletons.Promote.EqData.Singletons.Promote.DefunData.Singletons.Deriving.InferData.Singletons.Deriving.OrdData.Singletons.Deriving.Enum Data.Singletons.Deriving.BoundedData.Singletons.PartitionData.Singletons.PromoteData.Singletons.Single!Data.Singletons.Prelude.InstancesData.Promotion.Prelude.BoolData.Promotion.Prelude.Function!Data.Singletons.TypeLits.InternalData.Promotion.Prelude.NumData.Promotion.Prelude.TupleData.Promotion.Prelude.MaybeData.Promotion.Prelude.EitherData.Promotion.Prelude.Ord.Data.Singletons.Prelude.List.NonEmpty.Internal$Data.Promotion.Prelude.List.NonEmptyData.Promotion.Prelude.EnumData.Promotion.Prelude.EqData.Promotion.PreludeData.Promotion.THbase GHC.TypeNatsKnownNat GHC.TypeLits KnownSymbolghc-prim GHC.TypesNatSymbolAnybool_thenCmpmaybe_either_any_ Data.VoidVoid symbolValnatVal Data.ProxyProxyData.Type.EqualityRefl:~:Data.Type.BoolIf SingFunction8 SingFunction7 SingFunction6 SingFunction5 SingFunction4 SingFunction3 SingFunction2 SingFunction1@@ApplyTyCon8TyCon7TyCon6TyCon5TyCon4TyCon3TyCon2TyCon1~>TyFun SingInstanceSomeSingSingKindDemotefromSingtoSingSingIsingSingSameKindKindOf singInstancesingFun1singFun2singFun3singFun4singFun5singFun6singFun7singFun8 unSingFun1 unSingFun2 unSingFun3 unSingFun4 unSingFun5 unSingFun6 unSingFun7 unSingFun8 withSingI withSomeSingwithSingsingThat singByProxy singByProxy#$fSingKind(->)SDecide%~DecisionProved DisprovedRefuted$fTestEqualitykSingSuppressUnusedWarningssuppressUnusedWarnings genPromotionspromote promoteOnlygenDefunSymbolspromoteEqInstancespromoteOrdInstancespromoteOrdInstancepromoteBoundedInstancespromoteBoundedInstancepromoteEnumInstancespromoteEnumInstancepromoteEqInstance genSingletons singletonssingletonsOnlysingEqInstancessingEqInstancesingEqInstancesOnlysingEqInstanceOnlysingDecideInstancessingDecideInstancesingOrdInstancessingOrdInstancesingBoundedInstancessingBoundedInstancesingEnumInstancessingEnumInstanceSTuple0 Tuple0Sym0 SOrderingGTSym0EQSym0LTSym0SBoolTrueSym0 FalseSym0STuple7 Tuple7Sym0 Tuple7Sym1 Tuple7Sym2 Tuple7Sym3 Tuple7Sym4 Tuple7Sym5 Tuple7Sym6 Tuple7Sym7STuple6 Tuple6Sym0 Tuple6Sym1 Tuple6Sym2 Tuple6Sym3 Tuple6Sym4 Tuple6Sym5 Tuple6Sym6STuple5 Tuple5Sym0 Tuple5Sym1 Tuple5Sym2 Tuple5Sym3 Tuple5Sym4 Tuple5Sym5STuple4 Tuple4Sym0 Tuple4Sym1 Tuple4Sym2 Tuple4Sym3 Tuple4Sym4STuple3 Tuple3Sym0 Tuple3Sym1 Tuple3Sym2 Tuple3Sym3STuple2 Tuple2Sym0 Tuple2Sym1 Tuple2Sym2 SNonEmpty:|$:|$$:|$$$SEither RightSym0 RightSym1LeftSym0LeftSym1SList:$:$$:$$$NilSym0SMaybeJustSym0JustSym1 NothingSym0Foldl FoldlSym0 FoldlSym1 FoldlSym2 FoldlSym3sFoldlBool_ Bool_Sym0 Bool_Sym1 Bool_Sym2 Bool_Sym3sBool_%$fSuppressUnusedWarnings(->)Bool_Sym2%$fSuppressUnusedWarnings(->)Bool_Sym1%$fSuppressUnusedWarnings(->)Bool_Sym0:&&:||Not Otherwise:&&$:&&$$:&&$$$:||$:||$$:||$$$NotSym0NotSym1 OtherwiseSym0 sOtherwisesNot%:||%:&&sIf#$fSuppressUnusedWarnings(->)NotSym0!$fSuppressUnusedWarnings(->):||$$ $fSuppressUnusedWarnings(->):||$!$fSuppressUnusedWarnings(->):&&$$ $fSuppressUnusedWarnings(->):&&$$!$$$$!$$$!$$!$$$$$$$$$$FoldrMap:++IdAsTypeOfConst:.FlipSeq FoldrSym0 FoldrSym1 FoldrSym2 FoldrSym3MapSym0MapSym1MapSym2:++$:++$$:++$$$IdSym0IdSym1 AsTypeOfSym0 AsTypeOfSym1 AsTypeOfSym2 ConstSym0 ConstSym1 ConstSym2:.$:.$$:.$$$:.$$$$FlipSym0FlipSym1FlipSym2FlipSym3SeqSym0SeqSym1SeqSym2sSeqsFlip%:.sConst sAsTypeOfsId%:++sMapsFoldr%$%$!:$fSuppressUnusedWarnings(->)Lambda_6989586621679278002Sym3:$fSuppressUnusedWarnings(->)Lambda_6989586621679278002Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679278002Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679278002Sym08$fSuppressUnusedWarnings(->)Let6989586621679278105GoSym38$fSuppressUnusedWarnings(->)Let6989586621679278105GoSym28$fSuppressUnusedWarnings(->)Let6989586621679278105GoSym18$fSuppressUnusedWarnings(->)Let6989586621679278105GoSym0#$fSuppressUnusedWarnings(->)SeqSym1#$fSuppressUnusedWarnings(->)SeqSym0$$fSuppressUnusedWarnings(->)FlipSym2$$fSuppressUnusedWarnings(->)FlipSym1$$fSuppressUnusedWarnings(->)FlipSym0!$fSuppressUnusedWarnings(->):.$$$ $fSuppressUnusedWarnings(->):.$$$fSuppressUnusedWarnings(->):.$%$fSuppressUnusedWarnings(->)ConstSym1%$fSuppressUnusedWarnings(->)ConstSym0($fSuppressUnusedWarnings(->)AsTypeOfSym1($fSuppressUnusedWarnings(->)AsTypeOfSym0"$fSuppressUnusedWarnings(->)IdSym0 $fSuppressUnusedWarnings(->):++$!$fSuppressUnusedWarnings(->):++$$#$fSuppressUnusedWarnings(->)MapSym0#$fSuppressUnusedWarnings(->)MapSym1%$fSuppressUnusedWarnings(->)FoldrSym2%$fSuppressUnusedWarnings(->)FoldrSym1%$fSuppressUnusedWarnings(->)FoldrSym0On:&OnSym0OnSym1OnSym2OnSym3OnSym4:&$:&$$:&$$$%:&sOn:$fSuppressUnusedWarnings(->)Lambda_6989586621679289826Sym5:$fSuppressUnusedWarnings(->)Lambda_6989586621679289826Sym4:$fSuppressUnusedWarnings(->)Lambda_6989586621679289826Sym3:$fSuppressUnusedWarnings(->)Lambda_6989586621679289826Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679289826Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679289826Sym0 $fSuppressUnusedWarnings(->):&$$$fSuppressUnusedWarnings(->):&$"$fSuppressUnusedWarnings(->)OnSym3"$fSuppressUnusedWarnings(->)OnSym2"$fSuppressUnusedWarnings(->)OnSym1"$fSuppressUnusedWarnings(->)OnSym0PEq:==:/=SEq%:==%:/=:/=$:/=$$:/=$$$:==$:==$$:==$$$!$fSuppressUnusedWarnings(->):==$$ $fSuppressUnusedWarnings(->):==$!$fSuppressUnusedWarnings(->):/=$$ $fSuppressUnusedWarnings(->):/=$$fSEq() $fSEqOrdering $fSEqBool $fSEq(,,,,,,) $fSEq(,,,,,) $fSEq(,,,,) $fSEq(,,,) $fSEq(,,)$fSEq(,) $fSEqNonEmpty $fSEqEither$fSEq[] $fSEqMaybe $fPEqMaybe$fPEq[] $fPEqEither $fPEqNonEmpty$fPEq(,) $fPEq(,,) $fPEq(,,,) $fPEq(,,,,) $fPEq(,,,,,) $fPEq(,,,,,,) $fPEqBool $fPEqOrdering$fPEq()$fTestCoercionTYPESing $fSDecideTYPE $fSEqTYPE $fPEqTYPE$fSingKindTYPE $fSingITYPEaSOrdsCompare%:<%:<=%:>%:>=sMaxsMinPOrdCompare:<:<=:>:>=MaxMinMinSym0MinSym1MinSym2MaxSym0MaxSym1MaxSym2:>=$:>=$$:>=$$$:>$:>$$:>$$$:<=$:<=$$:<=$$$:<$:<$$:<$$$ CompareSym0 CompareSym1 CompareSym2 Comparing ComparingSym0 ComparingSym1 ComparingSym2 ComparingSym3 sComparingS$fSuppressUnusedWarnings(->)Let6989586621679310791Scrutinee_6989586621679309395Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310791Scrutinee_6989586621679309395Sym07$fSuppressUnusedWarnings(->)Min_6989586621679311013Sym07$fSuppressUnusedWarnings(->)Min_6989586621679311013Sym17$fSuppressUnusedWarnings(->)Max_6989586621679310980Sym07$fSuppressUnusedWarnings(->)Max_6989586621679310980Sym1<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310947Sym0<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310947Sym1<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310914Sym0<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310914Sym1<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310881Sym0<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310881Sym1<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310848Sym0<$fSuppressUnusedWarnings(->)TFHelper_6989586621679310848Sym1;$fSuppressUnusedWarnings(->)Compare_6989586621679310815Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679310815Sym1 $fSuppressUnusedWarnings(->):<=$!$fSuppressUnusedWarnings(->):<=$$'$fSuppressUnusedWarnings(->)CompareSym0'$fSuppressUnusedWarnings(->)CompareSym1#$fSuppressUnusedWarnings(->)MinSym1#$fSuppressUnusedWarnings(->)MinSym0#$fSuppressUnusedWarnings(->)MaxSym1#$fSuppressUnusedWarnings(->)MaxSym0!$fSuppressUnusedWarnings(->):>=$$ $fSuppressUnusedWarnings(->):>=$ $fSuppressUnusedWarnings(->):>$$$fSuppressUnusedWarnings(->):>$S$fSuppressUnusedWarnings(->)Let6989586621679311000Scrutinee_6989586621679309409Sym1S$fSuppressUnusedWarnings(->)Let6989586621679311000Scrutinee_6989586621679309409Sym0S$fSuppressUnusedWarnings(->)Let6989586621679310967Scrutinee_6989586621679309407Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310967Scrutinee_6989586621679309407Sym0S$fSuppressUnusedWarnings(->)Let6989586621679310801Scrutinee_6989586621679309397Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310801Scrutinee_6989586621679309397Sym0 $fSuppressUnusedWarnings(->):<$$$fSuppressUnusedWarnings(->):<$S$fSuppressUnusedWarnings(->)Let6989586621679310934Scrutinee_6989586621679309405Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310934Scrutinee_6989586621679309405Sym0S$fSuppressUnusedWarnings(->)Let6989586621679310901Scrutinee_6989586621679309403Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310901Scrutinee_6989586621679309403Sym0S$fSuppressUnusedWarnings(->)Let6989586621679310868Scrutinee_6989586621679309401Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310868Scrutinee_6989586621679309401Sym0S$fSuppressUnusedWarnings(->)Let6989586621679310835Scrutinee_6989586621679309399Sym1S$fSuppressUnusedWarnings(->)Let6989586621679310835Scrutinee_6989586621679309399Sym0)$fSuppressUnusedWarnings(->)ComparingSym2)$fSuppressUnusedWarnings(->)ComparingSym1)$fSuppressUnusedWarnings(->)ComparingSym0ThenCmp ThenCmpSym0 ThenCmpSym1 ThenCmpSym2sThenCmp'$fSuppressUnusedWarnings(->)ThenCmpSym1'$fSuppressUnusedWarnings(->)ThenCmpSym0$fSOrd()$fSOrdOrdering $fSOrdBool$fSOrd(,,,,,,) $fSOrd(,,,,,) $fSOrd(,,,,) $fSOrd(,,,) $fSOrd(,,) $fSOrd(,)$fSOrdNonEmpty $fSOrdEither$fSOrd[] $fSOrdMaybe;$fSuppressUnusedWarnings(->)Compare_6989586621679317951Sym1 $fPOrdMaybe;$fSuppressUnusedWarnings(->)Compare_6989586621679317951Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679317997Sym1$fPOrd[];$fSuppressUnusedWarnings(->)Compare_6989586621679317997Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318045Sym1 $fPOrdEither;$fSuppressUnusedWarnings(->)Compare_6989586621679318045Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318081Sym1$fPOrdNonEmpty;$fSuppressUnusedWarnings(->)Compare_6989586621679318081Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318117Sym1 $fPOrd(,);$fSuppressUnusedWarnings(->)Compare_6989586621679318117Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318159Sym1 $fPOrd(,,);$fSuppressUnusedWarnings(->)Compare_6989586621679318159Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318209Sym1 $fPOrd(,,,);$fSuppressUnusedWarnings(->)Compare_6989586621679318209Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318267Sym1 $fPOrd(,,,,);$fSuppressUnusedWarnings(->)Compare_6989586621679318267Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318333Sym1 $fPOrd(,,,,,);$fSuppressUnusedWarnings(->)Compare_6989586621679318333Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318407Sym1$fPOrd(,,,,,,);$fSuppressUnusedWarnings(->)Compare_6989586621679318407Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318441Sym1 $fPOrdBool;$fSuppressUnusedWarnings(->)Compare_6989586621679318441Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318461Sym1$fPOrdOrdering;$fSuppressUnusedWarnings(->)Compare_6989586621679318461Sym0;$fSuppressUnusedWarnings(->)Compare_6989586621679318481Sym1$fPOrd();$fSuppressUnusedWarnings(->)Compare_6989586621679318481Sym0ErrorSSymbolSNat withKnownNatwithKnownSymbol:^ ErrorSym0 ErrorSym1sError:^$:^$$:^$$$SNum%:+%:-%:*sNegatesAbssSignum sFromIntegerPNum:+:-:*NegateAbsSignum FromIntegerFromIntegerSym0FromIntegerSym1 SignumSym0 SignumSym1AbsSym0AbsSym1 NegateSym0 NegateSym1:*$:*$$:*$$$:-$:-$$:-$$$:+$:+$$:+$$$:$fSuppressUnusedWarnings(->)Negate_6989586621679407351Sym0<$fSuppressUnusedWarnings(->)TFHelper_6989586621679407336Sym0<$fSuppressUnusedWarnings(->)TFHelper_6989586621679407336Sym1&$fSuppressUnusedWarnings(->)NegateSym0$fSuppressUnusedWarnings(->):-$ $fSuppressUnusedWarnings(->):-$$$fSuppressUnusedWarnings(->):+$ $fSuppressUnusedWarnings(->):+$$+$fSuppressUnusedWarnings(->)FromIntegerSym0&$fSuppressUnusedWarnings(->)SignumSym0#$fSuppressUnusedWarnings(->)AbsSym0 $fSuppressUnusedWarnings(->):*$$$fSuppressUnusedWarnings(->):*$ $fSNumNat $fPNumNatSubtract SubtractSym0 SubtractSym1 SubtractSym2 sSubtract($fSuppressUnusedWarnings(->)SubtractSym1($fSuppressUnusedWarnings(->)SubtractSym0 $fOrdSymbol $fEqSymbol$fOrdNat$fEqNat$fNumNatKnownSymbolSym0KnownSymbolSym1 KnownNatSym0 KnownNatSym1($fSuppressUnusedWarnings(->)KnownNatSym0+$fSuppressUnusedWarnings(->)KnownSymbolSym0casessCasesUncurryFstSndCurrySwap UncurrySym0 UncurrySym1 UncurrySym2FstSym0FstSym1SndSym0SndSym1 CurrySym0 CurrySym1 CurrySym2 CurrySym3SwapSym0SwapSym1sSwapsCurrysSndsFstsUncurry$$fSuppressUnusedWarnings(->)SwapSym0%$fSuppressUnusedWarnings(->)CurrySym2%$fSuppressUnusedWarnings(->)CurrySym1%$fSuppressUnusedWarnings(->)CurrySym0#$fSuppressUnusedWarnings(->)SndSym0#$fSuppressUnusedWarnings(->)FstSym0'$fSuppressUnusedWarnings(->)UncurrySym1'$fSuppressUnusedWarnings(->)UncurrySym0Maybe_ Maybe_Sym0 Maybe_Sym1 Maybe_Sym2 Maybe_Sym3sMaybe_&$fSuppressUnusedWarnings(->)Maybe_Sym2&$fSuppressUnusedWarnings(->)Maybe_Sym1&$fSuppressUnusedWarnings(->)Maybe_Sym0IsJust IsNothingFromJust FromMaybe MaybeToList ListToMaybe CatMaybesMapMaybe IsJustSym0 IsJustSym1 IsNothingSym0 IsNothingSym1 FromJustSym0 FromJustSym1 FromMaybeSym0 FromMaybeSym1 FromMaybeSym2MaybeToListSym0MaybeToListSym1ListToMaybeSym0ListToMaybeSym1 CatMaybesSym0 CatMaybesSym1 MapMaybeSym0 MapMaybeSym1 MapMaybeSym2 sMapMaybe sCatMaybes sListToMaybe sMaybeToList sFromMaybe sFromJust sIsNothingsIsJustS$fSuppressUnusedWarnings(->)Let6989586621679424377Scrutinee_6989586621679424347Sym2S$fSuppressUnusedWarnings(->)Let6989586621679424377Scrutinee_6989586621679424347Sym1S$fSuppressUnusedWarnings(->)Let6989586621679424377Scrutinee_6989586621679424347Sym0($fSuppressUnusedWarnings(->)MapMaybeSym0($fSuppressUnusedWarnings(->)MapMaybeSym18$fSuppressUnusedWarnings(->)Let6989586621679424364RsSym28$fSuppressUnusedWarnings(->)Let6989586621679424364RsSym18$fSuppressUnusedWarnings(->)Let6989586621679424364RsSym0)$fSuppressUnusedWarnings(->)CatMaybesSym0+$fSuppressUnusedWarnings(->)ListToMaybeSym0+$fSuppressUnusedWarnings(->)MaybeToListSym0)$fSuppressUnusedWarnings(->)FromMaybeSym1)$fSuppressUnusedWarnings(->)FromMaybeSym0($fSuppressUnusedWarnings(->)FromJustSym0)$fSuppressUnusedWarnings(->)IsNothingSym0&$fSuppressUnusedWarnings(->)IsJustSym0Either_ Either_Sym0 Either_Sym1 Either_Sym2 Either_Sym3sEither_'$fSuppressUnusedWarnings(->)Either_Sym2'$fSuppressUnusedWarnings(->)Either_Sym1'$fSuppressUnusedWarnings(->)Either_Sym0LeftsRightsPartitionEithersIsLeftIsRight LeftsSym0 LeftsSym1 RightsSym0 RightsSym1 IsLeftSym0 IsLeftSym1 IsRightSym0 IsRightSym1sIsRightsIsLeftsPartitionEitherssRightssLefts;$fSuppressUnusedWarnings(->)Let6989586621679434216RightSym2;$fSuppressUnusedWarnings(->)Let6989586621679434216RightSym1;$fSuppressUnusedWarnings(->)Let6989586621679434216RightSym0:$fSuppressUnusedWarnings(->)Let6989586621679434216LeftSym2:$fSuppressUnusedWarnings(->)Let6989586621679434216LeftSym1:$fSuppressUnusedWarnings(->)Let6989586621679434216LeftSym0'$fSuppressUnusedWarnings(->)IsRightSym0&$fSuppressUnusedWarnings(->)IsLeftSym00$fSuppressUnusedWarnings(->)PartitionEithersSym0&$fSuppressUnusedWarnings(->)RightsSym0%$fSuppressUnusedWarnings(->)LeftsSym0Until UntilSym0 UntilSym1 UntilSym2 UntilSym38$fSuppressUnusedWarnings(->)Let6989586621679442469GoSym38$fSuppressUnusedWarnings(->)Let6989586621679442469GoSym28$fSuppressUnusedWarnings(->)Let6989586621679442469GoSym18$fSuppressUnusedWarnings(->)Let6989586621679442469GoSym0%$fSuppressUnusedWarnings(->)UntilSym2%$fSuppressUnusedWarnings(->)UntilSym1%$fSuppressUnusedWarnings(->)UntilSym0Any_Any_Sym0Any_Sym1Any_Sym2sAny_$$fSuppressUnusedWarnings(->)Any_Sym0$$fSuppressUnusedWarnings(->)Any_Sym1 TransposeHeadLastTailInit DropWhileEndNull IsSuffixOfReverse Intercalate Intersperse Subsequences PermutationsFoldl1'Foldl'MinimumMaximum MinimumBy MaximumByFoldl1Foldr1Concat ConcatMapAndOrAllScanl1ScanlScanrScanr1 MapAccumL MapAccumRUnfoldrInits IsInfixOfTails IsPrefixOfNubElemNotElem ElemIndex FindIndex ElemIndices FindIndicesZipZip3ZipWithZipWith3UnzipUnzip3Unzip4Unzip5Unzip6Unzip7:\\DeleteUnionUnionByDeleteFirstsByDeleteBySortSortByInsertInsertBy Intersect IntersectByFindFilter TakeWhile DropWhileGroupGroupBySpanBreakSplitAtTakeDropLookup PartitionSumProductLength Replicate:!!NubBy GenericLength TransposeSym0 TransposeSym1HeadSym0HeadSym1LastSym0LastSym1TailSym0TailSym1InitSym0InitSym1DropWhileEndSym0DropWhileEndSym1DropWhileEndSym2NullSym0NullSym1IsSuffixOfSym0IsSuffixOfSym1IsSuffixOfSym2 ReverseSym0 ReverseSym1IntercalateSym0IntercalateSym1IntercalateSym2IntersperseSym0IntersperseSym1IntersperseSym2SubsequencesSym0SubsequencesSym1PermutationsSym0PermutationsSym1 Foldl1'Sym0 Foldl1'Sym1 Foldl1'Sym2 Foldl'Sym0 Foldl'Sym1 Foldl'Sym2 Foldl'Sym3 MinimumSym0 MinimumSym1 MaximumSym0 MaximumSym1 MinimumBySym0 MinimumBySym1 MinimumBySym2 MaximumBySym0 MaximumBySym1 MaximumBySym2 Foldl1Sym0 Foldl1Sym1 Foldl1Sym2 Foldr1Sym0 Foldr1Sym1 Foldr1Sym2 ConcatSym0 ConcatSym1 ConcatMapSym0 ConcatMapSym1 ConcatMapSym2AndSym0AndSym1OrSym0OrSym1AllSym0AllSym1AllSym2 Scanl1Sym0 Scanl1Sym1 Scanl1Sym2 ScanlSym0 ScanlSym1 ScanlSym2 ScanlSym3 ScanrSym0 ScanrSym1 ScanrSym2 ScanrSym3 Scanr1Sym0 Scanr1Sym1 Scanr1Sym2 MapAccumLSym0 MapAccumLSym1 MapAccumLSym2 MapAccumLSym3 MapAccumRSym0 MapAccumRSym1 MapAccumRSym2 MapAccumRSym3 UnfoldrSym0 UnfoldrSym1 UnfoldrSym2 InitsSym0 InitsSym1 IsInfixOfSym0 IsInfixOfSym1 IsInfixOfSym2 TailsSym0 TailsSym1IsPrefixOfSym0IsPrefixOfSym1IsPrefixOfSym2NubSym0NubSym1ElemSym0ElemSym1ElemSym2 NotElemSym0 NotElemSym1 NotElemSym2 ElemIndexSym0 ElemIndexSym1 ElemIndexSym2 FindIndexSym0 FindIndexSym1 FindIndexSym2ElemIndicesSym0ElemIndicesSym1ElemIndicesSym2FindIndicesSym0FindIndicesSym1FindIndicesSym2ZipSym0ZipSym1ZipSym2Zip3Sym0Zip3Sym1Zip3Sym2Zip3Sym3 ZipWithSym0 ZipWithSym1 ZipWithSym2 ZipWithSym3 ZipWith3Sym0 ZipWith3Sym1 ZipWith3Sym2 ZipWith3Sym3 ZipWith3Sym4 UnzipSym0 UnzipSym1 Unzip3Sym0 Unzip3Sym1 Unzip4Sym0 Unzip4Sym1 Unzip5Sym0 Unzip5Sym1 Unzip6Sym0 Unzip6Sym1 Unzip7Sym0 Unzip7Sym1:\\$:\\$$:\\$$$ DeleteSym0 DeleteSym1 DeleteSym2 UnionSym0 UnionSym1 UnionSym2 UnionBySym0 UnionBySym1 UnionBySym2 UnionBySym3DeleteFirstsBySym0DeleteFirstsBySym1DeleteFirstsBySym2DeleteFirstsBySym3 DeleteBySym0 DeleteBySym1 DeleteBySym2 DeleteBySym3SortSym0SortSym1 SortBySym0 SortBySym1 SortBySym2 InsertSym0 InsertSym1 InsertSym2 InsertBySym0 InsertBySym1 InsertBySym2 InsertBySym3 IntersectSym0 IntersectSym1 IntersectSym2IntersectBySym0IntersectBySym1IntersectBySym2IntersectBySym3FindSym0FindSym1FindSym2 FilterSym0 FilterSym1 FilterSym2 TakeWhileSym0 TakeWhileSym1 TakeWhileSym2 DropWhileSym0 DropWhileSym1 DropWhileSym2 GroupSym0 GroupSym1 GroupBySym0 GroupBySym1 GroupBySym2SpanSym0SpanSym1SpanSym2 BreakSym0 BreakSym1 BreakSym2 SplitAtSym0 SplitAtSym1 SplitAtSym2TakeSym0TakeSym1TakeSym2DropSym0DropSym1DropSym2 LookupSym0 LookupSym1 LookupSym2 PartitionSym0 PartitionSym1 PartitionSym2SumSym0SumSym1 ProductSym0 ProductSym1 LengthSym0 LengthSym1 ReplicateSym0 ReplicateSym1 ReplicateSym2:!!$:!!$$:!!$$$ NubBySym0 NubBySym1 NubBySym2GenericLengthSym0GenericLengthSym1sGenericLengthsNubBy%:!! sReplicatesLengthsProductsSum sPartitionsLookupsDropsTakesSplitAtsBreaksSpansGroupBysGroup sDropWhile sTakeWhilesFiltersFind sIntersectBy sIntersect sInsertBysInsertsSortBysSort sDeleteBysDeleteFirstsBysUnionBysUnionsDelete%:\\sUnzip7sUnzip6sUnzip5sUnzip4sUnzip3sUnzip sZipWith3sZipWithsZip3sZip sFindIndices sElemIndices sFindIndex sElemIndexsNotElemsElemsNub sIsPrefixOfsTails sIsInfixOfsInitssUnfoldr sMapAccumR sMapAccumLsScanr1sScanrsScanlsScanl1sAllsOrsAnd sConcatMapsConcatsFoldr1sFoldl1 sMaximumBy sMinimumBysMaximumsMinimumsFoldl'sFoldl1' sPermutations sSubsequences sIntersperse sIntercalatesReverse sIsSuffixOfsNull sDropWhileEndsInitsTailsLastsHead sTransposeS$fSuppressUnusedWarnings(->)Let6989586621679455665Scrutinee_6989586621679455505Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455665Scrutinee_6989586621679455505Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455665Scrutinee_6989586621679455505Sym0S$fSuppressUnusedWarnings(->)Let6989586621679455692Scrutinee_6989586621679455503Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455692Scrutinee_6989586621679455503Sym0:$fSuppressUnusedWarnings(->)Let6989586621679455716ProdSym1:$fSuppressUnusedWarnings(->)Let6989586621679455716ProdSym2:$fSuppressUnusedWarnings(->)Let6989586621679455716ProdSym0:$fSuppressUnusedWarnings(->)Let6989586621679455740Sum'Sym1:$fSuppressUnusedWarnings(->)Let6989586621679455740Sum'Sym2:$fSuppressUnusedWarnings(->)Let6989586621679455740Sum'Sym0S$fSuppressUnusedWarnings(->)Let6989586621679455778Scrutinee_6989586621679455501Sym3S$fSuppressUnusedWarnings(->)Let6989586621679455778Scrutinee_6989586621679455501Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455778Scrutinee_6989586621679455501Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455778Scrutinee_6989586621679455501Sym0S$fSuppressUnusedWarnings(->)Let6989586621679455825Scrutinee_6989586621679455499Sym3S$fSuppressUnusedWarnings(->)Let6989586621679455825Scrutinee_6989586621679455499Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455825Scrutinee_6989586621679455499Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455825Scrutinee_6989586621679455499Sym0S$fSuppressUnusedWarnings(->)Let6989586621679455862Scrutinee_6989586621679455489Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455862Scrutinee_6989586621679455489Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455862Scrutinee_6989586621679455489Sym0S$fSuppressUnusedWarnings(->)Let6989586621679455893Scrutinee_6989586621679455487Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455893Scrutinee_6989586621679455487Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455893Scrutinee_6989586621679455487Sym08$fSuppressUnusedWarnings(->)Let6989586621679455936XsSym28$fSuppressUnusedWarnings(->)Let6989586621679455936XsSym18$fSuppressUnusedWarnings(->)Let6989586621679455936XsSym0S$fSuppressUnusedWarnings(->)Let6989586621679455949Scrutinee_6989586621679455485Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455949Scrutinee_6989586621679455485Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455949Scrutinee_6989586621679455485Sym08$fSuppressUnusedWarnings(->)Let6989586621679456038XsSym28$fSuppressUnusedWarnings(->)Let6989586621679456038XsSym18$fSuppressUnusedWarnings(->)Let6989586621679456038XsSym0S$fSuppressUnusedWarnings(->)Let6989586621679456051Scrutinee_6989586621679455483Sym2S$fSuppressUnusedWarnings(->)Let6989586621679456051Scrutinee_6989586621679455483Sym1S$fSuppressUnusedWarnings(->)Let6989586621679456051Scrutinee_6989586621679455483Sym08$fSuppressUnusedWarnings(->)Let6989586621679456216XsSym28$fSuppressUnusedWarnings(->)Let6989586621679456216XsSym18$fSuppressUnusedWarnings(->)Let6989586621679456216XsSym0S$fSuppressUnusedWarnings(->)Let6989586621679456229Scrutinee_6989586621679455479Sym2S$fSuppressUnusedWarnings(->)Let6989586621679456229Scrutinee_6989586621679455479Sym1S$fSuppressUnusedWarnings(->)Let6989586621679456229Scrutinee_6989586621679455479Sym0S$fSuppressUnusedWarnings(->)Let6989586621679456260Scrutinee_6989586621679455477Sym2S$fSuppressUnusedWarnings(->)Let6989586621679456260Scrutinee_6989586621679455477Sym1S$fSuppressUnusedWarnings(->)Let6989586621679456260Scrutinee_6989586621679455477Sym0S$fSuppressUnusedWarnings(->)Let6989586621679456289Scrutinee_6989586621679455465Sym2S$fSuppressUnusedWarnings(->)Let6989586621679456289Scrutinee_6989586621679455465Sym1S$fSuppressUnusedWarnings(->)Let6989586621679456289Scrutinee_6989586621679455465Sym08$fSuppressUnusedWarnings(->)Let6989586621679456359XsSym48$fSuppressUnusedWarnings(->)Let6989586621679456359XsSym38$fSuppressUnusedWarnings(->)Let6989586621679456359XsSym28$fSuppressUnusedWarnings(->)Let6989586621679456359XsSym18$fSuppressUnusedWarnings(->)Let6989586621679456359XsSym08$fSuppressUnusedWarnings(->)Let6989586621679456359YsSym48$fSuppressUnusedWarnings(->)Let6989586621679456359YsSym38$fSuppressUnusedWarnings(->)Let6989586621679456359YsSym28$fSuppressUnusedWarnings(->)Let6989586621679456359YsSym18$fSuppressUnusedWarnings(->)Let6989586621679456359YsSym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456410Sym5:$fSuppressUnusedWarnings(->)Lambda_6989586621679456410Sym4:$fSuppressUnusedWarnings(->)Lambda_6989586621679456410Sym3:$fSuppressUnusedWarnings(->)Lambda_6989586621679456410Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456410Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456410Sym08$fSuppressUnusedWarnings(->)Let6989586621679456485YsSym38$fSuppressUnusedWarnings(->)Let6989586621679456485YsSym28$fSuppressUnusedWarnings(->)Let6989586621679456485YsSym18$fSuppressUnusedWarnings(->)Let6989586621679456485YsSym0S$fSuppressUnusedWarnings(->)Let6989586621679456504Scrutinee_6989586621679455451Sym3S$fSuppressUnusedWarnings(->)Let6989586621679456504Scrutinee_6989586621679455451Sym2S$fSuppressUnusedWarnings(->)Let6989586621679456504Scrutinee_6989586621679455451Sym1S$fSuppressUnusedWarnings(->)Let6989586621679456504Scrutinee_6989586621679455451Sym0S$fSuppressUnusedWarnings(->)Let6989586621679456582Scrutinee_6989586621679455449Sym3S$fSuppressUnusedWarnings(->)Let6989586621679456582Scrutinee_6989586621679455449Sym2S$fSuppressUnusedWarnings(->)Let6989586621679456582Scrutinee_6989586621679455449Sym1S$fSuppressUnusedWarnings(->)Let6989586621679456582Scrutinee_6989586621679455449Sym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456694Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456694Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456694Sym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456734Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456734Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456734Sym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456772Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456772Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456772Sym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456808Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456808Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456808Sym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456842Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456842Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456842Sym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679456874Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679456874Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679456874Sym0?$fSuppressUnusedWarnings(->)Let6989586621679457155BuildListSym2?$fSuppressUnusedWarnings(->)Let6989586621679457155BuildListSym3?$fSuppressUnusedWarnings(->)Let6989586621679457155BuildListSym1?$fSuppressUnusedWarnings(->)Let6989586621679457155BuildListSym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679457184Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679457184Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679457184Sym0S$fSuppressUnusedWarnings(->)Let6989586621679457393Scrutinee_6989586621679455423Sym1S$fSuppressUnusedWarnings(->)Let6989586621679457393Scrutinee_6989586621679455423Sym07$fSuppressUnusedWarnings(->)Let6989586621679457601YSym37$fSuppressUnusedWarnings(->)Let6989586621679457601YSym27$fSuppressUnusedWarnings(->)Let6989586621679457601YSym17$fSuppressUnusedWarnings(->)Let6989586621679457601YSym08$fSuppressUnusedWarnings(->)Let6989586621679457601S'Sym38$fSuppressUnusedWarnings(->)Let6989586621679457601S'Sym28$fSuppressUnusedWarnings(->)Let6989586621679457601S'Sym18$fSuppressUnusedWarnings(->)Let6989586621679457601S'Sym0K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457602Sym3K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457602Sym2K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457602Sym1K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457602Sym08$fSuppressUnusedWarnings(->)Let6989586621679457770XsSym38$fSuppressUnusedWarnings(->)Let6989586621679457770XsSym28$fSuppressUnusedWarnings(->)Let6989586621679457770XsSym18$fSuppressUnusedWarnings(->)Let6989586621679457770XsSym08$fSuppressUnusedWarnings(->)Let6989586621679457962XsSym38$fSuppressUnusedWarnings(->)Let6989586621679457962XsSym28$fSuppressUnusedWarnings(->)Let6989586621679457962XsSym18$fSuppressUnusedWarnings(->)Let6989586621679457962XsSym08$fSuppressUnusedWarnings(->)Let6989586621679458014XsSym28$fSuppressUnusedWarnings(->)Let6989586621679458014XsSym18$fSuppressUnusedWarnings(->)Let6989586621679458014XsSym0S$fSuppressUnusedWarnings(->)Let6989586621679458057Scrutinee_6989586621679455453Sym4S$fSuppressUnusedWarnings(->)Let6989586621679458057Scrutinee_6989586621679455453Sym3S$fSuppressUnusedWarnings(->)Let6989586621679458057Scrutinee_6989586621679455453Sym2S$fSuppressUnusedWarnings(->)Let6989586621679458057Scrutinee_6989586621679455453Sym1S$fSuppressUnusedWarnings(->)Let6989586621679458057Scrutinee_6989586621679455453Sym0;$fSuppressUnusedWarnings(->)Let6989586621679458027MaxBySym4;$fSuppressUnusedWarnings(->)Let6989586621679458027MaxBySym3;$fSuppressUnusedWarnings(->)Let6989586621679458027MaxBySym2;$fSuppressUnusedWarnings(->)Let6989586621679458027MaxBySym1;$fSuppressUnusedWarnings(->)Let6989586621679458027MaxBySym08$fSuppressUnusedWarnings(->)Let6989586621679458101XsSym28$fSuppressUnusedWarnings(->)Let6989586621679458101XsSym18$fSuppressUnusedWarnings(->)Let6989586621679458101XsSym0S$fSuppressUnusedWarnings(->)Let6989586621679458144Scrutinee_6989586621679455459Sym4S$fSuppressUnusedWarnings(->)Let6989586621679458144Scrutinee_6989586621679455459Sym3S$fSuppressUnusedWarnings(->)Let6989586621679458144Scrutinee_6989586621679455459Sym2S$fSuppressUnusedWarnings(->)Let6989586621679458144Scrutinee_6989586621679455459Sym1S$fSuppressUnusedWarnings(->)Let6989586621679458144Scrutinee_6989586621679455459Sym0;$fSuppressUnusedWarnings(->)Let6989586621679458114MinBySym4;$fSuppressUnusedWarnings(->)Let6989586621679458114MinBySym3;$fSuppressUnusedWarnings(->)Let6989586621679458114MinBySym2;$fSuppressUnusedWarnings(->)Let6989586621679458114MinBySym1;$fSuppressUnusedWarnings(->)Let6989586621679458114MinBySym08$fSuppressUnusedWarnings(->)Let6989586621679458179XsSym18$fSuppressUnusedWarnings(->)Let6989586621679458179XsSym08$fSuppressUnusedWarnings(->)Let6989586621679458193XsSym18$fSuppressUnusedWarnings(->)Let6989586621679458193XsSym08$fSuppressUnusedWarnings(->)Let6989586621679458251Z'Sym58$fSuppressUnusedWarnings(->)Let6989586621679458251Z'Sym48$fSuppressUnusedWarnings(->)Let6989586621679458251Z'Sym38$fSuppressUnusedWarnings(->)Let6989586621679458251Z'Sym28$fSuppressUnusedWarnings(->)Let6989586621679458251Z'Sym18$fSuppressUnusedWarnings(->)Let6989586621679458251Z'Sym09$fSuppressUnusedWarnings(->)Let6989586621679458219LgoSym39$fSuppressUnusedWarnings(->)Let6989586621679458219LgoSym49$fSuppressUnusedWarnings(->)Let6989586621679458219LgoSym29$fSuppressUnusedWarnings(->)Let6989586621679458219LgoSym19$fSuppressUnusedWarnings(->)Let6989586621679458219LgoSym0A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym4A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym5A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym6A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym3A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym2A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym1A$fSuppressUnusedWarnings(->)Let6989586621679458326Interleave'Sym08$fSuppressUnusedWarnings(->)Let6989586621679458594ZsSym58$fSuppressUnusedWarnings(->)Let6989586621679458594ZsSym48$fSuppressUnusedWarnings(->)Let6989586621679458594ZsSym38$fSuppressUnusedWarnings(->)Let6989586621679458594ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679458594ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679458594ZsSym0K$fSuppressUnusedWarnings(->)Let6989586621679458594X_6989586621679458595Sym5K$fSuppressUnusedWarnings(->)Let6989586621679458594X_6989586621679458595Sym4K$fSuppressUnusedWarnings(->)Let6989586621679458594X_6989586621679458595Sym3K$fSuppressUnusedWarnings(->)Let6989586621679458594X_6989586621679458595Sym2K$fSuppressUnusedWarnings(->)Let6989586621679458594X_6989586621679458595Sym1K$fSuppressUnusedWarnings(->)Let6989586621679458594X_6989586621679458595Sym08$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym78$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym68$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym58$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym48$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym38$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679458380ZsSym08$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym78$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym68$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym58$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym48$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym38$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym28$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym18$fSuppressUnusedWarnings(->)Let6989586621679458380UsSym0K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym7K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym6K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym5K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym4K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym3K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym2K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym1K$fSuppressUnusedWarnings(->)Let6989586621679458380X_6989586621679458381Sym0@$fSuppressUnusedWarnings(->)Let6989586621679458326InterleaveSym5@$fSuppressUnusedWarnings(->)Let6989586621679458326InterleaveSym4@$fSuppressUnusedWarnings(->)Let6989586621679458326InterleaveSym3@$fSuppressUnusedWarnings(->)Let6989586621679458326InterleaveSym2@$fSuppressUnusedWarnings(->)Let6989586621679458326InterleaveSym1@$fSuppressUnusedWarnings(->)Let6989586621679458326InterleaveSym07$fSuppressUnusedWarnings(->)Let6989586621679458693FSym37$fSuppressUnusedWarnings(->)Let6989586621679458693FSym27$fSuppressUnusedWarnings(->)Let6989586621679458693FSym17$fSuppressUnusedWarnings(->)Let6989586621679458693FSym09$fSuppressUnusedWarnings(->)Let6989586621679458752RevSym19$fSuppressUnusedWarnings(->)Let6989586621679458752RevSym29$fSuppressUnusedWarnings(->)Let6989586621679458752RevSym0;$fSuppressUnusedWarnings(->)Let6989586621679458857Init'Sym2;$fSuppressUnusedWarnings(->)Let6989586621679458857Init'Sym3;$fSuppressUnusedWarnings(->)Let6989586621679458857Init'Sym1;$fSuppressUnusedWarnings(->)Let6989586621679458857Init'Sym0-$fSuppressUnusedWarnings(->)GenericLengthSym0'$fSuppressUnusedWarnings(->)Elem_bySym0'$fSuppressUnusedWarnings(->)Elem_bySym1'$fSuppressUnusedWarnings(->)Elem_bySym2<$fSuppressUnusedWarnings(->)Let6989586621679455594NubBy'Sym2<$fSuppressUnusedWarnings(->)Let6989586621679455594NubBy'Sym3<$fSuppressUnusedWarnings(->)Let6989586621679455594NubBy'Sym1<$fSuppressUnusedWarnings(->)Let6989586621679455594NubBy'Sym0S$fSuppressUnusedWarnings(->)Let6989586621679455621Scrutinee_6989586621679455509Sym4S$fSuppressUnusedWarnings(->)Let6989586621679455621Scrutinee_6989586621679455509Sym3S$fSuppressUnusedWarnings(->)Let6989586621679455621Scrutinee_6989586621679455509Sym2S$fSuppressUnusedWarnings(->)Let6989586621679455621Scrutinee_6989586621679455509Sym1S$fSuppressUnusedWarnings(->)Let6989586621679455621Scrutinee_6989586621679455509Sym0%$fSuppressUnusedWarnings(->)NubBySym1%$fSuppressUnusedWarnings(->)NubBySym0 $fSuppressUnusedWarnings(->):!!$!$fSuppressUnusedWarnings(->):!!$$)$fSuppressUnusedWarnings(->)ReplicateSym0)$fSuppressUnusedWarnings(->)ReplicateSym1&$fSuppressUnusedWarnings(->)LengthSym0'$fSuppressUnusedWarnings(->)ProductSym0#$fSuppressUnusedWarnings(->)SumSym0&$fSuppressUnusedWarnings(->)SelectSym2&$fSuppressUnusedWarnings(->)SelectSym1&$fSuppressUnusedWarnings(->)SelectSym0)$fSuppressUnusedWarnings(->)PartitionSym1)$fSuppressUnusedWarnings(->)PartitionSym0&$fSuppressUnusedWarnings(->)LookupSym0&$fSuppressUnusedWarnings(->)LookupSym1$$fSuppressUnusedWarnings(->)DropSym0$$fSuppressUnusedWarnings(->)DropSym1$$fSuppressUnusedWarnings(->)TakeSym0$$fSuppressUnusedWarnings(->)TakeSym1'$fSuppressUnusedWarnings(->)SplitAtSym1'$fSuppressUnusedWarnings(->)SplitAtSym0%$fSuppressUnusedWarnings(->)BreakSym0%$fSuppressUnusedWarnings(->)BreakSym18$fSuppressUnusedWarnings(->)Let6989586621679455964ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679455964ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679455964ZsSym08$fSuppressUnusedWarnings(->)Let6989586621679455964YsSym28$fSuppressUnusedWarnings(->)Let6989586621679455964YsSym18$fSuppressUnusedWarnings(->)Let6989586621679455964YsSym0K$fSuppressUnusedWarnings(->)Let6989586621679455964X_6989586621679455965Sym2K$fSuppressUnusedWarnings(->)Let6989586621679455964X_6989586621679455965Sym1K$fSuppressUnusedWarnings(->)Let6989586621679455964X_6989586621679455965Sym0$$fSuppressUnusedWarnings(->)SpanSym0$$fSuppressUnusedWarnings(->)SpanSym18$fSuppressUnusedWarnings(->)Let6989586621679456139ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679456139ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679456139ZsSym08$fSuppressUnusedWarnings(->)Let6989586621679456139YsSym28$fSuppressUnusedWarnings(->)Let6989586621679456139YsSym18$fSuppressUnusedWarnings(->)Let6989586621679456139YsSym0K$fSuppressUnusedWarnings(->)Let6989586621679456139X_6989586621679456140Sym2K$fSuppressUnusedWarnings(->)Let6989586621679456139X_6989586621679456140Sym1K$fSuppressUnusedWarnings(->)Let6989586621679456139X_6989586621679456140Sym08$fSuppressUnusedWarnings(->)Let6989586621679456066ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679456066ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679456066ZsSym08$fSuppressUnusedWarnings(->)Let6989586621679456066YsSym28$fSuppressUnusedWarnings(->)Let6989586621679456066YsSym18$fSuppressUnusedWarnings(->)Let6989586621679456066YsSym0K$fSuppressUnusedWarnings(->)Let6989586621679456066X_6989586621679456067Sym2K$fSuppressUnusedWarnings(->)Let6989586621679456066X_6989586621679456067Sym1K$fSuppressUnusedWarnings(->)Let6989586621679456066X_6989586621679456067Sym0'$fSuppressUnusedWarnings(->)GroupBySym0'$fSuppressUnusedWarnings(->)GroupBySym1%$fSuppressUnusedWarnings(->)GroupSym0)$fSuppressUnusedWarnings(->)DropWhileSym0)$fSuppressUnusedWarnings(->)DropWhileSym1)$fSuppressUnusedWarnings(->)TakeWhileSym0)$fSuppressUnusedWarnings(->)TakeWhileSym1&$fSuppressUnusedWarnings(->)FilterSym0&$fSuppressUnusedWarnings(->)FilterSym1$$fSuppressUnusedWarnings(->)FindSym1$$fSuppressUnusedWarnings(->)FindSym0+$fSuppressUnusedWarnings(->)IntersectBySym2+$fSuppressUnusedWarnings(->)IntersectBySym1+$fSuppressUnusedWarnings(->)IntersectBySym0)$fSuppressUnusedWarnings(->)IntersectSym1)$fSuppressUnusedWarnings(->)IntersectSym0($fSuppressUnusedWarnings(->)InsertBySym0($fSuppressUnusedWarnings(->)InsertBySym1($fSuppressUnusedWarnings(->)InsertBySym2&$fSuppressUnusedWarnings(->)InsertSym1&$fSuppressUnusedWarnings(->)InsertSym0&$fSuppressUnusedWarnings(->)SortBySym1&$fSuppressUnusedWarnings(->)SortBySym0$$fSuppressUnusedWarnings(->)SortSym0($fSuppressUnusedWarnings(->)DeleteBySym0($fSuppressUnusedWarnings(->)DeleteBySym1($fSuppressUnusedWarnings(->)DeleteBySym2.$fSuppressUnusedWarnings(->)DeleteFirstsBySym2.$fSuppressUnusedWarnings(->)DeleteFirstsBySym1.$fSuppressUnusedWarnings(->)DeleteFirstsBySym0'$fSuppressUnusedWarnings(->)UnionBySym2'$fSuppressUnusedWarnings(->)UnionBySym1'$fSuppressUnusedWarnings(->)UnionBySym0%$fSuppressUnusedWarnings(->)UnionSym1%$fSuppressUnusedWarnings(->)UnionSym0&$fSuppressUnusedWarnings(->)DeleteSym1&$fSuppressUnusedWarnings(->)DeleteSym0!$fSuppressUnusedWarnings(->):\\$$ $fSuppressUnusedWarnings(->):\\$&$fSuppressUnusedWarnings(->)Unzip7Sym0&$fSuppressUnusedWarnings(->)Unzip6Sym0&$fSuppressUnusedWarnings(->)Unzip5Sym0&$fSuppressUnusedWarnings(->)Unzip4Sym0&$fSuppressUnusedWarnings(->)Unzip3Sym0%$fSuppressUnusedWarnings(->)UnzipSym0($fSuppressUnusedWarnings(->)ZipWith3Sym0($fSuppressUnusedWarnings(->)ZipWith3Sym1($fSuppressUnusedWarnings(->)ZipWith3Sym2($fSuppressUnusedWarnings(->)ZipWith3Sym3'$fSuppressUnusedWarnings(->)ZipWithSym0'$fSuppressUnusedWarnings(->)ZipWithSym1'$fSuppressUnusedWarnings(->)ZipWithSym2$$fSuppressUnusedWarnings(->)Zip3Sym0$$fSuppressUnusedWarnings(->)Zip3Sym1$$fSuppressUnusedWarnings(->)Zip3Sym2#$fSuppressUnusedWarnings(->)ZipSym0#$fSuppressUnusedWarnings(->)ZipSym1+$fSuppressUnusedWarnings(->)FindIndicesSym1+$fSuppressUnusedWarnings(->)FindIndicesSym0+$fSuppressUnusedWarnings(->)ElemIndicesSym1+$fSuppressUnusedWarnings(->)ElemIndicesSym0)$fSuppressUnusedWarnings(->)FindIndexSym1)$fSuppressUnusedWarnings(->)FindIndexSym0)$fSuppressUnusedWarnings(->)ElemIndexSym1)$fSuppressUnusedWarnings(->)ElemIndexSym0'$fSuppressUnusedWarnings(->)NotElemSym0'$fSuppressUnusedWarnings(->)NotElemSym1$$fSuppressUnusedWarnings(->)ElemSym0$$fSuppressUnusedWarnings(->)ElemSym1:$fSuppressUnusedWarnings(->)Let6989586621679457281Nub'Sym1:$fSuppressUnusedWarnings(->)Let6989586621679457281Nub'Sym2:$fSuppressUnusedWarnings(->)Let6989586621679457281Nub'Sym0S$fSuppressUnusedWarnings(->)Let6989586621679457302Scrutinee_6989586621679455507Sym3S$fSuppressUnusedWarnings(->)Let6989586621679457302Scrutinee_6989586621679455507Sym2S$fSuppressUnusedWarnings(->)Let6989586621679457302Scrutinee_6989586621679455507Sym1S$fSuppressUnusedWarnings(->)Let6989586621679457302Scrutinee_6989586621679455507Sym0#$fSuppressUnusedWarnings(->)NubSym0*$fSuppressUnusedWarnings(->)IsPrefixOfSym0*$fSuppressUnusedWarnings(->)IsPrefixOfSym1%$fSuppressUnusedWarnings(->)TailsSym0)$fSuppressUnusedWarnings(->)IsInfixOfSym1)$fSuppressUnusedWarnings(->)IsInfixOfSym0%$fSuppressUnusedWarnings(->)InitsSym0'$fSuppressUnusedWarnings(->)UnfoldrSym0'$fSuppressUnusedWarnings(->)UnfoldrSym1)$fSuppressUnusedWarnings(->)MapAccumRSym0)$fSuppressUnusedWarnings(->)MapAccumRSym1)$fSuppressUnusedWarnings(->)MapAccumRSym28$fSuppressUnusedWarnings(->)Let6989586621679457429YsSym38$fSuppressUnusedWarnings(->)Let6989586621679457429YsSym28$fSuppressUnusedWarnings(->)Let6989586621679457429YsSym18$fSuppressUnusedWarnings(->)Let6989586621679457429YsSym07$fSuppressUnusedWarnings(->)Let6989586621679457429YSym37$fSuppressUnusedWarnings(->)Let6989586621679457429YSym27$fSuppressUnusedWarnings(->)Let6989586621679457429YSym17$fSuppressUnusedWarnings(->)Let6989586621679457429YSym09$fSuppressUnusedWarnings(->)Let6989586621679457429S''Sym39$fSuppressUnusedWarnings(->)Let6989586621679457429S''Sym29$fSuppressUnusedWarnings(->)Let6989586621679457429S''Sym19$fSuppressUnusedWarnings(->)Let6989586621679457429S''Sym0K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457430Sym3K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457430Sym2K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457430Sym1K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457430Sym08$fSuppressUnusedWarnings(->)Let6989586621679457429S'Sym38$fSuppressUnusedWarnings(->)Let6989586621679457429S'Sym28$fSuppressUnusedWarnings(->)Let6989586621679457429S'Sym18$fSuppressUnusedWarnings(->)Let6989586621679457429S'Sym0K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457436Sym3K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457436Sym2K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457436Sym1K$fSuppressUnusedWarnings(->)Let6989586621679457429X_6989586621679457436Sym0)$fSuppressUnusedWarnings(->)MapAccumLSym0)$fSuppressUnusedWarnings(->)MapAccumLSym1)$fSuppressUnusedWarnings(->)MapAccumLSym28$fSuppressUnusedWarnings(->)Let6989586621679457601YsSym38$fSuppressUnusedWarnings(->)Let6989586621679457601YsSym28$fSuppressUnusedWarnings(->)Let6989586621679457601YsSym18$fSuppressUnusedWarnings(->)Let6989586621679457601YsSym09$fSuppressUnusedWarnings(->)Let6989586621679457601S''Sym39$fSuppressUnusedWarnings(->)Let6989586621679457601S''Sym29$fSuppressUnusedWarnings(->)Let6989586621679457601S''Sym19$fSuppressUnusedWarnings(->)Let6989586621679457601S''Sym0K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457608Sym3K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457608Sym2K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457608Sym1K$fSuppressUnusedWarnings(->)Let6989586621679457601X_6989586621679457608Sym0&$fSuppressUnusedWarnings(->)Scanr1Sym0&$fSuppressUnusedWarnings(->)Scanr1Sym1S$fSuppressUnusedWarnings(->)Let6989586621679457789Scrutinee_6989586621679455417Sym3S$fSuppressUnusedWarnings(->)Let6989586621679457789Scrutinee_6989586621679455417Sym2S$fSuppressUnusedWarnings(->)Let6989586621679457789Scrutinee_6989586621679455417Sym1S$fSuppressUnusedWarnings(->)Let6989586621679457789Scrutinee_6989586621679455417Sym0%$fSuppressUnusedWarnings(->)ScanrSym0%$fSuppressUnusedWarnings(->)ScanrSym1%$fSuppressUnusedWarnings(->)ScanrSym2S$fSuppressUnusedWarnings(->)Let6989586621679457836Scrutinee_6989586621679455415Sym3S$fSuppressUnusedWarnings(->)Let6989586621679457836Scrutinee_6989586621679455415Sym2S$fSuppressUnusedWarnings(->)Let6989586621679457836Scrutinee_6989586621679455415Sym1S$fSuppressUnusedWarnings(->)Let6989586621679457836Scrutinee_6989586621679455415Sym0%$fSuppressUnusedWarnings(->)ScanlSym0%$fSuppressUnusedWarnings(->)ScanlSym1%$fSuppressUnusedWarnings(->)ScanlSym2&$fSuppressUnusedWarnings(->)Scanl1Sym1&$fSuppressUnusedWarnings(->)Scanl1Sym0#$fSuppressUnusedWarnings(->)AllSym0#$fSuppressUnusedWarnings(->)AllSym1"$fSuppressUnusedWarnings(->)OrSym0#$fSuppressUnusedWarnings(->)AndSym0)$fSuppressUnusedWarnings(->)ConcatMapSym1)$fSuppressUnusedWarnings(->)ConcatMapSym0&$fSuppressUnusedWarnings(->)ConcatSym0&$fSuppressUnusedWarnings(->)Foldr1Sym0&$fSuppressUnusedWarnings(->)Foldr1Sym1&$fSuppressUnusedWarnings(->)Foldl1Sym1&$fSuppressUnusedWarnings(->)Foldl1Sym0)$fSuppressUnusedWarnings(->)MaximumBySym1)$fSuppressUnusedWarnings(->)MaximumBySym0)$fSuppressUnusedWarnings(->)MinimumBySym1)$fSuppressUnusedWarnings(->)MinimumBySym0'$fSuppressUnusedWarnings(->)MaximumSym0'$fSuppressUnusedWarnings(->)MinimumSym0&$fSuppressUnusedWarnings(->)Foldl'Sym2&$fSuppressUnusedWarnings(->)Foldl'Sym1&$fSuppressUnusedWarnings(->)Foldl'Sym0'$fSuppressUnusedWarnings(->)Foldl1'Sym1'$fSuppressUnusedWarnings(->)Foldl1'Sym0,$fSuppressUnusedWarnings(->)PermutationsSym0;$fSuppressUnusedWarnings(->)Let6989586621679458305PermsSym1;$fSuppressUnusedWarnings(->)Let6989586621679458305PermsSym2;$fSuppressUnusedWarnings(->)Let6989586621679458305PermsSym0,$fSuppressUnusedWarnings(->)PrependToAllSym0,$fSuppressUnusedWarnings(->)PrependToAllSym14$fSuppressUnusedWarnings(->)NonEmptySubsequencesSym0,$fSuppressUnusedWarnings(->)SubsequencesSym0+$fSuppressUnusedWarnings(->)IntersperseSym1+$fSuppressUnusedWarnings(->)IntersperseSym0+$fSuppressUnusedWarnings(->)IntercalateSym1+$fSuppressUnusedWarnings(->)IntercalateSym0'$fSuppressUnusedWarnings(->)ReverseSym0*$fSuppressUnusedWarnings(->)IsSuffixOfSym1*$fSuppressUnusedWarnings(->)IsSuffixOfSym0$$fSuppressUnusedWarnings(->)NullSym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679458805Sym3:$fSuppressUnusedWarnings(->)Lambda_6989586621679458805Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679458805Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679458805Sym0S$fSuppressUnusedWarnings(->)Let6989586621679458809Scrutinee_6989586621679455481Sym3S$fSuppressUnusedWarnings(->)Let6989586621679458809Scrutinee_6989586621679455481Sym2S$fSuppressUnusedWarnings(->)Let6989586621679458809Scrutinee_6989586621679455481Sym1S$fSuppressUnusedWarnings(->)Let6989586621679458809Scrutinee_6989586621679455481Sym0,$fSuppressUnusedWarnings(->)DropWhileEndSym1,$fSuppressUnusedWarnings(->)DropWhileEndSym0$$fSuppressUnusedWarnings(->)InitSym0$$fSuppressUnusedWarnings(->)TailSym0$$fSuppressUnusedWarnings(->)LastSym0$$fSuppressUnusedWarnings(->)HeadSym0)$fSuppressUnusedWarnings(->)TransposeSym0XorUnfoldUncons NonEmpty_Cons:<| GroupAllWith1SortWithFromListToList GroupWith1Group1GroupBy1 GroupAllWith GroupWithXorSym0XorSym1 UnfoldSym0 UnfoldSym1 UnconsSym0 UnconsSym1 NonEmpty_Sym0 NonEmpty_Sym1ConsSym0ConsSym1ConsSym2:<|$:<|$$:<|$$$GroupAllWith1Sym0GroupAllWith1Sym1GroupAllWith1Sym2 SortWithSym0 SortWithSym1 SortWithSym2 FromListSym0 FromListSym1 ToListSym0 ToListSym1GroupWith1Sym0GroupWith1Sym1GroupWith1Sym2 Group1Sym0 Group1Sym1 GroupBy1Sym0 GroupBy1Sym1 GroupBy1Sym2GroupAllWithSym0GroupAllWithSym1GroupAllWithSym2 GroupWithSym0 GroupWithSym1 GroupWithSym2 sGroupWith sGroupAllWith sGroupBy1sGroup1 sGroupWith1sToList sFromList sSortWithsGroupAllWith1%:<|sCons sNonEmpty_sUnconssUnfoldsXor:$fSuppressUnusedWarnings(->)Lambda_6989586621679726624Sym3:$fSuppressUnusedWarnings(->)Lambda_6989586621679726624Sym2:$fSuppressUnusedWarnings(->)Lambda_6989586621679726624Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679726624Sym08$fSuppressUnusedWarnings(->)Let6989586621679726660BsSym28$fSuppressUnusedWarnings(->)Let6989586621679726660BsSym18$fSuppressUnusedWarnings(->)Let6989586621679726660BsSym08$fSuppressUnusedWarnings(->)Let6989586621679726660AsSym28$fSuppressUnusedWarnings(->)Let6989586621679726660AsSym18$fSuppressUnusedWarnings(->)Let6989586621679726660AsSym0K$fSuppressUnusedWarnings(->)Let6989586621679726660X_6989586621679726661Sym2K$fSuppressUnusedWarnings(->)Let6989586621679726660X_6989586621679726661Sym1K$fSuppressUnusedWarnings(->)Let6989586621679726660X_6989586621679726661Sym08$fSuppressUnusedWarnings(->)Let6989586621679726829ZsSym48$fSuppressUnusedWarnings(->)Let6989586621679726829ZsSym38$fSuppressUnusedWarnings(->)Let6989586621679726829ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679726829ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679726829ZsSym08$fSuppressUnusedWarnings(->)Let6989586621679726829YsSym48$fSuppressUnusedWarnings(->)Let6989586621679726829YsSym38$fSuppressUnusedWarnings(->)Let6989586621679726829YsSym28$fSuppressUnusedWarnings(->)Let6989586621679726829YsSym18$fSuppressUnusedWarnings(->)Let6989586621679726829YsSym0K$fSuppressUnusedWarnings(->)Let6989586621679726829X_6989586621679726830Sym4K$fSuppressUnusedWarnings(->)Let6989586621679726829X_6989586621679726830Sym3K$fSuppressUnusedWarnings(->)Let6989586621679726829X_6989586621679726830Sym2K$fSuppressUnusedWarnings(->)Let6989586621679726829X_6989586621679726830Sym1K$fSuppressUnusedWarnings(->)Let6989586621679726829X_6989586621679726830Sym08$fSuppressUnusedWarnings(->)Let6989586621679726963ZsSym28$fSuppressUnusedWarnings(->)Let6989586621679726963ZsSym18$fSuppressUnusedWarnings(->)Let6989586621679726963ZsSym08$fSuppressUnusedWarnings(->)Let6989586621679726963YsSym28$fSuppressUnusedWarnings(->)Let6989586621679726963YsSym18$fSuppressUnusedWarnings(->)Let6989586621679726963YsSym0K$fSuppressUnusedWarnings(->)Let6989586621679726963X_6989586621679726964Sym2K$fSuppressUnusedWarnings(->)Let6989586621679726963X_6989586621679726964Sym1K$fSuppressUnusedWarnings(->)Let6989586621679726963X_6989586621679726964Sym0S$fSuppressUnusedWarnings(->)Let6989586621679727449Scrutinee_6989586621679726600Sym2S$fSuppressUnusedWarnings(->)Let6989586621679727449Scrutinee_6989586621679726600Sym1S$fSuppressUnusedWarnings(->)Let6989586621679727449Scrutinee_6989586621679726600Sym08$fSuppressUnusedWarnings(->)Let6989586621679727434GoSym28$fSuppressUnusedWarnings(->)Let6989586621679727434GoSym18$fSuppressUnusedWarnings(->)Let6989586621679727434GoSym0S$fSuppressUnusedWarnings(->)Let6989586621679727467Scrutinee_6989586621679726598Sym1S$fSuppressUnusedWarnings(->)Let6989586621679727467Scrutinee_6989586621679726598Sym0S$fSuppressUnusedWarnings(->)Let6989586621679727503Scrutinee_6989586621679726596Sym1S$fSuppressUnusedWarnings(->)Let6989586621679727503Scrutinee_6989586621679726596Sym0:$fSuppressUnusedWarnings(->)Let6989586621679727523Xor'Sym3:$fSuppressUnusedWarnings(->)Let6989586621679727523Xor'Sym2:$fSuppressUnusedWarnings(->)Let6989586621679727523Xor'Sym1:$fSuppressUnusedWarnings(->)Let6989586621679727523Xor'Sym08$fSuppressUnusedWarnings(->)Let6989586621679726802GoSym28$fSuppressUnusedWarnings(->)Let6989586621679726802GoSym38$fSuppressUnusedWarnings(->)Let6989586621679726802GoSym18$fSuppressUnusedWarnings(->)Let6989586621679726802GoSym0)$fSuppressUnusedWarnings(->)GroupWithSym1)$fSuppressUnusedWarnings(->)GroupWithSym0,$fSuppressUnusedWarnings(->)GroupAllWithSym1,$fSuppressUnusedWarnings(->)GroupAllWithSym0($fSuppressUnusedWarnings(->)GroupBy1Sym1($fSuppressUnusedWarnings(->)GroupBy1Sym0&$fSuppressUnusedWarnings(->)Group1Sym0*$fSuppressUnusedWarnings(->)GroupWith1Sym1*$fSuppressUnusedWarnings(->)GroupWith1Sym0&$fSuppressUnusedWarnings(->)ToListSym0($fSuppressUnusedWarnings(->)FromListSym0$$fSuppressUnusedWarnings(->)LiftSym1$$fSuppressUnusedWarnings(->)LiftSym0($fSuppressUnusedWarnings(->)SortWithSym1($fSuppressUnusedWarnings(->)SortWithSym0-$fSuppressUnusedWarnings(->)GroupAllWith1Sym1-$fSuppressUnusedWarnings(->)GroupAllWith1Sym0!$fSuppressUnusedWarnings(->):<|$$ $fSuppressUnusedWarnings(->):<|$$$fSuppressUnusedWarnings(->)ConsSym1$$fSuppressUnusedWarnings(->)ConsSym0)$fSuppressUnusedWarnings(->)NonEmpty_Sym0&$fSuppressUnusedWarnings(->)UnconsSym0&$fSuppressUnusedWarnings(->)UnfoldSym0&$fSuppressUnusedWarnings(->)UnfoldSym1#$fSuppressUnusedWarnings(->)XorSym0$$fSuppressUnusedWarnings(->)FmapSym1$$fSuppressUnusedWarnings(->)FmapSym0SBounded sMinBound sMaxBoundPBoundedMinBoundMaxBound MaxBoundSym0 MinBoundSym0 $fSBounded()$fSBoundedOrdering$fSBoundedBool$fSBounded(,,,,,,)$fSBounded(,,,,,)$fSBounded(,,,,)$fSBounded(,,,)$fSBounded(,,) $fSBounded(,) $fPBounded(,)$fPBounded(,,)$fPBounded(,,,)$fPBounded(,,,,)$fPBounded(,,,,,)$fPBounded(,,,,,,)$fPBoundedBool$fPBoundedOrdering $fPBounded()SEnumsSuccsPredsToEnum sFromEnum sEnumFromTosEnumFromThenToPEnumSuccPredToEnumFromEnum EnumFromToEnumFromThenToEnumFromThenToSym0EnumFromThenToSym1EnumFromThenToSym2EnumFromThenToSym3EnumFromToSym0EnumFromToSym1EnumFromToSym2 FromEnumSym0 FromEnumSym1 ToEnumSym0 ToEnumSym1PredSym0PredSym1SuccSym0SuccSym1S$fSuppressUnusedWarnings(->)Let6989586621679805947Scrutinee_6989586621679805918Sym5S$fSuppressUnusedWarnings(->)Let6989586621679805947Scrutinee_6989586621679805918Sym4S$fSuppressUnusedWarnings(->)Let6989586621679805947Scrutinee_6989586621679805918Sym3S$fSuppressUnusedWarnings(->)Let6989586621679805947Scrutinee_6989586621679805918Sym2S$fSuppressUnusedWarnings(->)Let6989586621679805947Scrutinee_6989586621679805918Sym1S$fSuppressUnusedWarnings(->)Let6989586621679805947Scrutinee_6989586621679805918Sym0;$fSuppressUnusedWarnings(->)Let6989586621679805984DeltaSym5;$fSuppressUnusedWarnings(->)Let6989586621679805984DeltaSym4;$fSuppressUnusedWarnings(->)Let6989586621679805984DeltaSym3;$fSuppressUnusedWarnings(->)Let6989586621679805984DeltaSym2;$fSuppressUnusedWarnings(->)Let6989586621679805984DeltaSym1;$fSuppressUnusedWarnings(->)Let6989586621679805984DeltaSym08$fSuppressUnusedWarnings(->)Let6989586621679805984Y'Sym58$fSuppressUnusedWarnings(->)Let6989586621679805984Y'Sym48$fSuppressUnusedWarnings(->)Let6989586621679805984Y'Sym38$fSuppressUnusedWarnings(->)Let6989586621679805984Y'Sym28$fSuppressUnusedWarnings(->)Let6989586621679805984Y'Sym18$fSuppressUnusedWarnings(->)Let6989586621679805984Y'Sym0;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym6;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym5;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym4;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym3;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym2;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym1;$fSuppressUnusedWarnings(->)Let6989586621679805984Go_dnSym0S$fSuppressUnusedWarnings(->)Let6989586621679806129Scrutinee_6989586621679805908Sym5S$fSuppressUnusedWarnings(->)Let6989586621679806129Scrutinee_6989586621679805908Sym4S$fSuppressUnusedWarnings(->)Let6989586621679806129Scrutinee_6989586621679805908Sym3S$fSuppressUnusedWarnings(->)Let6989586621679806129Scrutinee_6989586621679805908Sym2S$fSuppressUnusedWarnings(->)Let6989586621679806129Scrutinee_6989586621679805908Sym1S$fSuppressUnusedWarnings(->)Let6989586621679806129Scrutinee_6989586621679805908Sym0;$fSuppressUnusedWarnings(->)Let6989586621679806166DeltaSym5;$fSuppressUnusedWarnings(->)Let6989586621679806166DeltaSym4;$fSuppressUnusedWarnings(->)Let6989586621679806166DeltaSym3;$fSuppressUnusedWarnings(->)Let6989586621679806166DeltaSym2;$fSuppressUnusedWarnings(->)Let6989586621679806166DeltaSym1;$fSuppressUnusedWarnings(->)Let6989586621679806166DeltaSym08$fSuppressUnusedWarnings(->)Let6989586621679806166Y'Sym58$fSuppressUnusedWarnings(->)Let6989586621679806166Y'Sym48$fSuppressUnusedWarnings(->)Let6989586621679806166Y'Sym38$fSuppressUnusedWarnings(->)Let6989586621679806166Y'Sym28$fSuppressUnusedWarnings(->)Let6989586621679806166Y'Sym18$fSuppressUnusedWarnings(->)Let6989586621679806166Y'Sym0;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym6;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym5;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym4;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym3;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym2;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym1;$fSuppressUnusedWarnings(->)Let6989586621679806166Go_upSym0S$fSuppressUnusedWarnings(->)Let6989586621679806356Scrutinee_6989586621679805894Sym4S$fSuppressUnusedWarnings(->)Let6989586621679806356Scrutinee_6989586621679805894Sym3S$fSuppressUnusedWarnings(->)Let6989586621679806356Scrutinee_6989586621679805894Sym2S$fSuppressUnusedWarnings(->)Let6989586621679806356Scrutinee_6989586621679805894Sym1S$fSuppressUnusedWarnings(->)Let6989586621679806356Scrutinee_6989586621679805894Sym08$fSuppressUnusedWarnings(->)Let6989586621679806328GoSym48$fSuppressUnusedWarnings(->)Let6989586621679806328GoSym38$fSuppressUnusedWarnings(->)Let6989586621679806328GoSym28$fSuppressUnusedWarnings(->)Let6989586621679806328GoSym18$fSuppressUnusedWarnings(->)Let6989586621679806328GoSym0)$fSuppressUnusedWarnings(->)EfdtNatDnSym2)$fSuppressUnusedWarnings(->)EfdtNatDnSym1)$fSuppressUnusedWarnings(->)EfdtNatDnSym0)$fSuppressUnusedWarnings(->)EfdtNatUpSym2)$fSuppressUnusedWarnings(->)EfdtNatUpSym1)$fSuppressUnusedWarnings(->)EfdtNatUpSym0'$fSuppressUnusedWarnings(->)EfdtNatSym2'$fSuppressUnusedWarnings(->)EfdtNatSym1'$fSuppressUnusedWarnings(->)EfdtNatSym0&$fSuppressUnusedWarnings(->)EftNatSym1&$fSuppressUnusedWarnings(->)EftNatSym0:$fSuppressUnusedWarnings(->)Lambda_6989586621679806436Sym1:$fSuppressUnusedWarnings(->)Lambda_6989586621679806436Sym0B$fSuppressUnusedWarnings(->)EnumFromThenTo_6989586621679806509Sym0B$fSuppressUnusedWarnings(->)EnumFromThenTo_6989586621679806509Sym1B$fSuppressUnusedWarnings(->)EnumFromThenTo_6989586621679806509Sym2>$fSuppressUnusedWarnings(->)EnumFromTo_6989586621679806479Sym0>$fSuppressUnusedWarnings(->)EnumFromTo_6989586621679806479Sym18$fSuppressUnusedWarnings(->)Pred_6989586621679806461Sym08$fSuppressUnusedWarnings(->)Succ_6989586621679806448Sym0.$fSuppressUnusedWarnings(->)EnumFromThenToSym0.$fSuppressUnusedWarnings(->)EnumFromThenToSym1.$fSuppressUnusedWarnings(->)EnumFromThenToSym2*$fSuppressUnusedWarnings(->)EnumFromToSym0*$fSuppressUnusedWarnings(->)EnumFromToSym1($fSuppressUnusedWarnings(->)FromEnumSym0&$fSuppressUnusedWarnings(->)ToEnumSym0$$fSuppressUnusedWarnings(->)PredSym0$$fSuppressUnusedWarnings(->)SuccSym08$fSuppressUnusedWarnings(->)Succ_6989586621679806529Sym08$fSuppressUnusedWarnings(->)Pred_6989586621679806540Sym0:$fSuppressUnusedWarnings(->)ToEnum_6989586621679806551Sym0<$fSuppressUnusedWarnings(->)FromEnum_6989586621679806562Sym0>$fSuppressUnusedWarnings(->)EnumFromTo_6989586621679806584Sym1>$fSuppressUnusedWarnings(->)EnumFromTo_6989586621679806584Sym0B$fSuppressUnusedWarnings(->)EnumFromThenTo_6989586621679806620Sym2B$fSuppressUnusedWarnings(->)EnumFromThenTo_6989586621679806620Sym1 $fPEnumNatB$fSuppressUnusedWarnings(->)EnumFromThenTo_6989586621679806620Sym0 $fSEnumNat $fSEnumBool:$fSuppressUnusedWarnings(->)ToEnum_6989586621679824900Sym0 $fPEnumBool<$fSuppressUnusedWarnings(->)FromEnum_6989586621679824910Sym0$fSEnumOrdering:$fSuppressUnusedWarnings(->)ToEnum_6989586621679824932Sym0$fPEnumOrdering<$fSuppressUnusedWarnings(->)FromEnum_6989586621679824942Sym0 $fSEnum():$fSuppressUnusedWarnings(->)ToEnum_6989586621679824957Sym0 $fPEnum()<$fSuppressUnusedWarnings(->)FromEnum_6989586621679824967Sym0 StripPrefixZip4Zip5Zip6Zip7ZipWith4ZipWith5ZipWith6ZipWith7 GenericTake GenericDropGenericSplitAt GenericIndexGenericReplicateStripPrefixSym0StripPrefixSym1StripPrefixSym2Zip4Sym0Zip4Sym1Zip4Sym2Zip4Sym3Zip4Sym4Zip5Sym0Zip5Sym1Zip5Sym2Zip5Sym3Zip5Sym4Zip5Sym5Zip6Sym0Zip6Sym1Zip6Sym2Zip6Sym3Zip6Sym4Zip6Sym5Zip6Sym6Zip7Sym0Zip7Sym1Zip7Sym2Zip7Sym3Zip7Sym4Zip7Sym5Zip7Sym6Zip7Sym7 ZipWith4Sym0 ZipWith4Sym1 ZipWith4Sym2 ZipWith4Sym3 ZipWith4Sym4 ZipWith4Sym5 ZipWith5Sym0 ZipWith5Sym1 ZipWith5Sym2 ZipWith5Sym3 ZipWith5Sym4 ZipWith5Sym5 ZipWith5Sym6 ZipWith6Sym0 ZipWith6Sym1 ZipWith6Sym2 ZipWith6Sym3 ZipWith6Sym4 ZipWith6Sym5 ZipWith6Sym6 ZipWith6Sym7 ZipWith7Sym0 ZipWith7Sym1 ZipWith7Sym2 ZipWith7Sym3 ZipWith7Sym4 ZipWith7Sym5 ZipWith7Sym6 ZipWith7Sym7 ZipWith7Sym8GenericTakeSym0GenericTakeSym1GenericTakeSym2GenericDropSym0GenericDropSym1GenericDropSym2GenericSplitAtSym0GenericSplitAtSym1GenericSplitAtSym2GenericIndexSym0GenericIndexSym1GenericIndexSym2GenericReplicateSym0GenericReplicateSym1GenericReplicateSym20$fSuppressUnusedWarnings(->)GenericReplicateSym10$fSuppressUnusedWarnings(->)GenericReplicateSym0,$fSuppressUnusedWarnings(->)GenericIndexSym1,$fSuppressUnusedWarnings(->)GenericIndexSym0.$fSuppressUnusedWarnings(->)GenericSplitAtSym1.$fSuppressUnusedWarnings(->)GenericSplitAtSym0+$fSuppressUnusedWarnings(->)GenericDropSym1+$fSuppressUnusedWarnings(->)GenericDropSym0+$fSuppressUnusedWarnings(->)GenericTakeSym1+$fSuppressUnusedWarnings(->)GenericTakeSym0($fSuppressUnusedWarnings(->)ZipWith7Sym0($fSuppressUnusedWarnings(->)ZipWith7Sym1($fSuppressUnusedWarnings(->)ZipWith7Sym2($fSuppressUnusedWarnings(->)ZipWith7Sym3($fSuppressUnusedWarnings(->)ZipWith7Sym4($fSuppressUnusedWarnings(->)ZipWith7Sym5($fSuppressUnusedWarnings(->)ZipWith7Sym6($fSuppressUnusedWarnings(->)ZipWith7Sym7($fSuppressUnusedWarnings(->)ZipWith6Sym0($fSuppressUnusedWarnings(->)ZipWith6Sym1($fSuppressUnusedWarnings(->)ZipWith6Sym2($fSuppressUnusedWarnings(->)ZipWith6Sym3($fSuppressUnusedWarnings(->)ZipWith6Sym4($fSuppressUnusedWarnings(->)ZipWith6Sym5($fSuppressUnusedWarnings(->)ZipWith6Sym6($fSuppressUnusedWarnings(->)ZipWith5Sym0($fSuppressUnusedWarnings(->)ZipWith5Sym1($fSuppressUnusedWarnings(->)ZipWith5Sym2($fSuppressUnusedWarnings(->)ZipWith5Sym3($fSuppressUnusedWarnings(->)ZipWith5Sym4($fSuppressUnusedWarnings(->)ZipWith5Sym5($fSuppressUnusedWarnings(->)ZipWith4Sym0($fSuppressUnusedWarnings(->)ZipWith4Sym1($fSuppressUnusedWarnings(->)ZipWith4Sym2($fSuppressUnusedWarnings(->)ZipWith4Sym3($fSuppressUnusedWarnings(->)ZipWith4Sym4$$fSuppressUnusedWarnings(->)Zip7Sym6$$fSuppressUnusedWarnings(->)Zip7Sym5$$fSuppressUnusedWarnings(->)Zip7Sym4$$fSuppressUnusedWarnings(->)Zip7Sym3$$fSuppressUnusedWarnings(->)Zip7Sym2$$fSuppressUnusedWarnings(->)Zip7Sym1$$fSuppressUnusedWarnings(->)Zip7Sym0$$fSuppressUnusedWarnings(->)Zip6Sym5$$fSuppressUnusedWarnings(->)Zip6Sym4$$fSuppressUnusedWarnings(->)Zip6Sym3$$fSuppressUnusedWarnings(->)Zip6Sym2$$fSuppressUnusedWarnings(->)Zip6Sym1$$fSuppressUnusedWarnings(->)Zip6Sym0$$fSuppressUnusedWarnings(->)Zip5Sym4$$fSuppressUnusedWarnings(->)Zip5Sym3$$fSuppressUnusedWarnings(->)Zip5Sym2$$fSuppressUnusedWarnings(->)Zip5Sym1$$fSuppressUnusedWarnings(->)Zip5Sym0$$fSuppressUnusedWarnings(->)Zip4Sym3$$fSuppressUnusedWarnings(->)Zip4Sym2$$fSuppressUnusedWarnings(->)Zip4Sym1$$fSuppressUnusedWarnings(->)Zip4Sym0+$fSuppressUnusedWarnings(->)StripPrefixSym0+$fSuppressUnusedWarnings(->)StripPrefixSym1 singletonStarBoolGHC.BaseNothingSLambda applySingDIDon'tInstantiateD:R:Sing(->)f0 GHC.ClassesEq ULetDecEnv ALetDecEnv LetDecEnv lde_proms lde_infix lde_types lde_defns ULetDecRHS ALetDecRHS LetDecRHSUValue UFunctionAValue AFunctionIfAnn Unannotated AnnotatedAnnotationFlagADClauseADMatchADExpADSigEADLetEADCaseEADLamEADAppEADLitEADConEADVarE AInstDecl AClassDecl UInstDecl UClassDeclInstDeclid_meths id_arg_tysid_nameid_cxt ClassDeclcd_ldecd_fdscd_tvbscd_namecd_cxtDataDecl VarPromotions valueBinding typeBinding infixDeclemptyLetDecEnvbuildLetDecEnvD:R:LetDecRHSUnannotated0D:R:LetDecRHSAnnotated0 qNewUniqueQWithAuxQWArunQWA basicTypesboundedBasicTypesenumBasicTypesqReportWarning qReportError checkForRepcheckForRepInDeclstysOfConFieldsextractNameArgsextractNameTypes extractNameisUpcaseupcase toUpcaseStr toDataConNamenoPrefixlocase prefixUCName prefixLCName suffixNameuniquePrefixesextractTvbKindextractTvbName tvbToTypeinferMaybeKindTVresultSigToMaybeKindunravelravel countArgs noExactTyVars substKind substType substPredsubstKindInPredsubstKindInTvbaddStar addStar_maybefoldTypefoldExpisFunTy orIfEmpty emptyMatches multiCase wrapDesugarcomp1comp2evalWithoutAux evalForAux evalForPair addBinding addElement concatMapMlistifyfstOf3liftFstliftSndsnocView partitionWithpartitionWithMpartitionLetDecs zipWith3M mapAndUnzip3M isHsLetter anyTypeNameboolNameandName compareName minBoundName maxBoundNametyEqNamerepNamenilNameconsNamelistName tyFunName applyName symbolNamenatName undefinedName typeRepName stringNameeqNameordName boundedName orderingNamesingFamilyName singIName singMethName toSingName fromSingName demoteNamesingKindClassName sEqClassName sEqMethNamesIfName sconsNamesnilNamesomeSingTypeNamesomeSingDataName sListNamesDecideClassNamesDecideMethName provedName disprovedNamereflName equalityName applySingNamesuppressClassNamesuppressMethodName thenCmpName sameKindNametyFromIntegerName tyNegateNamesFromIntegerName sNegateName errorName foldlName cmpEQName cmpLTName cmpGTNamesingletonsToEnumNamesingletonsFromEnumNameenumNamesingletonsEnumName equalsNameconstraintNamesingPkg mk_name_tc mk_name_d mk_name_vmkTupleTypeNamemkTupleDataNamepromoteValNameLhspromoteValNameLhsPrefix promoteValRhs promoteTySympromoteClassNamemkTyName falseTySym trueTySymboolKiandTySymsingDataConName singTyConName singClassName singValName singFamilysingKindConstraintdemoteapplymkListE foldApplymkEqPred singInfixDeclsingFixityDeclarationsingFixityDeclarationsEqualityClassDesc sEqClassDescsDecideClassDescmkEqualityInstancemkEqMethClausemkDecideMethClause promoteTypepromoteUnraveledLetBindPrM allLocalsemitDecs emitDecsM lambdaBindletBind lookupVarEpromoteM promoteM_ promoteMDecsPrEnvpr_lambda_bound pr_let_boundpr_local_declsSgMbindLets lookupConE wrapSingFun wrapUnSingFunsingM singDecsMSgEnv sg_let_bindssg_local_declssingTypesingPred singPredRec singDataDsingCtormkEqTypeInstance defunInfobuildDefunSymsbuildDefunSymsDataDdefunctionalize buildTyFunbuildTyFun_maybe tyFunArityisTyFun ravelTyFuninferConstraints mkOrdInstancemkEnumInstancemkBoundedInstance partitionDecsOrdPartitionedDecsPDecs pd_data_decspd_instance_decs pd_class_decs pd_let_decs partitionDecpartitionClassDecpartitionInstanceDec promoteMethodpromoteInstance promoteInfo promoteDecspromoteDataDecspromoteLetDecspromoteDataDecpromoteClassDecpromoteInstanceDecpromoteLetDecEnvpromoteInfixDeclpromoteLetDecRHS promoteClause promoteMatch promotePat promoteExp promoteLitExp promoteLitPat singMatchPatternContext CaseStatement LetBinding ParametersingEqualityInstancesingInfosingTopLevelDecs buildDataLets buildMethLets singClassD singInstD singLetDecEnv singTySig singLetDecRHS singClausecheckIfBrainWillExplodesingPatsingExp isExceptionsingLit maybeSigTSNothing:%|SGTSEQSLTSRightSLeftSConsSNilSFalseSTrueSJustTuple7Sym0KindInferenceTuple7Sym1KindInferenceTuple7Sym2KindInferenceTuple7Sym3KindInferenceTuple7Sym4KindInferenceTuple7Sym5KindInferenceTuple7Sym6KindInferenceTuple6Sym0KindInferenceTuple6Sym1KindInferenceTuple6Sym2KindInferenceTuple6Sym3KindInferenceTuple6Sym4KindInferenceTuple6Sym5KindInferenceTuple5Sym0KindInferenceTuple5Sym1KindInferenceTuple5Sym2KindInferenceTuple5Sym3KindInferenceTuple5Sym4KindInferenceTuple4Sym0KindInferenceTuple4Sym1KindInferenceTuple4Sym2KindInferenceTuple4Sym3KindInferenceTuple3Sym0KindInferenceTuple3Sym1KindInferenceTuple3Sym2KindInferenceTuple2Sym0KindInferenceTuple2Sym1KindInference:|$###:|$$###RightSym0KindInferenceLeftSym0KindInference:$###:$$###JustSym0KindInferenceFoldlSym0KindInferenceFoldlSym1KindInferenceFoldlSym2KindInferenceLet6989586621679240820LgoLet6989586621679240820LgoSym0*Let6989586621679240820LgoSym0KindInferenceLet6989586621679240820LgoSym1*Let6989586621679240820LgoSym1KindInferenceLet6989586621679240820LgoSym2*Let6989586621679240820LgoSym2KindInferenceLet6989586621679240820LgoSym3*Let6989586621679240820LgoSym3KindInferenceLet6989586621679240820LgoSym4*Let6989586621679240820LgoSym4KindInferenceLet6989586621679240820LgoSym5 D:R:Demote()Bool_Sym0KindInferenceBool_Sym1KindInferenceBool_Sym2KindInference:&&$###:&&$$###:||$###:||$$###NotSym0KindInferenceFoldrSym0KindInferenceFoldrSym1KindInferenceFoldrSym2KindInferenceMapSym0KindInferenceMapSym1KindInference:++$###:++$$###IdSym0KindInferenceAsTypeOfSym0KindInferenceAsTypeOfSym1KindInferenceConstSym0KindInferenceConstSym1KindInference:.$###:.$$###:.$$$###FlipSym0KindInferenceFlipSym1KindInferenceFlipSym2KindInferenceSeqSym0KindInferenceSeqSym1KindInferenceLet6989586621679278105GoSym0)Let6989586621679278105GoSym0KindInferenceLet6989586621679278105GoSym1)Let6989586621679278105GoSym1KindInferenceLet6989586621679278105GoSym2)Let6989586621679278105GoSym2KindInferenceLet6989586621679278105GoSym3)Let6989586621679278105GoSym3KindInferenceLambda_6989586621679278002Sym0+Lambda_6989586621679278002Sym0KindInferenceLambda_6989586621679278002Sym1+Lambda_6989586621679278002Sym1KindInferenceLambda_6989586621679278002Sym2+Lambda_6989586621679278002Sym2KindInferenceLambda_6989586621679278002Sym3+Lambda_6989586621679278002Sym3KindInferenceOnSym0KindInferenceOnSym1KindInferenceOnSym2KindInferenceOnSym3KindInference:&$###:&$$###Lambda_6989586621679289826Sym0+Lambda_6989586621679289826Sym0KindInferenceLambda_6989586621679289826Sym1+Lambda_6989586621679289826Sym1KindInferenceLambda_6989586621679289826Sym2+Lambda_6989586621679289826Sym2KindInferenceLambda_6989586621679289826Sym3+Lambda_6989586621679289826Sym3KindInferenceLambda_6989586621679289826Sym4+Lambda_6989586621679289826Sym4KindInferenceLambda_6989586621679289826Sym5+Lambda_6989586621679289826Sym5KindInference:/=$###:/=$$###:==$###:==$$###STypeRepD:R:SingTYPEa0Min_6989586621679311013Sym0(Min_6989586621679311013Sym0KindInferenceMin_6989586621679311013Sym1(Min_6989586621679311013Sym1KindInference7Let6989586621679311000Scrutinee_6989586621679309409Sym0DLet6989586621679311000Scrutinee_6989586621679309409Sym0KindInference7Let6989586621679311000Scrutinee_6989586621679309409Sym1DLet6989586621679311000Scrutinee_6989586621679309409Sym1KindInferenceMax_6989586621679310980Sym0(Max_6989586621679310980Sym0KindInferenceMax_6989586621679310980Sym1(Max_6989586621679310980Sym1KindInference7Let6989586621679310967Scrutinee_6989586621679309407Sym0DLet6989586621679310967Scrutinee_6989586621679309407Sym0KindInference7Let6989586621679310967Scrutinee_6989586621679309407Sym1DLet6989586621679310967Scrutinee_6989586621679309407Sym1KindInference TFHelper_6989586621679310947Sym0-TFHelper_6989586621679310947Sym0KindInference TFHelper_6989586621679310947Sym1-TFHelper_6989586621679310947Sym1KindInference7Let6989586621679310934Scrutinee_6989586621679309405Sym0DLet6989586621679310934Scrutinee_6989586621679309405Sym0KindInference7Let6989586621679310934Scrutinee_6989586621679309405Sym1DLet6989586621679310934Scrutinee_6989586621679309405Sym1KindInference TFHelper_6989586621679310914Sym0-TFHelper_6989586621679310914Sym0KindInference TFHelper_6989586621679310914Sym1-TFHelper_6989586621679310914Sym1KindInference7Let6989586621679310901Scrutinee_6989586621679309403Sym0DLet6989586621679310901Scrutinee_6989586621679309403Sym0KindInference7Let6989586621679310901Scrutinee_6989586621679309403Sym1DLet6989586621679310901Scrutinee_6989586621679309403Sym1KindInference TFHelper_6989586621679310881Sym0-TFHelper_6989586621679310881Sym0KindInference TFHelper_6989586621679310881Sym1-TFHelper_6989586621679310881Sym1KindInference7Let6989586621679310868Scrutinee_6989586621679309401Sym0DLet6989586621679310868Scrutinee_6989586621679309401Sym0KindInference7Let6989586621679310868Scrutinee_6989586621679309401Sym1DLet6989586621679310868Scrutinee_6989586621679309401Sym1KindInference TFHelper_6989586621679310848Sym0-TFHelper_6989586621679310848Sym0KindInference TFHelper_6989586621679310848Sym1-TFHelper_6989586621679310848Sym1KindInference7Let6989586621679310835Scrutinee_6989586621679309399Sym0DLet6989586621679310835Scrutinee_6989586621679309399Sym0KindInference7Let6989586621679310835Scrutinee_6989586621679309399Sym1DLet6989586621679310835Scrutinee_6989586621679309399Sym1KindInferenceCompare_6989586621679310815Sym0,Compare_6989586621679310815Sym0KindInferenceCompare_6989586621679310815Sym1,Compare_6989586621679310815Sym1KindInference7Let6989586621679310801Scrutinee_6989586621679309397Sym0DLet6989586621679310801Scrutinee_6989586621679309397Sym0KindInference7Let6989586621679310801Scrutinee_6989586621679309397Sym1DLet6989586621679310801Scrutinee_6989586621679309397Sym1KindInference7Let6989586621679310791Scrutinee_6989586621679309395Sym0DLet6989586621679310791Scrutinee_6989586621679309395Sym0KindInference7Let6989586621679310791Scrutinee_6989586621679309395Sym1DLet6989586621679310791Scrutinee_6989586621679309395Sym1KindInferenceMinSym0KindInferenceMinSym1KindInferenceMaxSym0KindInferenceMaxSym1KindInference:>=$###:>=$$###:>$###:>$$###:<=$###:<=$$###:<$###:<$$###CompareSym0KindInferenceCompareSym1KindInferenceComparingSym0KindInferenceComparingSym1KindInferenceComparingSym2KindInferenceThenCmpSym0KindInferenceThenCmpSym1KindInferenceCompare_6989586621679318481Sym0,Compare_6989586621679318481Sym0KindInferenceCompare_6989586621679318481Sym1,Compare_6989586621679318481Sym1KindInferenceCompare_6989586621679318461Sym0,Compare_6989586621679318461Sym0KindInferenceCompare_6989586621679318461Sym1,Compare_6989586621679318461Sym1KindInferenceCompare_6989586621679318441Sym0,Compare_6989586621679318441Sym0KindInferenceCompare_6989586621679318441Sym1,Compare_6989586621679318441Sym1KindInferenceCompare_6989586621679318407Sym0,Compare_6989586621679318407Sym0KindInferenceCompare_6989586621679318407Sym1,Compare_6989586621679318407Sym1KindInferenceCompare_6989586621679318333Sym0,Compare_6989586621679318333Sym0KindInferenceCompare_6989586621679318333Sym1,Compare_6989586621679318333Sym1KindInferenceCompare_6989586621679318267Sym0,Compare_6989586621679318267Sym0KindInferenceCompare_6989586621679318267Sym1,Compare_6989586621679318267Sym1KindInferenceCompare_6989586621679318209Sym0,Compare_6989586621679318209Sym0KindInferenceCompare_6989586621679318209Sym1,Compare_6989586621679318209Sym1KindInferenceCompare_6989586621679318159Sym0,Compare_6989586621679318159Sym0KindInferenceCompare_6989586621679318159Sym1,Compare_6989586621679318159Sym1KindInferenceCompare_6989586621679318117Sym0,Compare_6989586621679318117Sym0KindInferenceCompare_6989586621679318117Sym1,Compare_6989586621679318117Sym1KindInferenceCompare_6989586621679318081Sym0,Compare_6989586621679318081Sym0KindInferenceCompare_6989586621679318081Sym1,Compare_6989586621679318081Sym1KindInferenceCompare_6989586621679318045Sym0,Compare_6989586621679318045Sym0KindInferenceCompare_6989586621679318045Sym1,Compare_6989586621679318045Sym1KindInferenceCompare_6989586621679317997Sym0,Compare_6989586621679317997Sym0KindInferenceCompare_6989586621679317997Sym1,Compare_6989586621679317997Sym1KindInferenceCompare_6989586621679317951Sym0,Compare_6989586621679317951Sym0KindInferenceCompare_6989586621679317951Sym1,Compare_6989586621679317951Sym1KindInferenceGHC.ErrerrorSSymD:R:SingSymboln0 D:R:SingNatn0ErrorSym0KindInference:^$###:^$$###Negate_6989586621679407351Sym0+Negate_6989586621679407351Sym0KindInference TFHelper_6989586621679407336Sym0-TFHelper_6989586621679407336Sym0KindInference TFHelper_6989586621679407336Sym1-TFHelper_6989586621679407336Sym1KindInferenceFromIntegerSym0KindInferenceSignumSym0KindInferenceAbsSym0KindInferenceNegateSym0KindInference:*$###:*$$###:-$###:-$$###:+$###:+$$###SubtractSym0KindInferenceSubtractSym1KindInferenceGHC.NumNumKnownSymbolSym0KindInferenceKnownNatSym0KindInferenceUncurrySym0KindInferenceUncurrySym1KindInferenceFstSym0KindInferenceSndSym0KindInferenceCurrySym0KindInferenceCurrySym1KindInferenceCurrySym2KindInferenceSwapSym0KindInferenceMaybe_Sym0KindInferenceMaybe_Sym1KindInferenceMaybe_Sym2KindInferenceIsJustSym0KindInferenceIsNothingSym0KindInferenceFromJustSym0KindInferenceFromMaybeSym0KindInferenceFromMaybeSym1KindInferenceMaybeToListSym0KindInferenceListToMaybeSym0KindInferenceCatMaybesSym0KindInferenceMapMaybeSym0KindInferenceMapMaybeSym1KindInference7Let6989586621679424377Scrutinee_6989586621679424347Sym0DLet6989586621679424377Scrutinee_6989586621679424347Sym0KindInference7Let6989586621679424377Scrutinee_6989586621679424347Sym1DLet6989586621679424377Scrutinee_6989586621679424347Sym1KindInference7Let6989586621679424377Scrutinee_6989586621679424347Sym2DLet6989586621679424377Scrutinee_6989586621679424347Sym2KindInferenceLet6989586621679424364RsSym0)Let6989586621679424364RsSym0KindInferenceLet6989586621679424364RsSym1)Let6989586621679424364RsSym1KindInferenceLet6989586621679424364RsSym2)Let6989586621679424364RsSym2KindInferenceEither_Sym0KindInferenceEither_Sym1KindInferenceEither_Sym2KindInferenceLeftsSym0KindInferenceRightsSym0KindInferencePartitionEithersSym0!PartitionEithersSym0KindInferenceIsLeftSym0KindInferenceIsRightSym0KindInferenceLet6989586621679434216LeftSym0+Let6989586621679434216LeftSym0KindInferenceLet6989586621679434216LeftSym1+Let6989586621679434216LeftSym1KindInferenceLet6989586621679434216LeftSym2+Let6989586621679434216LeftSym2KindInferenceLet6989586621679434216RightSym0,Let6989586621679434216RightSym0KindInferenceLet6989586621679434216RightSym1,Let6989586621679434216RightSym1KindInferenceLet6989586621679434216RightSym2,Let6989586621679434216RightSym2KindInferenceUntilSym0KindInferenceUntilSym1KindInferenceUntilSym2KindInferenceLet6989586621679442469GoSym0)Let6989586621679442469GoSym0KindInferenceLet6989586621679442469GoSym1)Let6989586621679442469GoSym1KindInferenceLet6989586621679442469GoSym2)Let6989586621679442469GoSym2KindInferenceLet6989586621679442469GoSym3)Let6989586621679442469GoSym3KindInferenceAny_Sym0KindInferenceAny_Sym1KindInferenceTransposeSym0KindInferenceHeadSym0KindInferenceLastSym0KindInferenceTailSym0KindInferenceInitSym0KindInferenceDropWhileEndSym0KindInferenceDropWhileEndSym1KindInferenceNullSym0KindInferenceIsSuffixOfSym0KindInferenceIsSuffixOfSym1KindInferenceReverseSym0KindInferenceIntercalateSym0KindInferenceIntercalateSym1KindInferenceIntersperseSym0KindInferenceIntersperseSym1KindInferenceSubsequencesSym0KindInferenceNonEmptySubsequencesSym0%NonEmptySubsequencesSym0KindInferencePrependToAllSym0PrependToAllSym0KindInferencePrependToAllSym1PrependToAllSym1KindInferencePermutationsSym0KindInferenceFoldl1'Sym0KindInferenceFoldl1'Sym1KindInferenceFoldl'Sym0KindInferenceFoldl'Sym1KindInferenceFoldl'Sym2KindInferenceMinimumSym0KindInferenceMaximumSym0KindInferenceMinimumBySym0KindInferenceMinimumBySym1KindInferenceMaximumBySym0KindInferenceMaximumBySym1KindInferenceFoldl1Sym0KindInferenceFoldl1Sym1KindInferenceFoldr1Sym0KindInferenceFoldr1Sym1KindInferenceConcatSym0KindInferenceConcatMapSym0KindInferenceConcatMapSym1KindInferenceAndSym0KindInferenceOrSym0KindInferenceAllSym0KindInferenceAllSym1KindInferenceScanl1Sym0KindInferenceScanl1Sym1KindInferenceScanlSym0KindInferenceScanlSym1KindInferenceScanlSym2KindInferenceScanrSym0KindInferenceScanrSym1KindInferenceScanrSym2KindInferenceScanr1Sym0KindInferenceScanr1Sym1KindInferenceMapAccumLSym0KindInferenceMapAccumLSym1KindInferenceMapAccumLSym2KindInferenceMapAccumRSym0KindInferenceMapAccumRSym1KindInferenceMapAccumRSym2KindInferenceUnfoldrSym0KindInferenceUnfoldrSym1KindInferenceInitsSym0KindInferenceIsInfixOfSym0KindInferenceIsInfixOfSym1KindInferenceTailsSym0KindInferenceIsPrefixOfSym0KindInferenceIsPrefixOfSym1KindInferenceNubSym0KindInferenceElemSym0KindInferenceElemSym1KindInferenceNotElemSym0KindInferenceNotElemSym1KindInferenceElemIndexSym0KindInferenceElemIndexSym1KindInferenceFindIndexSym0KindInferenceFindIndexSym1KindInferenceElemIndicesSym0KindInferenceElemIndicesSym1KindInferenceFindIndicesSym0KindInferenceFindIndicesSym1KindInferenceZipSym0KindInferenceZipSym1KindInferenceZip3Sym0KindInferenceZip3Sym1KindInferenceZip3Sym2KindInferenceZipWithSym0KindInferenceZipWithSym1KindInferenceZipWithSym2KindInferenceZipWith3Sym0KindInferenceZipWith3Sym1KindInferenceZipWith3Sym2KindInferenceZipWith3Sym3KindInferenceUnzipSym0KindInferenceUnzip3Sym0KindInferenceUnzip4Sym0KindInferenceUnzip5Sym0KindInferenceUnzip6Sym0KindInferenceUnzip7Sym0KindInference:\\$###:\\$$###DeleteSym0KindInferenceDeleteSym1KindInferenceUnionSym0KindInferenceUnionSym1KindInferenceUnionBySym0KindInferenceUnionBySym1KindInferenceUnionBySym2KindInferenceDeleteFirstsBySym0KindInferenceDeleteFirstsBySym1KindInferenceDeleteFirstsBySym2KindInferenceDeleteBySym0KindInferenceDeleteBySym1KindInferenceDeleteBySym2KindInferenceSortSym0KindInferenceSortBySym0KindInferenceSortBySym1KindInferenceInsertSym0KindInferenceInsertSym1KindInferenceInsertBySym0KindInferenceInsertBySym1KindInferenceInsertBySym2KindInferenceIntersectSym0KindInferenceIntersectSym1KindInferenceIntersectBySym0KindInferenceIntersectBySym1KindInferenceIntersectBySym2KindInferenceFindSym0KindInferenceFindSym1KindInferenceFilterSym0KindInferenceFilterSym1KindInferenceTakeWhileSym0KindInferenceTakeWhileSym1KindInferenceDropWhileSym0KindInferenceDropWhileSym1KindInferenceGroupSym0KindInferenceGroupBySym0KindInferenceGroupBySym1KindInferenceSpanSym0KindInferenceSpanSym1KindInferenceBreakSym0KindInferenceBreakSym1KindInferenceSplitAtSym0KindInferenceSplitAtSym1KindInferenceTakeSym0KindInferenceTakeSym1KindInferenceDropSym0KindInferenceDropSym1KindInferenceLookupSym0KindInferenceLookupSym1KindInferencePartitionSym0KindInferencePartitionSym1KindInference SelectSym0SelectSym0KindInference SelectSym1SelectSym1KindInference SelectSym2SelectSym2KindInferenceSumSym0KindInferenceProductSym0KindInferenceLengthSym0KindInferenceReplicateSym0KindInferenceReplicateSym1KindInference:!!$###:!!$$###NubBySym0KindInferenceNubBySym1KindInference Elem_bySym0Elem_bySym0KindInference Elem_bySym1Elem_bySym1KindInference Elem_bySym2Elem_bySym2KindInferenceGenericLengthSym0KindInferenceLet6989586621679458857Init'Sym0,Let6989586621679458857Init'Sym0KindInferenceLet6989586621679458857Init'Sym1,Let6989586621679458857Init'Sym1KindInferenceLet6989586621679458857Init'Sym2,Let6989586621679458857Init'Sym2KindInferenceLet6989586621679458857Init'Sym3,Let6989586621679458857Init'Sym3KindInferenceLambda_6989586621679458805Sym0+Lambda_6989586621679458805Sym0KindInferenceLambda_6989586621679458805Sym1+Lambda_6989586621679458805Sym1KindInferenceLambda_6989586621679458805Sym2+Lambda_6989586621679458805Sym2KindInferenceLambda_6989586621679458805Sym3+Lambda_6989586621679458805Sym3KindInference7Let6989586621679458809Scrutinee_6989586621679455481Sym0DLet6989586621679458809Scrutinee_6989586621679455481Sym0KindInference7Let6989586621679458809Scrutinee_6989586621679455481Sym1DLet6989586621679458809Scrutinee_6989586621679455481Sym1KindInference7Let6989586621679458809Scrutinee_6989586621679455481Sym2DLet6989586621679458809Scrutinee_6989586621679455481Sym2KindInference7Let6989586621679458809Scrutinee_6989586621679455481Sym3DLet6989586621679458809Scrutinee_6989586621679455481Sym3KindInferenceLet6989586621679458752RevSym0*Let6989586621679458752RevSym0KindInferenceLet6989586621679458752RevSym1*Let6989586621679458752RevSym1KindInferenceLet6989586621679458752RevSym2*Let6989586621679458752RevSym2KindInferenceLet6989586621679458693FSym0(Let6989586621679458693FSym0KindInferenceLet6989586621679458693FSym1(Let6989586621679458693FSym1KindInferenceLet6989586621679458693FSym2(Let6989586621679458693FSym2KindInferenceLet6989586621679458693FSym3(Let6989586621679458693FSym3KindInferenceLet6989586621679458305PermsSym0,Let6989586621679458305PermsSym0KindInferenceLet6989586621679458305PermsSym1,Let6989586621679458305PermsSym1KindInferenceLet6989586621679458305PermsSym2,Let6989586621679458305PermsSym2KindInference$Let6989586621679458326InterleaveSym01Let6989586621679458326InterleaveSym0KindInference$Let6989586621679458326InterleaveSym11Let6989586621679458326InterleaveSym1KindInference$Let6989586621679458326InterleaveSym21Let6989586621679458326InterleaveSym2KindInference$Let6989586621679458326InterleaveSym31Let6989586621679458326InterleaveSym3KindInference$Let6989586621679458326InterleaveSym41Let6989586621679458326InterleaveSym4KindInference$Let6989586621679458326InterleaveSym51Let6989586621679458326InterleaveSym5KindInference%Let6989586621679458326Interleave'Sym02Let6989586621679458326Interleave'Sym0KindInference%Let6989586621679458326Interleave'Sym12Let6989586621679458326Interleave'Sym1KindInference%Let6989586621679458326Interleave'Sym22Let6989586621679458326Interleave'Sym2KindInference%Let6989586621679458326Interleave'Sym32Let6989586621679458326Interleave'Sym3KindInference%Let6989586621679458326Interleave'Sym42Let6989586621679458326Interleave'Sym4KindInference%Let6989586621679458326Interleave'Sym52Let6989586621679458326Interleave'Sym5KindInference%Let6989586621679458326Interleave'Sym62Let6989586621679458326Interleave'Sym6KindInference/Let6989586621679458594X_6989586621679458595Sym0