zipper
zipper copied to clipboard
An implementation of Huet’s Zipper for Scala and Scala.js that is intended to be usable in many common scenarios
This makes it possible to write a `cats.Functor` instance giving us a `map` method. With the `Unzip[A]` passed to the contructor, we can't write `map` without the "target" `Unzip[B]`.
Hi, https://github.com/stanch/zipper/blob/master/project/plugins.sbt#L3 plugin is no more maintained and removed. Need to update to different library probably mdoc and build. @stanch please let me know your suggestions
I am able to build without tut plugin on my local plugins.sbt ```scala addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") addSbtPlugin("org.xerial.sbt" %...
Santa appears to have arrived early this year 😄 I'll add some notes on the controversial points below in the PR body.
I noticed some bikeshedding while working on #5. It's only about keeping the dependencies current while staying within the context.