Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.09 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.09 KB

listzipper

license Maven Central Continuous Integration Codacy Badge Coverage Status

ListZipper is noth'n fancy. It's a handy zipper type over List that let's you nav, modify, insert, delete, and merge along the zipper.

Use

Include it in your projects by adding the following to your build.sbt:

libraryDependencies ++= Seq("co.blocke" %% "listzipper" % "0.1.6")