Skip to content

Commit 10ac417

Browse files
Update SIPs state
1 parent 9666543 commit 10ac417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sips/sips/typeclasses-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Aggregate context bounds like `A : X : Y` are not obvious to read, and it become
9595
to import clauses. Example:
9696

9797
```scala
98-
trait:
98+
trait A:
9999
def showMax[X : {Ordering, Show}](x: X, y: X): String
100100
class B extends A:
101101
def showMax[X : {Ordering as ordering, Show as show}](x: X, y: X): String =

0 commit comments

Comments
 (0)