4 "summary": "An implementation of Haskell's Either type in Swift",
5 "description": "From the Haskell documentation on the Either type:\n\nThe Either type represents values with two possibilities: a value of type Either a b is either Left a or Right b.\n\nThe Either type is sometimes used to represent a value which is either correct or an error; by convention, the Left constructor is used to hold an error value and the Right constructor is used to hold a correct value (mnemonic: \"right\" also means \"correct\").",
6 "homepage": "https://github.com/runkmc/either",
9 "Kevin McGladdery": "kevin.mcgladdery@gmail.com"
12 "git": "https://github.com/runkmc/either.git",
19 "source_files": "Either/**/*",
20 "pushed_with_swift_version": "3.0"