Skip to content

Commit e0c1cd8

Browse files
committed
.
1 parent 6448f4c commit e0c1cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/unpack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ val stream2 = downloadStream(config*)
4545
The delegation performed by `unpack` is very similar to inheritance with
4646
`extends`, or composition with `export`. Scala has always had good ways to DRY up repetitive
4747
member definitions, but has so far had no good way to DRY up repetitive parameter lists.
48-
`unpack` provides the way to do so.
48+
`unpack` provides the way to do so, and removes the dilemma of passing things around as loose
49+
parameters or `case class` values by making it easy to convert between them in both directions.
4950

5051
## Motivation
5152

0 commit comments

Comments
 (0)