Cats module

Kantan.csv has a cats module that is, in its current incarnation, fairly bare bones: it simply provides a few useful type class instances.

The cats module can be used by adding the following dependency to your build.sbt:

libraryDependencies += "com.nrinaudo" %% "kantan.csv-cats" % "0.7.0"

You then need to import the corresponding package:

import kantan.csv.cats._

Cats instances

The following instance for cats type classes are provided:


Other tutorials: