Getting Started

You'll want to have some kind of sandbox environment managed by SBT to run these examples. In the future, I may compile them into a project with some run configurations and distribute via GitHub but not sure as of yet. So for now you can just paste them into your IDE/text editor

Add these to your `build.sbt`

"org.typelevel" %% "cats-core" % "1.6.0"

Last updated

Was this helpful?