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

Macro Support #6

Merged
merged 4 commits into from
Feb 26, 2018
Merged

Macro Support #6

merged 4 commits into from
Feb 26, 2018

Conversation

carymrobbins
Copy link
Member

@carymrobbins carymrobbins commented Feb 22, 2018

The most important feature with this change is the ability to use type variables in our newtypes -

@newtype case class OptionT[F[_], A](value: F[Option[A]])

This also makes the syntax for defining newtypes much less verbose, more idiomatic, and still integrates well with IDEs.

See the README in this diff for more info.

Also, check out the test suite for examples.

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.

1 participant