-
Notifications
You must be signed in to change notification settings - Fork 232
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
"Kinds" #117
"Kinds" #117
Conversation
OK. If I've done this correctly, the only thing that should break are the bifunctor instances (which nobody is using anyways). @typelift/fp We good to go? |
This is looking good to me, although I'm a little worried we're locking ourselves into this kind of thing even if higher kinds someday become available. Maybe not, though. |
Don't worry, I promise to revert everything to structs and protocols the second they give us parametrizable protocols (:pray:). That's what this is trying to emulate anyhow. |
I'm gonna give this 24 hours more. Speak now or forever hold your peace. |
Well, not really, but you do get sensible parametrization in protocols. Also marks quite a few classes final.
May be topical wrt #1 and #45