Skip to content

Commit

Permalink
deploy: 56d6bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
stanch committed Apr 25, 2024
1 parent a80b997 commit 7dc2aa5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file removed .nojekyll
Empty file.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
2 changes: 1 addition & 1 deletion README.md → index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import zipper._
case class Tree(x: Int, c: Vector[Tree] = Vector.empty)

implicit val unzip: Unzip[Tree] = Unzip.For[Tree, Vector].derive
// unzip: Unzip[Tree] = zipper.ForImpl$For$$anon$1@331bea6f
// unzip: Unzip[Tree] = zipper.ForImpl$For$$anon$1@3aa4934d
```

The automatic derivation is powered by [shapeless](https://github.com/milessabin/shapeless).
Expand Down

0 comments on commit 7dc2aa5

Please sign in to comment.