File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ of the `Mirror` type class available.
154154
155155## ` Mirror `
156156
157- ` Mirror ` type class instances provide information at the type level about the components and labelling of the type.
157+ ` scala.deriving. Mirror` type class instances provide information at the type level about the components and labelling of the type.
158158They also provide minimal term level infrastructure to allow higher level libraries to provide comprehensive
159159derivation support.
160160
@@ -172,7 +172,7 @@ Instances for `Mirror` are also generated conditionally for:
172172 - and where the compiler can generate a ` Mirror ` type class instance for each child case.
173173
174174
175- The ` Mirror ` type class definition is as follows:
175+ The ` scala.deriving. Mirror` type class definition is as follows:
176176
177177``` scala
178178sealed trait Mirror :
Original file line number Diff line number Diff line change @@ -29,5 +29,3 @@ This can cause problems if a program tries to access the missing private field v
2929 // [C] needed if `field` is to be accessed through reflection
3030 val retained = field * field
3131```
32-
33-
Original file line number Diff line number Diff line change @@ -506,4 +506,4 @@ ColonArgument ::= colon [LambdaStart]
506506 indent (CaseClauses | Block ) outdent
507507LambdaStart ::= FunParams (‘=> ’ | ‘?=> ’)
508508 | HkTypeParamClause ‘=> ’
509- ```
509+ ```
You can’t perform that action at this time.
0 commit comments