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

Added subtypes for Inference #461

Closed
wants to merge 2 commits into from
Closed

Conversation

umbreak
Copy link
Contributor

@umbreak umbreak commented Mar 27, 2018

Fixes #454

Here I've tried to have Inference as a trait and added 3 subtypes

  • InferAlways
  • InferWhen
  • InferNever

With that I can directly have a safe conversion whenever an InferAlways is present.

Probably you still want to change something on the implicit inferences on boolean.scala and collections.scala...

@umbreak umbreak closed this Mar 29, 2018
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