|
21 | 21 | 841FE03119DB7E390068636A /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841FE02819DB7E390068636A /* Zip.swift */; }; |
22 | 22 | 841FE04819DB7EE80068636A /* Compare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841FE04619DB7EE80068636A /* Compare.swift */; }; |
23 | 23 | 841FE04919DB7EE80068636A /* Folds.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841FE04719DB7EE80068636A /* Folds.swift */; }; |
| 24 | + 8427737A1A5CDB6300CF1E67 /* Char.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842773791A5CDB6300CF1E67 /* Char.swift */; }; |
| 25 | + 8427737E1A5CDB7500CF1E67 /* CharSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8427737D1A5CDB7500CF1E67 /* CharSpec.swift */; }; |
24 | 26 | 8434F96B19E8BA00008D9909 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F96A19E8BA00008D9909 /* Version.swift */; }; |
25 | 27 | 8434F96F19E8BDF5008D9909 /* VersionSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F96E19E8BDF5008D9909 /* VersionSpec.swift */; }; |
26 | 28 | 8441AAAA1A0C51C4008D5701 /* LazySpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8441AAA91A0C51C4008D5701 /* LazySpec.swift */; }; |
|
81 | 83 | 84D4D8EB1A16EBBE001F5E4D /* ComonadApply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D4D8EA1A16EBBE001F5E4D /* ComonadApply.swift */; }; |
82 | 84 | 84D4D8ED1A16EBC5001F5E4D /* ComonadFix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D4D8EC1A16EBC5001F5E4D /* ComonadFix.swift */; }; |
83 | 85 | 84D4D8EF1A16EBDB001F5E4D /* Copointed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D4D8EE1A16EBDB001F5E4D /* Copointed.swift */; }; |
84 | | - 84D77DFB1A3CF9FA000F5683 /* ListSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D77DFA1A3CF9FA000F5683 /* ListSpec.swift */; }; |
85 | 86 | 84D77DF61A3BE573000F5683 /* Pointed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D77DF51A3BE573000F5683 /* Pointed.swift */; }; |
| 87 | + 84D77DFB1A3CF9FA000F5683 /* ListSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D77DFA1A3CF9FA000F5683 /* ListSpec.swift */; }; |
86 | 88 | 84F43F0119E1B3B40012CF95 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F43F0019E1B3B40012CF95 /* Optional.swift */; }; |
87 | 89 | 84F43F0519E1CA970012CF95 /* Set.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F43F0419E1CA970012CF95 /* Set.swift */; }; |
88 | 90 | 84F9063019D639980035D429 /* CompareSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F9062F19D639980035D429 /* CompareSpec.swift */; }; |
|
116 | 118 | 841FE02819DB7E390068636A /* Zip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Zip.swift; sourceTree = "<group>"; }; |
117 | 119 | 841FE04619DB7EE80068636A /* Compare.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Compare.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
118 | 120 | 841FE04719DB7EE80068636A /* Folds.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Folds.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
| 121 | + 842773791A5CDB6300CF1E67 /* Char.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Char.swift; sourceTree = "<group>"; }; |
| 122 | + 8427737D1A5CDB7500CF1E67 /* CharSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CharSpec.swift; sourceTree = "<group>"; }; |
119 | 123 | 8434F96A19E8BA00008D9909 /* Version.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = "<group>"; }; |
120 | 124 | 8434F96E19E8BDF5008D9909 /* VersionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionSpec.swift; sourceTree = "<group>"; }; |
121 | 125 | 8441AAA91A0C51C4008D5701 /* LazySpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LazySpec.swift; sourceTree = "<group>"; }; |
|
180 | 184 | 84D4D8EA1A16EBBE001F5E4D /* ComonadApply.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComonadApply.swift; sourceTree = "<group>"; }; |
181 | 185 | 84D4D8EC1A16EBC5001F5E4D /* ComonadFix.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComonadFix.swift; sourceTree = "<group>"; }; |
182 | 186 | 84D4D8EE1A16EBDB001F5E4D /* Copointed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Copointed.swift; sourceTree = "<group>"; }; |
183 | | - 84D77DFA1A3CF9FA000F5683 /* ListSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListSpec.swift; sourceTree = "<group>"; }; |
184 | 187 | 84D77DF51A3BE573000F5683 /* Pointed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pointed.swift; sourceTree = "<group>"; }; |
| 188 | + 84D77DFA1A3CF9FA000F5683 /* ListSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListSpec.swift; sourceTree = "<group>"; }; |
185 | 189 | 84F43F0019E1B3B40012CF95 /* Optional.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Optional.swift; sourceTree = "<group>"; }; |
186 | 190 | 84F43F0419E1CA970012CF95 /* Set.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Set.swift; sourceTree = "<group>"; }; |
187 | 191 | 84F9062F19D639980035D429 /* CompareSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompareSpec.swift; sourceTree = "<group>"; }; |
|
258 | 262 | isa = PBXGroup; |
259 | 263 | children = ( |
260 | 264 | 84922C9E19D237B900AE9A7C /* ArrowSpec.swift */, |
| 265 | + 8427737D1A5CDB7500CF1E67 /* CharSpec.swift */, |
261 | 266 | 84F9062F19D639980035D429 /* CompareSpec.swift */, |
262 | 267 | 84922C9D19D237B900AE9A7C /* EitherSpec.swift */, |
263 | 268 | 847E99DF1A48B39600B5B8CE /* FoldsSpec.swift */, |
|
306 | 311 | 84922D8319D238D400AE9A7C /* Arrow */, |
307 | 312 | 84922CBA19D237DA00AE9A7C /* Category.swift */, |
308 | 313 | 84D4D8E91A16EBB3001F5E4D /* Comonad */, |
309 | | - 84D4D8EE1A16EBDB001F5E4D /* Copointed.swift */, |
310 | 314 | 84922D8419D238DB00AE9A7C /* Monad */, |
311 | 315 | 84896B481A475854006F3EA9 /* Trampoline.swift */, |
312 | 316 | ); |
|
361 | 365 | 84922CB719D237DA00AE9A7C /* Bottom.swift */, |
362 | 366 | 84922CB819D237DA00AE9A7C /* Bounded.swift */, |
363 | 367 | 84922CB919D237DA00AE9A7C /* Box.swift */, |
| 368 | + 842773791A5CDB6300CF1E67 /* Char.swift */, |
364 | 369 | 84D4D8E31A16E4E9001F5E4D /* Const.swift */, |
365 | 370 | 84922CBB19D237DA00AE9A7C /* Coerce.swift */, |
366 | 371 | 84922CBC19D237DA00AE9A7C /* Combinator.swift */, |
|
553 | 558 | 841FE02A19DB7E390068636A /* List.swift in Sources */, |
554 | 559 | 84D4D8E41A16E4E9001F5E4D /* Const.swift in Sources */, |
555 | 560 | 84922D0719D237DA00AE9A7C /* Operators.swift in Sources */, |
| 561 | + 8427737A1A5CDB6300CF1E67 /* Char.swift in Sources */, |
556 | 562 | 84D4D8EB1A16EBBE001F5E4D /* ComonadApply.swift in Sources */, |
557 | 563 | 84922D0B19D237DA00AE9A7C /* ST.swift in Sources */, |
558 | 564 | 841FE03119DB7E390068636A /* Zip.swift in Sources */, |
|
599 | 605 | 84922CAE19D237B900AE9A7C /* StringSpec.swift in Sources */, |
600 | 606 | 84A802E219D3BD5000E71F93 /* MonoidSpec.swift in Sources */, |
601 | 607 | 84922CA719D237B900AE9A7C /* EitherSpec.swift in Sources */, |
| 608 | + 8427737E1A5CDB7500CF1E67 /* CharSpec.swift in Sources */, |
602 | 609 | 84922CAA19D237B900AE9A7C /* InfinitySpec.swift in Sources */, |
603 | 610 | 84F9063019D639980035D429 /* CompareSpec.swift in Sources */, |
604 | 611 | 84922CAD19D237B900AE9A7C /* OperatorsSpec.swift in Sources */, |
|
0 commit comments