Skip to content
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

Add support for coproducts of H functors #66

Merged
merged 1 commit into from
Feb 11, 2018
Merged

Add support for coproducts of H functors #66

merged 1 commit into from
Feb 11, 2018

Conversation

andyscott
Copy link
Member

@andyscott andyscott commented Sep 12, 2017

  • Adds CopH, a coproduct for types of shape H[_[_]].
  • Adds FirstH evidence for summoning shape H[_[_]]
  • Adds a basic demo

Additionally there was a discussion on what to name different shapes. I think we'll ultimately follow:

name    shape
 A       T
 K       T[_]
 H       T[_[_]]
 HK      T[_[_], _]

@andyscott andyscott changed the title [WIP] Add support for coproducts of H functors Add support for coproducts of H functors Feb 10, 2018
@andyscott
Copy link
Member Author

Scalaz build is broken. I'll fix it this weekend.

@andyscott andyscott force-pushed the feature/copH branch 3 times, most recently from 21ef637 to c3f9f74 Compare February 11, 2018 22:26
Copy link
Contributor

@raulraja raulraja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@andyscott andyscott merged commit de92421 into master Feb 11, 2018
@andyscott andyscott deleted the feature/copH branch February 11, 2018 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants