Skip to content

Commit 68b0615

Browse files
committed
give up for now, as we run again and again into scala/scala3#9841
1 parent ffbef1d commit 68b0615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DottyLucre/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ We now come to settle on the following rewrites:
2323
- `S#Tx` -> `T`
2424
- `read(in: DataInput, access: S#Acc)(implicit tx: S#Tx)` ->
2525
`read(in: DataInput, tx: T)(implicit acc: tx.Acc)`
26-
- `Serializer[S#Tx, S#Acc, Form[S]]` -> `TxSerializer[T, Form[T]]`
26+
- `Serializer[S#Tx, S#Acc, Form[S]]` -> `TSerializer[T, Form[T]]`
2727
- `S#Id` -> `Ident[T]`

0 commit comments

Comments
 (0)