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

Initial support for opaque types in Deriver #517

Merged
merged 9 commits into from
Mar 10, 2023
Merged

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Feb 23, 2023

Resolves #507

@vigoo vigoo requested a review from a team as a code owner February 23, 2023 18:33
trait TC[A] {
def name(a: A): String
}
}

Choose a reason for hiding this comment

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

Can you add newline at end of this file ?

@jdegoes jdegoes merged commit 7c06f4b into zio:main Mar 10, 2023
@vigoo vigoo deleted the deriver-opaque branch March 13, 2023 13:08
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.

Deriver fails at runtime on opaque types
3 participants