Skip to content

Trial: Postfix as #10489

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

Closed
wants to merge 14 commits into from
Closed

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Nov 25, 2020

Based on #10487

@odersky odersky force-pushed the change-given-syntax-2 branch 4 times, most recently from 14f30a1 to 5956d63 Compare November 26, 2020 18:24
@odersky odersky changed the title Parser refactorings Trial: Postfix as Nov 26, 2020
@odersky odersky marked this pull request as ready for review November 27, 2020 10:45
@odersky odersky force-pushed the change-given-syntax-2 branch from 5f9717d to b1a2a53 Compare November 27, 2020 12:10
@odersky odersky force-pushed the change-given-syntax-2 branch from b1a2a53 to 86101b1 Compare November 27, 2020 12:10
@@ -179,7 +179,7 @@ we need to implement a method `Eq.derived` on the companion object of `Eq` that
a `Mirror[T]`. Here is a possible implementation,

```scala
inline given derived[T](using m: Mirror.Of[T]) as Eq[T] = {
inline given derived[T] => (m: Mirror.Of[T]) => Eq[T] = {

This comment was marked as outdated.

@odersky odersky closed this Nov 30, 2020
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.

4 participants