Skip to content

Commit 40f078b

Browse files
committed
wip
1 parent 5a24bfd commit 40f078b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/unpack.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -802,13 +802,9 @@ values by field name seems like it would be a lot more intuitive than relying on
802802
order and hoping it lines up between your `case class` and the parameter list you are unpacking
803803
it into.
804804

805-
### Automatic Unpacking
806805

807806
## Prior Art
808807

809-
810-
There is significant
811-
812808
### Scala `extends` and `export`
813809

814810
`unpack` is similar to Scala's `extends` and `export` clauses, except rather than applying

0 commit comments

Comments
 (0)