"+      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+-./234=HJKM Poly-kinded Maybe1Turn a wrapper type into one clause that returns a. Poly-kinded Const  Just a value.A type synonym for lenses % :: Lens' s a -> (a -> a) -> (s -> s) % :: Lens' s a -> (a -> r) -> (s -> r) % :: Lens' s a -> (a -> a) -> (s -> s) Destruct . Apply a function to its content.       (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+2346=HJKMTType level mergingType level concat Type level ++Type level mapIdeally, it will be 'Map Succ'The successor of the number Lookup types Converts type naturals into ."Type level binary number&Type-level tail'Interleaved list(Elaborate the result of ).A type sugar to make type error more readable.*.A type sugar to make type error more readable.+.A type sugar to make type error more readable., Member x xs or x " xs indicates that x is an element of xs..Unicode flipped alias for ,/!Ensure that the first element of xs is x1The position of x in the type level set xs.2 Generates a 12 that corresponds to the given ordinal (0-origin).3/Embodies a type equivalence to ensure that the 1 points the first element.4PRIVILEGED: Compare two 1s.5PRIVILEGED: Navigate a tree.6The 1 points the first element7The next membership8Describes the relation of 1 within a tree9Describes the relation of 1 within a tree:GHC can't prove this;GHC can't prove this, !"#$%&'()*+,-./0123456789:;4 !"#$%&'()*+,-./0123456789:;#1342/056789,-."%$# !'&:;(+*)% !"%$#&'()*+,-./0123456789:;None!"&'(+234=HJKM<=>?@<=>?@<>=?@<>=?@=(c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(*+234=HJKMAThe extensible sum typeCChange the wrapper.DO(1) lift a value.EO(1) Naive pattern matchFThere is no empty union.G3A traversal that tries to point a specific element.ABCDEFGABCDEFGABCDEFGABCDEFGE(c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(*+2346=HJKMH4Guarantees the all elements satisfies the predicate.IO(n) Analogous to _!, but it also supplies a context c x for every elements in xs.JSGiven a function that maps types to values, we can "collect" entities all you want.KO(n)- generates a product with the given function.LThe extensible product typeOO(1) Extract the head element.PO(n)6 Extract the tail of the product. FIXME: unsafeCoerceQ)Split a product to the head and the tail.RAn alias for (S).SO(log n) Add an element to a product.T<Transform every elements in a product, preserving the order.U<Transform every elements in a product, preserving the order.VCombine products.W for heterogeneous productX for heterogeneous productYCombine all elements.ZTraverse all elements.[O(log n) Pick up an elemtnt.\T with its indices.]O(log n) A lens for a specific element.^O(log n)( A lens for a value in a known position._Pure version of K.`Pure version of I.aTurn a product into <.bBuild a product from <.HIJKLMNOPQRSTUVWXYZ[\]^_`abHIJKLMNOPQRSTUVWXYZ[\]^_`abLNMSRVOPQTUWXYZ\[]^JK_HI`baHIJKLNMOPQRSTUVWXYZ[\]^_`abRSVNone!"&'()+2346=HJKMc%Composition for a class and a wrapperdForall upon a wrappereReifiable classesf;The associated dictionary which subsumes essential methods.g Fetch the f.$cdefghijklmnopqrstuvwxyz{|}~cdefghijklmnopqrs$efgrspqnoklm~}hij|{zyxwvudctcdefgtuvwxyz{|~}hijklmnopqrs(c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+234=HJKMTWrap a type that has a kind * -> *.Alias for plain sumsAlias for plain productsO(log n) Add a plain value to a product.Extract a plain value.Embed a plain value.)Naive pattern matching for a plain value.O(log n)' A lens for a plain value in a product.O(log n)' A lens for a plain value in a product.#Prepend a clause for a plain value.+Prepend a clause for a parameterized value.%An accessor for newtype constructors.8Generate newtype wrappers and lenses from type synonyms. decFields [d|type Foo = Int|]  Generates: Tnewtype Foo = Foo Int foo :: (Foo " xs) => Lens' (AllOf xs) Int foo = accessing Foo ! with additional deriving clauses  (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+234=HJKMA lens for a specific clause.$Applies a function to the result of .O(log n) Perform pattern matching.Flipped  (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+234=HJKMFlipped Qhttp://hackage.haskell.org/package/kan-extensions/docs/Data-Functor-Coyoneda.htmlCoyoneda A union of * -> * types.O(log n) Embed a value. for the content.Prepend a clause for  ( x) as well as (<?!). fast fmap  (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+234=HJKMFlipped Whttp://hackage.haskell.org/package/kan-extensions-4.1.0.1/docs/Data-Functor-Yoneda.htmlYoneda)A much more efficient representation for Union of s.O(log n) Embed a functor.Fuse " to retract a substantial functor. for the content.Prepend a clause for  ( x) as well as (<?!). fast fmap  (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+234=HJKM ys contains xsUnicode alias for 'Reify the inclusion of type level sets. O(m log n) Select some elements.!A lens for a subset (inefficient)O(log n) Embed to a larger union.The inverse of .,Extend a product and fill missing fields by .)Narrow the range of the sum, if possible. )*+,-.12313.,-+*)2 (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+23468=HJKM "An internal class to characterize +A ghostly type which reifies the field name4When you see this type as an argument, it expects a A. This type is used to resolve the name of the field internally. FieldLens s- is a type of lens that points a field named s.  s = (s " xs) => Lens' ( xs) ( s) 1The type of records which contain several fields.The type of fields.%Associates names with concrete types.#Annotate a value by the field name.Generate a field.  "foo" [t|Int|] defines: =type instance FieldValue "foo" = Int foo :: FieldLens "foo" The yielding field is a  Jhttp://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:LensLens. ;[recordType|foo bar baz|] --> Record '["foo", "bar", "baz"] Shows in field @= value" style instead of the derived one.()*+,-.123LNRSSRLN  (c) Fumiaki Kinoshita 2015BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> experimental non-portableNone!"&'(+234=HJKMr )*+,-.123ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                   ;  extensible-0.2.9Data.Extensible.Internal.RigData.Extensible.InternalData.Extensible.Internal.HListData.Extensible.SumData.Extensible.ProductData.Extensible.DictionaryData.Extensible.PlainData.Extensible.MatchData.Extensible.UnionData.Extensible.LeagueData.Extensible.InclusionData.Extensible.RecordData.Extensible MergeList getMergedNullableEineNullMatchrunMatchConst' getConst'K0getK0Lens'viewviewsovernullable mapNullable$fMonoidMergeList$fShowK0 $fMonadK0$fApplicativeK0MergeConcat++MapMapSuccSuccLookupToInttheIntNatSDNatDNatZeroTailHalfCheck AmbiguousMissing ExpectingMember membership∈NavHereHere Membershipord runMembershipcompareMembershipnavigateherenavNextnavLnavR lemmaHalfTail lemmaMergingHListHConsHNilmergesplit:|UnionAthoistembed<:|exhaustpickedForall generateForAGenerate generateA:*TreeNilhheadhtailhuncons<:*<:hmaphtrans*++*hzipWith hzipWith3hfoldMap htraversehlookup htabulatesectorsectorAtgenerate generateFortoHList fromHList Instance1 WrapForall Reifiable Dictionarylibrary DictBinarygetGetgetPut DictMonoid getMempty getMappendDictOrd getCompareDictEqgetEqDictShow getShowsPrec$fInstance1kkchx$fOrd:|$fEq:|$fShow:| $fBinary:* $fMonoid:*$fOrd:*$fEq:*$fShow:*TFCo:R:DictionarykBinaryhx$fReifiableBinaryTFCo:R:DictionarykMonoidhx$fReifiableMonoidTFCo:R:DictionarykOrdhx$fReifiableOrdTFCo:R:DictionarykEqhx $fReifiableEqTFCo:R:DictionarykShowhx$fReifiableShowK1getK1OneOfAllOf<%pluckbury<%|recordrecordAt)