Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 764 Bytes

Readme.md

File metadata and controls

29 lines (17 loc) · 764 Bytes

Scala Type Classes

This is a small presentation on Scala Type Classes. There are some exercises in the project that are references from the presentation.

The exercises are set up on the master branch.

The branch solutions-1 contains the solutions for the first 2 exercises, and solutions-2 contains the solutions for the final exercise.

Setup instructions

  • Clone this repository
  • Make sure you can successfully compile it with sbt.
  • Enjoy

Sources

This presentation was heavily inspired by the following blog posts. Please refer to them for more information and background.