Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 479 Bytes

cats-tutorial

Inspired by cats-effect tutorial.

All contents are realeased under the Apache v2 license.

Compile and run the examples

Code can be compiled using sbt:

$ sbt
> compile

Any of the files can be executed also using sbt. So for example to run Validated we will run:

> runMain Validated