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

Do not use Witness to express literal types on 2.13+ #828

Merged
merged 3 commits into from
Sep 22, 2020

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Sep 22, 2020

This duplicates some core source file so that we can start using proper
syntax for literal types on 2.13 and Dotty. shapeless.Witness for
expressing literal types does not work on Dotty because it is
implemented via a macro.

This duplicates some core source file so that we can start using proper
syntax for literal types on 2.13 and Dotty. `shapeless.Witness` for
expressing literal types does not work on Dotty because it is
implemented via a macro.
@fthomas fthomas merged commit 5387634 into master Sep 22, 2020
@fthomas fthomas deleted the topic/proper-literal-types-syntax branch September 22, 2020 19:17
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