-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Remove Dependence on Swiftz #21
Conversation
OK, the last thing left is |
We also lose a couple of Monoid things in Basic, but those can mostly be recovered through |
Sorry for being unreachable for a while! My long-planned upgrade to Focus also needs an Either, but doesn't really depend on Swiftx for anything else. Should we maybe consider making a microframework just containing a minimal Either type? |
@@ -7,3 +7,6 @@ | |||
[submodule "Carthage/Checkouts/Swiftz"] | |||
path = Carthage/Checkouts/Swiftz | |||
url = https://github.com/typelift/Swiftz.git | |||
[submodule "Carthage/Checkouts/Operadics"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still need to remove Swiftz's submodule.
I wish the STL would just export an Either :( |
Me too. There must be at least a few dozen radars about it now, right? |
In light of recent events, I'm abandoning this effort. Hopefully |
Kinda sorta fixes #8 and assuages our fears about some duplications.