You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reference/derivation.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ This is all a user of typeclass derivation has to know. The rest of this page co
57
57
58
58
For every class with a `derives` clause, the compiler computes the shape of that class as a type. For instance, here is the shape type for the `Tree[T]` enum:
@@ -322,9 +322,9 @@ calling the `error` method defined in `scala.compiletime`.
322
322
**Example:**Here is a slightly polished and compacted version of the code that's generated by inline expansion for the derived `Eq` instance of class`Tree`.
0 commit comments